Skip to content

Commit

Permalink
add license to gemspec (and consequently the gem)
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Dec 2, 2011
1 parent 49d7ae7 commit c954554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rspec-rails.gemspec
Expand Up @@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.name = "rspec-rails"
s.version = RSpec::Rails::Version::STRING
s.platform = Gem::Platform::RUBY
s.license = "MIT"
s.authors = ["David Chelimsky"]
s.email = "rspec-users@rubyforge.org"
s.homepage = "http://github.com/rspec/rspec-rails"
Expand All @@ -15,8 +16,9 @@ Gem::Specification.new do |s|
s.rubyforge_project = "rspec"

s.files = `git ls-files -- lib/*`.split("\n")
s.files += ["License.txt"]
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
s.extra_rdoc_files = [ "README.md" ]
s.extra_rdoc_files = [ "README.md", "License.txt"]
s.rdoc_options = ["--charset=UTF-8"]
s.require_path = "lib"

Expand Down

0 comments on commit c954554

Please sign in to comment.