Skip to content

Commit

Permalink
moved coveralls depend to gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Mar 17, 2013
1 parent 7a8e16e commit ca7ba4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
source 'https://rubygems.org'

gem 'coveralls', require: false

gemspec
1 change: 1 addition & 0 deletions chef-handler-sns.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake'
s.add_development_dependency 'minitest'
s.add_development_dependency 'mocha'
s.add_development_dependency 'coveralls'
end

0 comments on commit ca7ba4a

Please sign in to comment.