Sha256: 30b111c64de120c3580e90f38dab86b87d93ae4f28ff5d42127d5efe2b4a8e3e

Contents?: true

Size: 991 Bytes

Versions: 15

Compression:

Stored size: 991 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 Rails Engine CMS gem'
    gem.description = ''
    gem.email       = 'oleg@theworkinggroup.ca'
    gem.homepage    = 'http://github.com/twg/comfortable-mexican-sofa'
    gem.authors     = ['Oleg Khabarov', 'The Working Group Inc']
    gem.add_dependency('rails',           '>=3.0.3')
    gem.add_dependency('active_link_to',  '>=0.0.6')
    gem.add_dependency('paperclip',       '>=2.3.8')
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.0.51 Rakefile
comfortable_mexican_sofa-1.0.50 Rakefile
comfortable_mexican_sofa-1.0.49 Rakefile
comfortable_mexican_sofa-1.0.48 Rakefile
comfortable_mexican_sofa-1.0.47 Rakefile
comfortable_mexican_sofa-1.0.46 Rakefile
comfortable_mexican_sofa-1.0.45 Rakefile
comfortable_mexican_sofa-1.0.44 Rakefile
comfortable_mexican_sofa-1.0.43 Rakefile
comfortable_mexican_sofa-1.0.42 Rakefile
comfortable_mexican_sofa-1.0.41 Rakefile
comfortable_mexican_sofa-1.0.40 Rakefile
comfortable_mexican_sofa-1.0.39 Rakefile
comfortable_mexican_sofa-1.0.38 Rakefile
comfortable_mexican_sofa-1.0.37 Rakefile