origami 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README +1 -1
- data/bin/pdfcop +1 -1
- data/origami/pdf.rb +1 -1
- metadata +6 -3
data/README
CHANGED
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
|
|
data/origami/pdf.rb
CHANGED
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
|
-
-
|
9
|
-
version: 1.0.
|
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-
|
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"
|