origami 1.0.3 → 1.0.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 (4) hide show
  1. data/README +1 -1
  2. data/bin/pdfcop +1 -1
  3. data/origami/pdf.rb +1 -1
  4. metadata +6 -3
data/README CHANGED
@@ -25,7 +25,7 @@ See the COPYING.LESSER file for more details.
25
25
  :: RELEASE
26
26
  ==========
27
27
 
28
- - Current : Version 1.0.3
28
+ - Current : Version 1.0.4
29
29
 
30
30
 
31
31
  :: DEPENDENCIES
data/bin/pdfcop CHANGED
@@ -127,7 +127,7 @@ def log(str, color = Console::Colors::GREY)
127
127
  end
128
128
 
129
129
  def reject(cause)
130
- log("Document rejected by policy `#{@options[:policy]}', caused by #{cause.inspect}.", Colors::RED)
130
+ log("Document rejected by policy `#{@options[:policy]}', caused by #{cause.inspect}.", Console::Colors::RED)
131
131
  exit(1)
132
132
  end
133
133
 
@@ -57,7 +57,7 @@ require 'origami/xfa'
57
57
 
58
58
  module Origami
59
59
 
60
- VERSION = "1.0.3"
60
+ VERSION = "1.0.4"
61
61
  REVISION = "$Revision$" #:nodoc:
62
62
 
63
63
  #
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: origami
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 31
4
5
  prerelease: false
5
6
  segments:
6
7
  - 1
7
8
  - 0
8
- - 3
9
- version: 1.0.3
9
+ - 4
10
+ version: 1.0.4
10
11
  platform: ruby
11
12
  authors:
12
13
  - "Guillaume Delugr\xC3\xA9"
@@ -14,7 +15,7 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2011-05-31 00:00:00 +02:00
18
+ date: 2011-07-27 00:00:00 +02:00
18
19
  default_executable:
19
20
  dependencies: []
20
21
 
@@ -160,6 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
161
  requirements:
161
162
  - - ">="
162
163
  - !ruby/object:Gem::Version
164
+ hash: 3
163
165
  segments:
164
166
  - 0
165
167
  version: "0"
@@ -168,6 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
170
  requirements:
169
171
  - - ">="
170
172
  - !ruby/object:Gem::Version
173
+ hash: 3
171
174
  segments:
172
175
  - 0
173
176
  version: "0"