Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
seanxiesx committed Oct 3, 2013
1 parent 375a5c9 commit df5558b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"

gem "coveralls", require: false

gemspec
19 changes: 19 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@ PATH
GEM
remote: https://rubygems.org/
specs:
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
diff-lcs (1.2.4)
mime-types (1.25)
mock_redis (0.9.0)
multi_json (1.8.0)
rake (10.1.0)
redis (3.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -19,11 +29,20 @@ GEM
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
tins (0.11.0)

PLATFORMS
ruby

DEPENDENCIES
coveralls
mock_redis
rake
redis_rate_limiter!
Expand Down
2 changes: 1 addition & 1 deletion redis_rate_limiter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://rubygems.org/gems/redis_rate_limiter'

s.add_dependency "redis"
s.add_development_dependency 'rake'
s.add_development_dependency "rake"
s.add_development_dependency "rspec", ">= 2.9.0"
s.add_development_dependency "mock_redis"
end
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'coveralls'
Coveralls.wear!
require 'rspec'
require File.join(File.dirname(__FILE__), '..', 'lib', 'redis_rate_limiter')
require 'mock_redis'

0 comments on commit df5558b

Please sign in to comment.