Sha256: a74132d68d6cd48be876a267110a9f970e6da035e23ae76ae2fabfbca417e3b4

Contents?: true

Size: 863 Bytes

Versions: 16

Compression:

Stored size: 863 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 micro CMS for Ruby on Rails 3 applications'
    gem.description = ''
    gem.email       = 'oleg@theworkinggroup.ca'
    gem.homepage    = 'http://github.com/twg/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

16 entries across 16 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.3.4 Rakefile
comfortable_mexican_sofa-1.3.3 Rakefile
comfortable_mexican_sofa-1.3.2 Rakefile
comfortable_mexican_sofa-1.3.1 Rakefile
comfortable_mexican_sofa-1.3.0 Rakefile
comfortable_mexican_sofa-1.2.8 Rakefile
comfortable_mexican_sofa-1.2.7 Rakefile
comfortable_mexican_sofa-1.2.6 Rakefile
comfortable_mexican_sofa-1.2.5 Rakefile
comfortable_mexican_sofa-1.2.4 Rakefile
comfortable_mexican_sofa-1.2.3 Rakefile
comfortable_mexican_sofa-1.2.2 Rakefile
comfortable_mexican_sofa-1.2.1 Rakefile
comfortable_mexican_sofa-1.2.0 Rakefile
comfortable_mexican_sofa-1.1.2 Rakefile
comfortable_mexican_sofa-1.1.1 Rakefile