Skip to content

Commit

Permalink
add license information to gemspecs
Browse files Browse the repository at this point in the history
This way we can get it when using rubygems.org api
  • Loading branch information
jordimassaguerpla authored and flori committed Feb 4, 2013
1 parent 530fc43 commit 856edb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions json-java.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec = Gem::Specification.new do |s|
s.homepage = "http://json-jruby.rubyforge.org/"
s.platform = 'java'
s.rubyforge_project = "json-jruby"
s.license = "Ruby"

s.files = Dir["{docs,lib,tests}/**/*"]
end
Expand Down
1 change: 1 addition & 0 deletions json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "json"
s.rubygems_version = "1.8.24"
s.summary = "JSON Implementation for Ruby"
s.license = "Ruby"
s.test_files = ["./tests/test_json_string_matching.rb", "./tests/test_json_fixtures.rb", "./tests/test_json_unicode.rb", "./tests/test_json_addition.rb", "./tests/test_json_generate.rb", "./tests/test_json_encoding.rb", "./tests/test_json_generic_object.rb", "./tests/test_json.rb"]

if s.respond_to? :specification_version then
Expand Down
1 change: 1 addition & 0 deletions json_pure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "json"
s.rubygems_version = "1.8.24"
s.summary = "JSON Implementation for Ruby"
s.license = "Ruby"
s.test_files = ["./tests/test_json_string_matching.rb", "./tests/test_json_fixtures.rb", "./tests/test_json_unicode.rb", "./tests/test_json_addition.rb", "./tests/test_json_generate.rb", "./tests/test_json_encoding.rb", "./tests/test_json_generic_object.rb", "./tests/test_json.rb"]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 856edb8

Please sign in to comment.