Skip to content

Commit

Permalink
Bump jeweler and remove Rcov from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Jan 29, 2012
1 parent f057157 commit 164f8eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -20,7 +20,6 @@ gem ENV["MULTI_JSON_ENGINE"], :group => :development if ENV["MULTI_JSON_ENGINE"]
group :development do
gem "rspec", "~> 2.7"
gem "bundler", "~> 1.0"
gem "jeweler", "~> 1.6.0"
gem "rcov", ">= 0"
gem "jeweler", "~> 1.8.3"
gem "rdoc", "~> 3.11"
end
5 changes: 0 additions & 5 deletions Rakefile
Expand Up @@ -26,11 +26,6 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = FileList['spec/**/*_spec.rb']
end

RSpec::Core::RakeTask.new(:rcov) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
spec.rcov = true
end

task :default => :spec

require 'rdoc/task'
Expand Down

0 comments on commit 164f8eb

Please sign in to comment.