Skip to content

Commit

Permalink
Chore: Update gemspec to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelchner committed Aug 23, 2016
1 parent ff016c0 commit 316f465
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fuubar.gemspec
Expand Up @@ -15,12 +15,14 @@ Gem::Specification.new do |spec|
spec.cert_chain = %w{certs/thekompanee.pem}
spec.signing_key = File.expand_path('~/.gem/certs/thekompanee-private_key.pem') if $0 =~ /gem\z/

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

spec.add_dependency 'rspec', ["~> 3.0"]
spec.add_dependency 'ruby-progressbar', ["~> 1.4"]

spec.add_development_dependency 'awesome_print', ["~> 1.7"]

spec.metadata['allowed_push_host'] = 'https://rubygems.org'
end

0 comments on commit 316f465

Please sign in to comment.