-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathRakefile
More file actions
21 lines (19 loc) · 698 Bytes
/
Copy pathRakefile
File metadata and controls
21 lines (19 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require File.expand_path('../config/application', __FILE__)
require 'rubygems'
require 'rake'
ComfyCarousel::Application.load_tasks
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = 'comfy_carousel'
gem.homepage = 'http://github.com/comfy/comfy_carousel'
gem.license = 'MIT'
gem.summary = 'ComfyCarousel is a carousel engine for Rails 3.1+ apps (and ComfortableMexicanSofa)'
gem.description = ''
gem.email = 'oleg@twg.ca'
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