Skip to content

Commit

Permalink
Fix an issue
Browse files Browse the repository at this point in the history
where the pivotal gem tests could break because of the loading order
  • Loading branch information
ywen committed May 29, 2015
1 parent 94aadac commit a7454b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/pivotal_to_pdf-formatters/default.rb
Expand Up @@ -5,7 +5,6 @@
module PivotalToPdf
module Formatters
class Default < Base

def write_to(destination)
Prawn::Document.generate("#{destination}.pdf",
:page_layout => :landscape,
Expand Down
1 change: 1 addition & 0 deletions lib/pivotal_to_pdf-formatters/large_text.rb
@@ -1,6 +1,7 @@
require 'rubygems'
require 'prawn'
require 'rainbow'
require_relative 'default'

module PivotalToPdf
module Formatters
Expand Down
2 changes: 1 addition & 1 deletion lib/pivotal_to_pdf-formatters/version.rb
@@ -1,5 +1,5 @@
module PivotalToPdf
module Formatters
VERSION = "0.2.1"
VERSION = "0.2.1.1"
end
end

0 comments on commit a7454b0

Please sign in to comment.