Skip to content

Commit

Permalink
updated SimpleCov version
Browse files Browse the repository at this point in the history
* version bump
  • Loading branch information
nickmerwin committed Nov 30, 2015
1 parent 1470edc commit 025a6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coveralls-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'json', '~> 1.8'
gem.add_dependency 'rest-client', '>= 1.6.8', '< 2'
gem.add_dependency 'simplecov', '~> 0.10.0'
gem.add_dependency 'simplecov', '~> 0.11.0'
gem.add_dependency 'tins', '~> 1.6.0'
gem.add_dependency 'term-ansicolor', '~> 1.3'
gem.add_dependency 'thor', '~> 0.19.1'
Expand Down
2 changes: 1 addition & 1 deletion lib/coveralls/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Coveralls
VERSION = "0.8.9"
VERSION = "0.8.10"
end

0 comments on commit 025a6da

Please sign in to comment.