Sha256: a74132d68d6cd48be876a267110a9f970e6da035e23ae76ae2fabfbca417e3b4
Contents?: true
Size: 863 Bytes
Versions: 16
Compression:
Stored size: 863 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 micro CMS 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
16 entries across 16 versions & 1 rubygems