Commit af141382ff0484b07e428469647c4004132dcdfe

Authored by Binary Logic
1 parent e8dfc736
Exists in master

fix jewler

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
Gemfile
... ... @@ -3,4 +3,4 @@ source "http://rubygems.org"
3 3 gem 'rake'
4 4 gem 'jeweler'
5 5 gem 'rspec', :require => 'spec'
6   -gem 'ruby-debug19'
  6 +gem 'ruby-debug'
... ...
Rakefile
... ... @@ -27,6 +27,6 @@ Spec::Rake::SpecTask.new(:rcov) do |spec|
27 27 spec.rcov = true
28 28 end
29 29  
30   -#task :spec => :check_dependencies
  30 +task :spec => :check_dependencies
31 31  
32 32 task :default => :spec
... ...