summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2013-02-04 13:04:29 -0800
committerFlorian Frank <flori@ping.de>2013-02-04 13:04:29 -0800
commit9d9448cbed45d87c0e12f5c0cc12882d856ec799 (patch)
tree2fe35377f453f85b084d6754f740d1d33a816b22
parent1b7961ce58d8a8da74616629b031d3462887af94 (diff)
parentcf96f38d61e1436af977b06b653bd75f52ea0063 (diff)
downloadjson-9d9448cbed45d87c0e12f5c0cc12882d856ec799.tar.gz
Merge pull request #156 from jordimassaguerpla/master
add license information to the gemspec
-rw-r--r--json-java.gemspec1
-rw-r--r--json.gemspec1
-rw-r--r--json_pure.gemspec1
3 files changed, 3 insertions, 0 deletions
diff --git a/json-java.gemspec b/json-java.gemspec
index 422efec..79d8e3a 100644
--- a/json-java.gemspec
+++ b/json-java.gemspec
@@ -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
diff --git a/json.gemspec b/json.gemspec
index c5795f2..a4a6b4e 100644
--- a/json.gemspec
+++ b/json.gemspec
@@ -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
diff --git a/json_pure.gemspec b/json_pure.gemspec
index 61ba7ce..9a5008e 100644
--- a/json_pure.gemspec
+++ b/json_pure.gemspec
@@ -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