Rakefile in acts_as_textcaptcha-4.1.1 vs Rakefile in acts_as_textcaptcha-4.1.2

- old
+ new

@@ -1,9 +1,20 @@ gem 'rdoc' # default rake task :default => [:test] +# helpful console +desc "Irb console that requires this gem" +task :console do + require 'irb' + require 'irb/completion' + require 'acts_as_textcaptcha' + ARGV.clear + IRB.start +end + + # bundler tasks require 'bundler' Bundler::GemHelper.install_tasks # run all tests