Sha256: 4b9a9c9f1f9f9f96770699500fc2d231349389b8af36b43dc5c0abb2d8b549ef

Contents?: true

Size: 726 Bytes

Versions: 3

Compression:

Stored size: 726 Bytes

Contents

require File.expand_path('../config/application', __FILE__)
require 'rubygems'
require 'rake'

SofaGallery::Application.load_tasks

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name        = 'sofa_gallery'
    gem.homepage    = 'http://github.com/twg/sofa-gallery'
    gem.license     = 'MIT'
    gem.summary     = 'SofaGallery is an image gallery engine for Rails 3.1 apps (and ComfortableMexicanSofa)'
    gem.description = ''
    gem.email       = 'stephen@theworkinggroup.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

3 entries across 3 versions & 1 rubygems

Version Path
sofa_gallery-0.0.2 Rakefile
sofa_gallery-0.0.1 Rakefile
sofa_gallery-0.0.0 Rakefile