diff options
author | Jordi Massaguer Pla <jmassaguerpla@suse.de> | 2013-02-04 12:52:48 +0100 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2013-02-04 23:31:15 +0100 |
commit | 856edb80ce8a1ca3671b8d76100f189f2baafc53 (patch) | |
tree | 7b8d5ad750c3053a5ecae5d792bdba46e36d2e88 /json.gemspec | |
parent | 530fc432260f6659cc2f983dd322af833d72740a (diff) | |
download | json-856edb80ce8a1ca3671b8d76100f189f2baafc53.tar.gz |
add license information to gemspecs
This way we can get it when using rubygems.org api
Diffstat (limited to 'json.gemspec')
-rw-r--r-- | json.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
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 |