Skip to content

Commit

Permalink
another gemspec tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Mar 5, 2012
1 parent 8da562d commit 7a30fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gemspec
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'bacon-bits'
s.add_development_dependency 'bahia', '>= 0.4.0'
s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc,md} ext/**/*.{rb,c} **/deps.rip]) + %w{Rakefile .gemspec .travis.yml}
s.files += ['.rspec']
s.extra_rdoc_files = ["README.md", "LICENSE.txt"]
s.license = 'MIT'
end

0 comments on commit 7a30fe0

Please sign in to comment.