Sha256: 26c213480aa2d204c7047c87210dcd31b069723880c0be62cf2492ec85532ecf
Contents?: true
Size: 866 Bytes
Versions: 20
Compression:
Stored size: 866 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/comfy/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
20 entries across 20 versions & 1 rubygems