Rakefile in phonelib-0.6.44 vs Rakefile in phonelib-0.6.45
- old
+ new
@@ -20,9 +20,16 @@
end
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
+module TempFixForRakeLastComment
+ def last_comment
+ last_description
+ end
+end
+Rake::Application.send :include, TempFixForRakeLastComment
+
RSpec::Core::RakeTask.new(:spec) do |t|
if defined? Rails
puts 'Rails found! Running tests with Rails'
t.pattern = 'spec/**/*_spec.rb'
else