prawn-layout 0.7.2 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/prawn/layout/page.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rake/testtask'
4
4
  require "rake/rdoctask"
5
5
  require "rake/gempackagetask"
6
6
 
7
- PRAWN_LAYOUT_VERSION = "0.7.2"
7
+ PRAWN_LAYOUT_VERSION = "0.8.4"
8
8
 
9
9
  task :default => [:test]
10
10
 
@@ -32,7 +32,7 @@ module Prawn
32
32
  # end
33
33
  #
34
34
  def lazy_bounding_box(*args,&block)
35
- translate!(args[0])
35
+ map_to_absolute!(args[0])
36
36
  box = LazyBoundingBox.new(self,*args)
37
37
  box.action(&block)
38
38
  return box
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prawn-layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Brown
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-31 00:00:00 -05:00
12
+ date: 2010-02-24 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15