Sha256: a06853e12c4447f8f57cde2ba6ebad0266ffd393914906990e23bdb93ad04c58
Contents?: true
Size: 1010 Bytes
Versions: 2
Compression:
Stored size: 1010 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "pivotal_to_pdf/version" Gem::Specification.new do |s| s.name = "pivotal_to_pdf" s.version = PivotalToPdf::VERSION s.authors = ["Yi Wen"] s.email = ["hayafirst@gmail.com"] s.summary = %q{Convert Pivotal Tracker Stories to 4x6 PDF cards} s.description = "Convert Pivotal Tracker Stories to 4x6 PDF for printing so that you can stick the card to your story board" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.author = "Yi Wen" s.add_runtime_dependency(%q<activeresource>, ["3.0.9"]) s.add_runtime_dependency(%q<prawn>, ["0.12.0"]) s.add_runtime_dependency(%q<rainbow>, [">= 0"]) s.add_runtime_dependency(%q<thor>, [">= 0"]) s.homepage = "https://github.com/ywen/pivotal_to_pdf" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pivotal_to_pdf-1.1.0 | pivotal_to_pdf.gemspec |
pivotal_to_pdf-1.0.0 | pivotal_to_pdf.gemspec |