Sha256: 89f4fd4967128bef11f42243223ec4c4c7ceda2b42c852e65aee312f8e15e643

Contents?: true

Size: 643 Bytes

Versions: 3

Compression:

Stored size: 643 Bytes

Contents

require 'echoe'
require File.expand_path(File.dirname(__FILE__))+'/tasks/spec'
Echoe.new('pivotal_to_pdf') do |p|
  p.description    = "Convert Pivotal Tracker Stories to 4x6 PDF for printing so that you can stick the card to your story board"
  p.summary = "Convert Pivotal Tracker Stories to 4x6 PDF for printing"
  p.author         = "Yi Wen"
  p.email          = "hayafirst@gmail.com"
  p.runtime_dependencies = [ 'activeresource 3.0.9', 'prawn 0.11.1', 'rainbow', 'thor' ]
  p.bin_files = [ "bin/pivotal_to_pdf" ]
  p.url = "https://github.com/ywen/pivotal_to_pdf"
  # p.ignore_pattern = ["bin/*"]
  # p.development_dependencies = []
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pivotal_to_pdf-0.9.1 Rakefile
pivotal_to_pdf-0.9 Rakefile
pivotal_to_pdf-0.8.2 Rakefile