Sha256: a076a40ecf20560adacaa3e4d2a7f103b18912f57cd23b2628669824e85687b5

Contents?: true

Size: 519 Bytes

Versions: 29

Compression:

Stored size: 519 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

# HACK @see http://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11
module TempFixForRakeLastComment
  def last_comment
    last_description
  end
end
Rake::Application.send :include, TempFixForRakeLastComment

Rails.application.load_tasks

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
mvpkit-2.0.2 project/Rakefile
mvpkit-2.0.1 project/Rakefile
mvpkit-2.0.0 project/Rakefile
mvpkit-1.1.2 project/Rakefile
mvpkit-1.1.1 project/Rakefile
mvpkit-1.1.0 project/Rakefile
mvpkit-1.0.4 project/Rakefile
mvpkit-1.0.3 project/Rakefile
mvpkit-1.0.2 project/Rakefile
mvpkit-1.0.1 project/Rakefile
mvpkit-1.0.0 project/Rakefile
mvpkit-0.8.1 project/Rakefile
mvpkit-0.8.0 project/Rakefile
minimum_viable_product-0.7.15 project/Rakefile
minimum_viable_product-0.7.14 project/Rakefile
minimum_viable_product-0.7.13 project/Rakefile
minimum_viable_product-0.7.12 project/Rakefile
minimum_viable_product-0.7.11 project/Rakefile
minimum_viable_product-0.7.10 project/Rakefile
minimum_viable_product-0.7.9 project/Rakefile