Sha256: 010b66e48a3755809eb6306220e2b13208390aa33ecce79770cddf7db8984f1f
Contents?: true
Size: 717 Bytes
Versions: 4
Compression:
Stored size: 717 Bytes
Contents
require File.expand_path('../config/application', __FILE__) require 'rubygems' require 'rake' ComfyGallery::Application.load_tasks begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = 'comfy_gallery' gem.homepage = 'http://github.com/comfy/comfy-gallery' gem.license = 'MIT' gem.summary = 'ComfyGallery is an image gallery engine for Rails 3.1 apps (and ComfortableMexicanSofa)' gem.description = '' gem.email = 'oleg@twg.ca' gem.authors = ['Oleg Khabarov', 'Stephen McLeod', '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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
comfy_gallery-0.1.3 | Rakefile |
comfy_gallery-0.1.2 | Rakefile |
comfy_gallery-0.1.1 | Rakefile |
comfy_gallery-0.1.0 | Rakefile |