Sha256: 1b742e216d8163b6b4e5822002c0f3282443e1aa5288dfb1597df17a2e3a8622

Contents?: true

Size: 733 Bytes

Versions: 3

Compression:

Stored size: 733 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     = ['Lucy']

  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lucy_cms-0.0.6 Rakefile
lucy_cms-0.0.5 Rakefile
lucy_cms-0.0.4 Rakefile