Sha256: 54c9582bc300744d7ffd0f87217928a8cef244835a787e4e58b5dc89cf585151

Contents?: true

Size: 694 Bytes

Versions: 4

Compression:

Stored size: 694 Bytes

Contents

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

SofaBlog::Application.load_tasks

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name        = 'sofa_blog'
    gem.homepage    = 'http://github.com/twg/sofa-blog'
    gem.license     = 'MIT'
    gem.summary     = 'SofaBlog is a blog engine for Rails 3.1 apps (and ComfortableMexicanSofa)'
    gem.description = ''
    gem.email       = 'jack@theworkinggroup.ca'
    gem.authors     = ['Jack Neto', 'The Working Group Inc.']
    gem.version     = File.read('VERSION').chomp
  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
sofa_blog-0.1.3 Rakefile
sofa_blog-0.1.2 Rakefile
sofa_blog-0.1.1 Rakefile
sofa_blog-0.1.0 Rakefile