Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Sep 12, 2013
1 parent b7455e5 commit b2a7c12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions coveralls-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Gem::Specification.new do |gem|
gem.add_dependency 'simplecov', ">= 0.7"
end

unless ENV["CI"]
gem.add_development_dependency 'debugger'
end

gem.add_runtime_dependency('jruby-openssl') if RUBY_PLATFORM == 'java'

gem.add_development_dependency 'rspec'
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.6.7"
VERSION = "0.6.8"
end

0 comments on commit b2a7c12

Please sign in to comment.