Skip to content

Commit

Permalink
Chore: Remove Rakefile from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelchner committed Aug 23, 2016
1 parent 3b8a7be commit 01aa8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuubar.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.signing_key = File.expand_path('~/.gem/certs/thekompanee-private_key.pem') if $0 =~ /gem\z/

spec.executables = %w{}
spec.files = Dir['{app,config,db,lib,templates}/**/*'] + %w{Rakefile README.md LICENSE.txt}
spec.files = Dir['{app,config,db,lib,templates}/**/*'] + %w{README.md LICENSE.txt}
spec.test_files = Dir['{test,spec,features}/**/*']

spec.add_dependency 'rspec-core', ["~> 3.0"]
Expand Down

0 comments on commit 01aa8ae

Please sign in to comment.