mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
bb4a2351cb
commit
4dbb10f29f
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ Gem::Specification.new do |s|
|
||||||
s.homepage = "http://flori.github.com/json"
|
s.homepage = "http://flori.github.com/json"
|
||||||
s.licenses = ["Ruby"]
|
s.licenses = ["Ruby"]
|
||||||
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
|
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
|
||||||
s.required_ruby_version = Gem::Requirement.new(">= 1.9")
|
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
|
||||||
s.rubygems_version = "3.0.3"
|
s.rubygems_version = "3.0.3"
|
||||||
s.summary = "JSON Implementation for Ruby"
|
s.summary = "JSON Implementation for Ruby"
|
||||||
s.test_files = ["tests/test_helper.rb"]
|
s.test_files = ["tests/test_helper.rb"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue