Sha256: 20837a7b4b30d7162809e735cad273c8469739c04a08b89e60bf1b6fd20cd784

Contents?: true

Size: 591 Bytes

Versions: 2

Compression:

Stored size: 591 Bytes

Contents

begin
  require 'echoe'
 
  Echoe.new('rblosxom', open('VERSION').read) do |p|
    p.summary = "Ruby based blosxom."
    p.description = "Rblosxom is a blosxom program written in ruby."
    p.url = "http://rblosxom.heroku.com"
    p.author = ['Percy Lau']
    p.email = "percy.lau@gmail.com"
    p.runtime_dependencies = ['sinatra', 'haml', 'RedCloth']
    p.development_dependencies = ['itsucks-compass-960-plugin']
    p.has_rdoc = false
  end
 
rescue LoadError => boom
  puts "You are missing a dependency required for meta-operations on this gem."
  puts "#{boom.to_s.capitalize}."
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rblosxom-0.1.6 Rakefile
rblosxom-0.1.5 Rakefile