Sha256: 91d9f2f1d18e31d687218df6ad14532360dbe8f22df5f4ffba031c2bbd0c1724
Contents?: true
Size: 864 Bytes
Versions: 48
Compression:
Stored size: 864 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' ComfortableMexicanSofa::Application.load_tasks begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = 'comfortable_mexican_sofa' gem.summary = 'ComfortableMexicanSofa is a powerful CMS Engine for Ruby on Rails 3 applications' gem.description = '' gem.email = 'oleg@theworkinggroup.ca' gem.homepage = 'http://github.com/twg/comfortable-mexican-sofa' gem.authors = ['Oleg Khabarov', 'The Working Group Inc'] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end
Version data entries
48 entries across 48 versions & 1 rubygems