Skip to content

Commit

Permalink
Updates for version 0.4.0, which is 1.0.0 but retains support for Rub…
Browse files Browse the repository at this point in the history
…y >= 2.6.

This includes the use of `::JSON.generate` instead of `#to_json` and does not implicitly pick up ActiveSupport changes.

For #2.
  • Loading branch information
gkellogg committed Dec 5, 2023
1 parent a85e688 commit 19edc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
0.4.0
2 changes: 1 addition & 1 deletion json-canonicalization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.files = %w(AUTHORS README.md LICENSE VERSION) + Dir.glob('lib/**/*.rb')
gem.test_files = Dir.glob('spec/**/*.rb') + Dir.glob('spec/**/*.json')

gem.required_ruby_version = '>= 3.0'
gem.required_ruby_version = '>= 2.6'
gem.requirements = []
gem.add_development_dependency 'rspec', '~> 3.12'
gem.add_development_dependency 'yard' , '~> 0.9'
Expand Down

0 comments on commit 19edc4a

Please sign in to comment.