Sha256: 26c213480aa2d204c7047c87210dcd31b069723880c0be62cf2492ec85532ecf

Contents?: true

Size: 866 Bytes

Versions: 20

Compression:

Stored size: 866 Bytes

Contents

# 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       = 'oleg@theworkinggroup.ca'
    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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.7.1 Rakefile
comfortable_mexican_sofa-1.7.0 Rakefile
comfortable_mexican_sofa-1.6.26 Rakefile
comfortable_mexican_sofa-1.6.25 Rakefile
comfortable_mexican_sofa-1.6.24 Rakefile
comfortable_mexican_sofa-1.6.23 Rakefile
comfortable_mexican_sofa-1.6.22 Rakefile
comfortable_mexican_sofa-1.6.21 Rakefile
comfortable_mexican_sofa-1.6.20 Rakefile
comfortable_mexican_sofa-1.6.19 Rakefile
comfortable_mexican_sofa-1.6.18 Rakefile
comfortable_mexican_sofa-1.6.17 Rakefile
comfortable_mexican_sofa-1.6.16 Rakefile
comfortable_mexican_sofa-1.6.15 Rakefile
comfortable_mexican_sofa-1.6.14 Rakefile
comfortable_mexican_sofa-1.6.13 Rakefile
comfortable_mexican_sofa-1.6.12 Rakefile
comfortable_mexican_sofa-1.6.11 Rakefile
comfortable_mexican_sofa-1.6.10 Rakefile
comfortable_mexican_sofa-1.6.9 Rakefile