mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update the latest version of json.gemspec from flori/json
This commit is contained in:
parent
e99d2d066f
commit
a889ab486e
1 changed files with 1 additions and 7 deletions
|
@ -15,7 +15,6 @@ Gem::Specification.new do |s|
|
|||
s.rdoc_options = ["--title", "JSON implementation for Ruby", "--main", "README.md"]
|
||||
s.files = [
|
||||
"CHANGES.md",
|
||||
"Gemfile",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"VERSION",
|
||||
|
@ -48,13 +47,12 @@ Gem::Specification.new do |s|
|
|||
"lib/json/add/time.rb",
|
||||
"lib/json/common.rb",
|
||||
"lib/json/ext.rb",
|
||||
"lib/json/ext/.keep",
|
||||
"lib/json/generic_object.rb",
|
||||
"lib/json/pure.rb",
|
||||
"lib/json/pure/generator.rb",
|
||||
"lib/json/pure/parser.rb",
|
||||
"lib/json/version.rb",
|
||||
] + Dir["tests/**/*"]
|
||||
]
|
||||
s.homepage = "http://flori.github.com/json"
|
||||
s.metadata = {
|
||||
'bug_tracker_uri' => 'https://github.com/flori/json/issues',
|
||||
|
@ -66,8 +64,4 @@ Gem::Specification.new do |s|
|
|||
}
|
||||
|
||||
s.required_ruby_version = Gem::Requirement.new(">= 2.3")
|
||||
s.test_files = ["tests/test_helper.rb"]
|
||||
|
||||
s.add_development_dependency "rake"
|
||||
s.add_development_dependency "test-unit"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue