Sha256: 6a6b29cab07cfe6ed63158032e31c5d173ab724b8a32e458c6f48069cf8a2da7

Contents?: true

Size: 677 Bytes

Versions: 10

Compression:

Stored size: 677 Bytes

Contents

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

ComfyBlog::Application.load_tasks

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name        = 'comfy_blog'
    gem.homepage    = 'http://github.com/comfy/comfy-blog'
    gem.license     = 'MIT'
    gem.summary     = 'ComfyBlog is a blog engine for Rails 3.1 apps (and ComfortableMexicanSofa)'
    gem.description = ''
    gem.email       = 'oleg@twg.ca'
    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

10 entries across 10 versions & 1 rubygems

Version Path
comfy_blog-0.1.8 Rakefile
comfy_blog-0.1.7 Rakefile
comfy_blog-0.1.6 Rakefile
comfy_blog-0.1.5 Rakefile
comfy_blog-0.1.4 Rakefile
comfy_blog-0.1.3 Rakefile
comfy_blog-0.1.2 Rakefile
comfy_blog-0.1.1 Rakefile
comfy_blog-0.1.0 Rakefile
comfy_blog-0.0.0 Rakefile