Skip to content

Commit 872fd41

Browse files
committed
Update documentation, dependencies, and version sync for 0.3.
1 parent 384e162 commit 872fd41

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
ruby:
23-
- 2.5
2423
- 2.6
2524
- 2.7
25+
- 3.0
2626
- ruby-head
2727
- jruby
2828
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-canonica
6767
* {JSON::Canonicalization}
6868

6969
## Dependencies
70-
* [Ruby](http://ruby-lang.org/) (>= 2.4)
71-
* [JSON](https://rubygems.org/gems/json) (>= 2.3)
70+
* [Ruby](http://ruby-lang.org/) (>= 2.6)
71+
* [JSON](https://rubygems.org/gems/json) (>= 2.6)
7272

7373
## Author
7474
* [Gregg Kellogg](http://github.com/gkellogg) - <http://kellogg-assoc.com/>

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3.0

json-canonicalization.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
1717
gem.files = %w(AUTHORS README.md LICENSE VERSION) + Dir.glob('lib/**/*.rb')
1818
gem.test_files = Dir.glob('spec/**/*.rb') + Dir.glob('spec/**/*.json')
1919

20-
gem.required_ruby_version = '>= 2.4'
20+
gem.required_ruby_version = '>= 2.6'
2121
gem.requirements = []
2222
gem.add_development_dependency 'rspec', '~> 3.10'
2323
gem.add_development_dependency 'yard' , '~> 0.9'

0 commit comments

Comments
 (0)