mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
unify json-java gemspec with the baseline
This commit is contained in:
parent
8c057bb845
commit
f8d43e5370
Notes:
git
2020-09-25 17:29:13 +09:00
1 changed files with 6 additions and 6 deletions
|
@ -4,13 +4,15 @@ Gem::Specification.new do |s|
|
||||||
s.name = "json"
|
s.name = "json"
|
||||||
s.version = "2.3.1"
|
s.version = "2.3.1"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.summary = "JSON Implementation for Ruby"
|
||||||
s.require_paths = ["lib"]
|
|
||||||
s.authors = ["Florian Frank"]
|
|
||||||
s.description = "This is a JSON implementation as a Ruby extension in C."
|
s.description = "This is a JSON implementation as a Ruby extension in C."
|
||||||
|
s.licenses = ["Ruby"]
|
||||||
|
s.authors = ["Florian Frank"]
|
||||||
s.email = "flori@ping.de"
|
s.email = "flori@ping.de"
|
||||||
|
|
||||||
s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb", "ext/json/extconf.rb"]
|
s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb", "ext/json/extconf.rb"]
|
||||||
s.extra_rdoc_files = ["README.md"]
|
s.extra_rdoc_files = ["README.md"]
|
||||||
|
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
|
||||||
s.files = [
|
s.files = [
|
||||||
".gitignore",
|
".gitignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
|
@ -128,10 +130,8 @@ Gem::Specification.new do |s|
|
||||||
'source_code_uri' => 'https://github.com/flori/json',
|
'source_code_uri' => 'https://github.com/flori/json',
|
||||||
'wiki_uri' => 'https://github.com/flori/json/wiki'
|
'wiki_uri' => 'https://github.com/flori/json/wiki'
|
||||||
}
|
}
|
||||||
s.licenses = ["Ruby"]
|
|
||||||
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
|
|
||||||
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
|
s.required_ruby_version = Gem::Requirement.new(">= 2.0")
|
||||||
s.summary = "JSON Implementation for Ruby"
|
|
||||||
s.test_files = ["tests/test_helper.rb"]
|
s.test_files = ["tests/test_helper.rb"]
|
||||||
|
|
||||||
s.add_development_dependency("rake", [">= 0"])
|
s.add_development_dependency("rake", [">= 0"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue