pivotal_to_pdf-formatters 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ module PivotalToPdf
24
24
  pdf.bounding_box [pdf.bounds.left+padding, pdf.bounds.top-padding], :width => width do
25
25
  pdf.text story.formatted_name, :size => 14, :inline_format => true
26
26
  pdf.fill_color "52D017"
27
- pdf.text story.label_text, :size => 8
27
+ pdf.text story.formatted_labels, :size => 8
28
28
  pdf.text "\n", :size => 14
29
29
  pdf.fill_color "444444"
30
30
  pdf.text story.formatted_description || "", :size => 10, :inline_format => true
@@ -1,5 +1,5 @@
1
1
  module PivotalToPdf
2
2
  module Formatters
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal_to_pdf-formatters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-23 00:00:00.000000000 Z
12
+ date: 2012-07-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -190,3 +190,4 @@ specification_version: 3
190
190
  summary: The gem is a collection of possible formatters for the pivotal_to_pdf gem
191
191
  test_files:
192
192
  - spec/spec_helper.rb
193
+ has_rdoc: