Sha256: 7b051964360d1acefa474ed5126cb74d1a0f93712ad5f483c79643cfef3a281b
Contents?: true
Size: 530 Bytes
Versions: 6
Compression:
Stored size: 530 Bytes
Contents
begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end require 'rdoc/task' RDoc::Task.new(:rdoc) do |rdoc| rdoc.rdoc_dir = 'rdoc' rdoc.title = 'NoCMS Blocks' rdoc.options << '--line-numbers' rdoc.rdoc_files.include('README.rdoc') rdoc.rdoc_files.include('lib/**/*.rb') end APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' Bundler::GemHelper.install_tasks task :default => [:"app:spec"]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
nocms-blocks-1.2.0 | Rakefile |
nocms-blocks-1.1.3 | Rakefile |
nocms-blocks-1.1.2 | Rakefile |
nocms-blocks-1.1.1 | Rakefile |
nocms-blocks-1.1.0 | Rakefile |
nocms-blocks-1.0.0 | Rakefile |