Skip to content

Commit

Permalink
Cleaned up directory globs from the gemspec that no longer exist
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jan 31, 2011
1 parent c7b3537 commit 6bf07e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shoulda.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.date = Time.now.strftime("%Y-%m-%d")
s.email = %q{support@thoughtbot.com}
s.extra_rdoc_files = ["README.md", "CONTRIBUTION_GUIDELINES.rdoc"]
s.files = Dir["[A-Z]*", "{bin,lib,rails,test}/**/*"]
s.files = Dir["[A-Z]*", "{lib}/**/*"]
s.homepage = %q{http://thoughtbot.com/community/}
s.rdoc_options = ["--line-numbers", "--main", "README.md"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit 6bf07e4

Please sign in to comment.