Sha256: 92d90d2ce9f5c2bbf10e312b1a1dcc31880e0b6c74ca7508dbf5f5c138e57aa0
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
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.license = "MIT" s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] s.author = "Yi Wen" s.add_runtime_dependency(%q<pivotal_to_pdf-formatters>, ">= 0.0.4") s.add_runtime_dependency(%q<activeresource>, "3.0.9") s.add_runtime_dependency(%q<prawn>, "0.12.0") s.add_runtime_dependency(%q<rainbow>, ">= 2.0") s.add_runtime_dependency(%q<thor>, ">= 0") s.add_development_dependency(%q<rspec>) s.homepage = "https://github.com/ywen/pivotal_to_pdf" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pivotal_to_pdf-1.4.0 | pivotal_to_pdf.gemspec |