Skip to content

Commit

Permalink
Use newest rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Apr 29, 2019
1 parent 36a7ef6 commit 55fec95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified json.gemspec
Binary file not shown.
4 changes: 2 additions & 2 deletions json_pure.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Florian Frank".freeze]
s.date = "2019-02-21"
s.date = "2019-04-29"
s.description = "This is a JSON implementation in pure Ruby.".freeze
s.email = "flori@ping.de".freeze
s.extra_rdoc_files = ["README.md".freeze]
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.licenses = ["Ruby".freeze]
s.rdoc_options = ["--title".freeze, "JSON implemention for ruby".freeze, "--main".freeze, "README.md".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 1.9".freeze)
s.rubygems_version = "3.0.2".freeze
s.rubygems_version = "3.0.3".freeze
s.summary = "JSON Implementation for Ruby".freeze
s.test_files = ["./tests/test_helper.rb".freeze]

Expand Down

0 comments on commit 55fec95

Please sign in to comment.