Skip to content

Commit

Permalink
don't require Jeweler to be installed just to run the specs
Browse files Browse the repository at this point in the history
  • Loading branch information
codekitchen committed Dec 19, 2010
1 parent 67bcc3b commit 2b44ab8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ begin
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
# You'll need to install Jeweler to build packages
end

require 'spec/rake/spectask'
Expand All @@ -43,8 +43,6 @@ Spec::Rake::SpecTask.new(:rcov) do |spec|
spec.rcov = true
end

task :spec => :check_dependencies

task :default => :spec

require 'rake/rdoctask'
Expand Down

0 comments on commit 2b44ab8

Please sign in to comment.