Sha256: 2cbc87663af4b471e26e97eccbb384cf02d13f96aa3e709589634595cd207a5b
Contents?: true
Size: 736 Bytes
Versions: 2
Compression:
Stored size: 736 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__) require 'rubygems' require 'rake' LucyCMS::Application.load_tasks begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = 'lucy_cms' gem.summary = 'LucyCMS is a Rails 3 CMS that lives inside your Rails App, but does not interfere with it' gem.description = '' gem.email = 'lucy@lucysoft.com' gem.authors = ['Lucysoft'] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lucy_cms-0.0.3 | Rakefile |
lucy_cms-0.0.2 | Rakefile |