Rakefile in shell_mock-0.2.2 vs Rakefile in shell_mock-0.3.0
- old
+ new
@@ -1,6 +1,7 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
+require 'structured_changelog/tasks'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
- old
+ new