Sha256: 30b111c64de120c3580e90f38dab86b87d93ae4f28ff5d42127d5efe2b4a8e3e
Contents?: true
Size: 991 Bytes
Versions: 15
Compression:
Stored size: 991 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 Rails Engine CMS gem' gem.description = '' gem.email = 'oleg@theworkinggroup.ca' gem.homepage = 'http://github.com/twg/comfortable-mexican-sofa' gem.authors = ['Oleg Khabarov', 'The Working Group Inc'] gem.add_dependency('rails', '>=3.0.3') gem.add_dependency('active_link_to', '>=0.0.6') gem.add_dependency('paperclip', '>=2.3.8') end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end
Version data entries
15 entries across 15 versions & 1 rubygems