Skip to content

Commit

Permalink
Add Coveralls to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Oct 30, 2013
1 parent 2099996 commit 59dbe5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ source 'https://rubygems.org'

gemspec

gem 'coveralls', require: false


# Database Configuration
group :development, :test do
platforms :jruby do
Expand Down
1 change: 1 addition & 0 deletions friendly_id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activerecord', '~> 4.0.0'

s.add_development_dependency 'coveralls'
s.add_development_dependency 'railties', '~> 4.0.0'
s.add_development_dependency 'minitest', '>= 4.4.0'
s.add_development_dependency 'mocha', '~> 0.13.3'
Expand Down

0 comments on commit 59dbe5e

Please sign in to comment.