forked from comfy/comfortable-mexican-sofa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rakefile
23 lines (20 loc) · 866 Bytes
/
Rakefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 = '[email protected]'
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