Sha256: fa2bdafcab0506e83c1aed6efafe8dd3b9c7fb1f24ab8928e773352f6ba0d9e2

Contents?: true

Size: 879 Bytes

Versions: 8

Compression:

Stored size: 879 Bytes

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "ceilingfish-toto"
    gem.summary = %Q{the tiniest blog-engine in Oz}
    gem.description = %Q{the tiniest blog-engine in Oz.}
    gem.email = "ceilingfish@gmail.com"
    gem.homepage = "http://github.com/ceilingfish/toto"
    gem.authors = ["cloudhead", "ceilingfish"]
    gem.add_development_dependency "riot"
    gem.add_dependency "builder"
    gem.add_dependency "rack"
    gem.add_dependency "rdiscount"
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/*_test.rb'
  test.verbose = true
end

task :test => :check_dependencies
task :default => :test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ceilingfish-toto-0.4.5 Rakefile
ceilingfish-toto-0.4.4 Rakefile
ceilingfish-toto-0.4.3 Rakefile
ceilingfish-toto-0.4.2 Rakefile
ceilingfish-toto-0.3.6 Rakefile
ceilingfish-toto-0.3.5 Rakefile
ceilingfish-toto-0.3.4 Rakefile
ceilingfish-toto-0.3.2 Rakefile