Skip to content

Commit

Permalink
move coveralls from gemfile to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
seanxiesx committed Oct 29, 2013
1 parent 56cab38 commit 14a327f
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 redis_rate_limiter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "rspec", ">= 2.9.0"
s.add_development_dependency "mock_redis"
s.add_development_dependency "coveralls"
end

0 comments on commit 14a327f

Please sign in to comment.