File tree Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11## CHANGELOG
22
3+ ## Version 0.6.3
4+ ### Date: 16th-Mar-2023
5+ ### Package Update
6+ - Dependency gem max version issue resolved.
7+
8+ ------------------------------------------------
39## Version 0.6.2
410### Date: 27th-Feb-2023
511 ### Package Update
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- contentstack (0.6.1 )
5- activesupport (>= 3.2 , < 7.0.4 )
6- contentstack_utils (~> 1.0 , >= 1.1.1 )
4+ contentstack (0.6.3 )
5+ activesupport (~> 3.2 )
6+ contentstack_utils (~> 1.0 )
77
88GEM
99 remote: https://rubygems.org/
1010 specs:
11- activesupport (6.1.7.2 )
12- concurrent-ruby (~> 1.0 , >= 1.0.2 )
13- i18n (>= 1.6 , < 2 )
14- minitest (>= 5.1 )
15- tzinfo (~> 2.0 )
16- zeitwerk (~> 2.3 )
11+ activesupport (3.2.22.5 )
12+ i18n (~> 0.6 , >= 0.6.4 )
13+ multi_json (~> 1.0 )
1714 addressable (2.8.1 )
1815 public_suffix (>= 2.0.2 , < 6.0 )
19- concurrent-ruby (1.2.0 )
20- contentstack_utils (1.1.1 )
21- activesupport (>= 3.2 , < 6.2 )
16+ concurrent-ruby (1.2.2 )
17+ contentstack_utils (1.1.2 )
18+ activesupport (>= 3.2 , < 7.0.4 )
2219 nokogiri (~> 1.11 , >= 1.11.0 )
2320 crack (0.4.5 )
2421 rexml
2522 diff-lcs (1.5.0 )
2623 docile (1.4.0 )
2724 hashdiff (1.0.1 )
28- i18n (1.12.0 )
25+ i18n (0.9.5 )
2926 concurrent-ruby (~> 1.0 )
3027 mini_portile2 (2.8.1 )
31- minitest ( 5.17 .0 )
28+ multi_json ( 1.15 .0 )
3229 nokogiri (1.13.10 )
3330 mini_portile2 (~> 2.8.0 )
3431 racc (~> 1.4 )
5653 simplecov_json_formatter (~> 0.1 )
5754 simplecov-html (0.12.3 )
5855 simplecov_json_formatter (0.1.4 )
59- tzinfo (2.0.6 )
60- concurrent-ruby (~> 1.0 )
6156 webmock (3.11.3 )
6257 addressable (>= 2.3.6 )
6358 crack (>= 0.3.2 )
6459 hashdiff (>= 0.4.0 , < 2.0.0 )
6560 webrick (1.7.0 )
6661 yard (0.9.28 )
6762 webrick (~> 1.7.0 )
68- zeitwerk (2.6.7 )
6963
7064PLATFORMS
7165 ruby
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Gem::Specification.new do |s|
2020 s . files = `git ls-files` . split ( "\n " )
2121 s . require_paths = [ "lib" ]
2222
23- s . add_dependency 'activesupport' , '>= 3.2' , '< 7.0.4 '
24- s . add_dependency " contentstack_utils" , '~> 1.0' , '>= 1.1.1 '
23+ s . add_dependency 'activesupport' , '~> 3.2'
24+ s . add_dependency ' contentstack_utils' , '~> 1.0 '
2525
2626 s . add_development_dependency 'rspec' , '~> 3.10.0'
2727 s . add_development_dependency 'webmock' , '~> 3.11.0'
Original file line number Diff line number Diff line change 11module Contentstack
2- VERSION = "0.6.2 "
2+ VERSION = "0.6.3 "
33end
You can’t perform that action at this time.
0 commit comments