mirror of
https://github.com/ditkrg/simplecov-json.git
synced 2026-01-22 22:06:46 +00:00
Add license to gemspec
This commit is contained in:
parent
8c2101efa0
commit
30fedde0cb
2
LICENSE
2
LICENSE
@ -1,3 +1,5 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2012 Vicent Llongo Silla
|
Copyright (c) 2012 Vicent Llongo Silla
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
|||||||
@ -4,6 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "simplecov-json"
|
s.name = "simplecov-json"
|
||||||
s.version = '0.2.2'
|
s.version = '0.2.2'
|
||||||
|
s.licenses = ['MIT']
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.authors = ["Vicent Llongo"]
|
s.authors = ["Vicent Llongo"]
|
||||||
s.email = ["villosil@gmail.com"]
|
s.email = ["villosil@gmail.com"]
|
||||||
@ -15,9 +16,9 @@ Gem::Specification.new do |s|
|
|||||||
s.files = ['lib/simplecov-json.rb']
|
s.files = ['lib/simplecov-json.rb']
|
||||||
s.test_files = ['test/helper.rb', 'test/test_simplecov_json.rb']
|
s.test_files = ['test/helper.rb', 'test/test_simplecov_json.rb']
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
|
|
||||||
s.add_dependency "simplecov"
|
s.add_dependency "simplecov"
|
||||||
s.add_dependency "json"
|
s.add_dependency "json"
|
||||||
|
|
||||||
s.add_development_dependency "rake"
|
s.add_development_dependency "rake"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user