Skip to content

Commit

Permalink
Ship the Gemfile so the tests can be run from the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Sep 30, 2015
1 parent 50ec559 commit 3d502ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixlib-log.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.authors = ["Opscode, Inc."]
gem.has_rdoc = true
gem.extra_rdoc_files = ["README.rdoc", "LICENSE", 'NOTICE']
gem.files = Dir['lib/**/*'] + Dir['spec/**/*'] + ["Rakefile", ".gemtest", "mixlib-log.gemspec"]
gem.files = Dir['lib/**/*'] + Dir['spec/**/*'] + ["Gemfile", "Rakefile", ".gemtest", "mixlib-log.gemspec"]
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec', '~> 2.10'
gem.add_development_dependency 'cucumber'
Expand Down

0 comments on commit 3d502ea

Please sign in to comment.