pivotal_to_pdf 0.5.2 → 0.5.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,4 @@
1
+ v0.5.2.1 Fixed a manifest problem
1
2
  v0.5.2 Printed labels to the cards
2
3
  v0.5.1 minor improvement over printing estimate, owned by
3
4
  v0.5 be able to print out an iteration into one single PDF file
data/Manifest CHANGED
@@ -1,4 +1,3 @@
1
- 7515549.pdf
2
1
  CHANGELOG
3
2
  Gemfile
4
3
  Gemfile.lock
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{pivotal_to_pdf}
5
- s.version = "0.5.2"
5
+ s.version = "0.5.2.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Yi Wen"]
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.email = %q{hayafirst@gmail.com}
13
13
  s.executables = ["pivotal_to_pdf"]
14
14
  s.extra_rdoc_files = ["CHANGELOG", "README.md", "bin/pivotal_to_pdf", "lib/pivotal_to_pdf.rb", "lib/pivotal_to_pdf/iteration.rb", "lib/pivotal_to_pdf/pdf_writer.rb", "lib/pivotal_to_pdf/pivotal.rb", "lib/pivotal_to_pdf/story.rb", "tasks/spec.rb"]
15
- s.files = ["7515549.pdf", "CHANGELOG", "Gemfile", "Gemfile.lock", "Manifest", "README.md", "Rakefile", "bin/pivotal_to_pdf", "lib/pivotal_to_pdf.rb", "lib/pivotal_to_pdf/iteration.rb", "lib/pivotal_to_pdf/pdf_writer.rb", "lib/pivotal_to_pdf/pivotal.rb", "lib/pivotal_to_pdf/story.rb", "spec/pivotal_to_pdf_bin_spec.rb", "spec/spec_helper.rb", "spec/story_spec.rb", "tasks/spec.rb", "pivotal_to_pdf.gemspec"]
15
+ s.files = ["CHANGELOG", "Gemfile", "Gemfile.lock", "Manifest", "README.md", "Rakefile", "bin/pivotal_to_pdf", "lib/pivotal_to_pdf.rb", "lib/pivotal_to_pdf/iteration.rb", "lib/pivotal_to_pdf/pdf_writer.rb", "lib/pivotal_to_pdf/pivotal.rb", "lib/pivotal_to_pdf/story.rb", "spec/pivotal_to_pdf_bin_spec.rb", "spec/spec_helper.rb", "spec/story_spec.rb", "tasks/spec.rb", "pivotal_to_pdf.gemspec"]
16
16
  s.homepage = %q{https://github.com/ywen/pivotal_to_pdf}
17
17
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Pivotal_to_pdf", "--main", "README.md"]
18
18
  s.require_paths = ["lib"]
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 5
8
8
  - 2
9
- version: 0.5.2
9
+ - 1
10
+ version: 0.5.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Yi Wen
@@ -86,7 +87,6 @@ extra_rdoc_files:
86
87
  - lib/pivotal_to_pdf/story.rb
87
88
  - tasks/spec.rb
88
89
  files:
89
- - 7515549.pdf
90
90
  - CHANGELOG
91
91
  - Gemfile
92
92
  - Gemfile.lock
data/7515549.pdf DELETED
Binary file