prawn-format 0.2.0.1 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Prawn
2
2
  module Format
3
- VERSION = "0.2.0.1"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{prawn-format}
5
- s.version = "0.2.0.1"
5
+ s.version = "0.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 = ["Jamis Buck"]
9
- s.date = %q{2009-06-15}
9
+ s.date = %q{2009-09-22}
10
10
  s.description = %q{an extension of Prawn that allows inline formatting}
11
11
  s.email = %q{jamis@jamisbuck.org}
12
12
  s.extra_rdoc_files = ["lib/prawn/format/effects/link.rb", "lib/prawn/format/effects/underline.rb", "lib/prawn/format/instructions/base.rb", "lib/prawn/format/instructions/tag_close.rb", "lib/prawn/format/instructions/tag_open.rb", "lib/prawn/format/instructions/text.rb", "lib/prawn/format/layout_builder.rb", "lib/prawn/format/lexer.rb", "lib/prawn/format/line.rb", "lib/prawn/format/parser.rb", "lib/prawn/format/state.rb", "lib/prawn/format/text_object.rb", "lib/prawn/format/version.rb", "lib/prawn/format.rb"]
@@ -5,13 +5,15 @@ puts "Prawn-Format specs: Running on Ruby Version: #{RUBY_VERSION}"
5
5
  require "rubygems"
6
6
  require "test/spec"
7
7
  require "mocha"
8
- require "prawn"
8
+ $LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'vendor', 'prawn-core', 'lib')
9
9
  $LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
10
- $LOAD_PATH << File.join(Prawn::BASEDIR, 'vendor','pdf-inspector','lib')
10
+
11
+ require "prawn/core"
11
12
  require "prawn/format"
12
13
 
13
14
  Prawn.debug = true
14
15
 
16
+ $LOAD_PATH << File.join(Prawn::BASEDIR, 'vendor','pdf-inspector','lib')
15
17
  gem 'pdf-reader', ">=0.7.3"
16
18
  require "pdf/reader"
17
19
  require "pdf/inspector"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prawn-format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.1
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-15 00:00:00 -04:00
12
+ date: 2009-09-22 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency