require 'rubygems' require 'rake' require 'echoe' Echoe.new('lablr', '0.0.1') do |p| p.description = "A Ruby Gem for generating printable labels in a variety of formats(pdf, html, etc.) and templates." p.url = "https://github.com/hulihanapplications/Lablr" p.author = "Hulihan Applications" p.email = "dave@hulihanapplications.com" p.ignore_pattern = ["tmp/*", "script/*"] p.runtime_dependencies = ["htmldoc >=0.2.3"] end