# -*- encoding: utf-8 -*- # stub: pdf-storycards 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "pdf-storycards".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Luke Melia".freeze] s.date = "2008-02-10" s.description = "== DESCRIPTION: Provides a script and library to parse stories saved in the RSpec plain text story format and creates a PDF file with printable 3\"x5\" index cards suitable for using in Agile planning and prioritization. == FEATURES/PROBLEMS: * Create a PDF with each page as a 3x5 sheet, or as 4 cards per 8.5 x 11 sheet * Included script reads stories from STDIN and writes PDF to STDOUT * TODO: Improve test coverage * TODO: Improve documentation == SYNOPSIS: From the command line with stories2cards < /path/to/stories.txt Or via Ruby story_text = File.read('my_story') pdf_content = PDF::Storycards::Writer.make_pdf(story_text, :style => :card_1up) == REQUIREMENTS:".freeze s.email = "luke@lukemelia.com".freeze s.executables = ["stories2cards".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/stories2cards".freeze, "examples/mingle_cards.rb".freeze, "lib/pdf/storycards.rb".freeze, "lib/pdf/storycards/scenario.rb".freeze, "lib/pdf/storycards/story.rb".freeze, "lib/pdf/storycards/story_capturing_mediator.rb".freeze, "lib/pdf/storycards/story_parser.rb".freeze, "lib/pdf/storycards/text_file_filter.rb".freeze, "lib/pdf/storycards/writer.rb".freeze, "spec/addition".freeze, "spec/calculator_stories".freeze, "spec/calculator_stories_with_metadata".freeze, "spec/not_a_text_file.gif".freeze, "spec/not_a_text_file.jpg".freeze, "spec/pdf/storycards/story_capturing_mediator_spec.rb".freeze, "spec/pdf/storycards/story_parser_spec.rb".freeze, "spec/pdf/storycards/story_spec.rb".freeze, "spec/pdf/storycards/text_file_filter_spec.rb".freeze, "spec/pdf/storycards/writer_spec.rb".freeze, "spec/rspec_suite.rb".freeze, "spec/spec_helper.rb".freeze, "spec/subtraction_with_metadata".freeze] s.homepage = "http://rubyforge.org/projects/pdf-storycards/".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Utilities for generating printable story cards for agile planning and measurement".freeze s.specification_version = 1 s.add_runtime_dependency(%q.freeze, [">= 1.1.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.0".freeze]) end