Skip to content

Commit

Permalink
Add .gemtest and Rakefile to s.files for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed Jun 8, 2012
1 parent c616e8a commit c98e60d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -17,6 +17,9 @@ end

task :default => :spec

# For rubygems-test
task :test => :spec

RDoc::Task.new do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "mixlib-log #{Mixlib::Log::VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion mixlib-log.gemspec
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/**/*']
gem.files = Dir['lib/**/*'] + Dir['spec/**/*'] + ["Rakefile", ".gemtest", "mixlib-log.gemspec"]
gem.add_development_dependency 'rake', '~> 0.9.2.2'
gem.add_development_dependency 'rspec', '~> 2.10.0'
gem.add_development_dependency 'cucumber', '~> 1.2.0'
Expand Down

0 comments on commit c98e60d

Please sign in to comment.