Sha256: d601b7294f5f2f9c383f87b8199015d19000ec2e566759b2e79d2bd1ab0d04ca

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lablr-0.0.1 Rakefile