Sha256: 939f3fefe418ce20ef33459dea46ca2d85618c87982c8cc94f0c784358f0ad21
Contents?: true
Size: 698 Bytes
Versions: 3
Compression:
Stored size: 698 Bytes
Contents
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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
comfy_carousel-0.0.3 | Rakefile |
comfy_carousel-0.0.2 | Rakefile |
comfy_carousel-0.0.1 | Rakefile |