File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.1] ( https://github.com/contentstack/contentstack-utils-ruby/tree/v1.0.1 ) (2021-06-01)
4+ - Gemspec Dependency update
5+
36## [ 1.0.0] ( https://github.com/contentstack/contentstack-utils-ruby/tree/v1.0.0 ) (2021-04-05)
47 - Initial release for Contentstack Utils SDK
Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 contentstack_utils (1.0.0 )
5- activesupport
6- nokogiri
5+ activesupport ( >= 3.2 )
6+ nokogiri ( ~> 1.11.0 )
77
88GEM
99 remote: https://rubygems.org/
1010 specs:
11- activesupport (6.1.0 )
11+ activesupport (6.1.3.2 )
1212 concurrent-ruby (~> 1.0 , >= 1.0.2 )
1313 i18n (>= 1.6 , < 2 )
1414 minitest (>= 5.1 )
1515 tzinfo (~> 2.0 )
1616 zeitwerk (~> 2.3 )
1717 addressable (2.7.0 )
1818 public_suffix (>= 2.0.2 , < 5.0 )
19- concurrent-ruby (1.1.7 )
19+ concurrent-ruby (1.1.8 )
2020 crack (0.4.5 )
2121 rexml
2222 diff-lcs (1.4.4 )
2323 docile (1.3.4 )
2424 hashdiff (1.0.1 )
25- i18n (1.8.7 )
25+ i18n (1.8.10 )
2626 concurrent-ruby (~> 1.0 )
27- mini_portile2 (2.5.0 )
28- minitest (5.14.2 )
29- nokogiri (1.11.0 )
27+ mini_portile2 (2.5.2 )
28+ net-ftp (~> 0.1 )
29+ minitest (5.14.4 )
30+ net-ftp (0.1.2 )
31+ net-protocol
32+ time
33+ net-protocol (0.1.0 )
34+ nokogiri (1.11.6 )
3035 mini_portile2 (~> 2.5.0 )
3136 racc (~> 1.4 )
3237 public_suffix (4.0.6 )
5257 simplecov_json_formatter (~> 0.1 )
5358 simplecov-html (0.12.3 )
5459 simplecov_json_formatter (0.1.2 )
60+ time (0.1.0 )
5561 tzinfo (2.0.4 )
5662 concurrent-ruby (~> 1.0 )
5763 webmock (3.11.0 )
@@ -66,11 +72,11 @@ PLATFORMS
6672
6773DEPENDENCIES
6874 contentstack_utils !
69- rake
70- rspec
71- simplecov
72- webmock
73- yard
75+ rake ( ~> 13.0.3 )
76+ rspec ( ~> 3.10.0 )
77+ simplecov ( ~> 0.21.1 )
78+ webmock ( ~> 3.11.0 )
79+ yard ( ~> 0.9.26 )
7480
7581BUNDLED WITH
7682 1.17.2
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121 s . test_files = s . files . grep ( %r{^spec/} )
2222 s . require_paths = [ "lib" ]
2323
24- s . add_dependency 'activesupport' , '~> 6.1.0 '
24+ s . add_dependency 'activesupport' , '>= 3.2 '
2525 s . add_dependency 'nokogiri' , '~> 1.11.0'
2626
2727 s . add_development_dependency 'rake' , '~> 13.0.3'
You can’t perform that action at this time.
0 commit comments