Skip to content

Commit

Permalink
align gemspec with other rspec libs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 12, 2012
1 parent a52573e commit 5f9b860
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rspec-rails.gemspec
Expand Up @@ -16,9 +16,8 @@ Gem::Specification.new do |s|
s.rubyforge_project = "rspec"

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

Expand Down

0 comments on commit 5f9b860

Please sign in to comment.