catprint 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/catprint.gemspec +1 -1
- data/lib/catprint.rb +4 -2
- data/pkg/catprint-0.0.2.gem +0 -0
- metadata +4 -3
data/catprint.gemspec
CHANGED
data/lib/catprint.rb
CHANGED
@@ -58,9 +58,11 @@ class CatPrint
|
|
58
58
|
:panel_source_file,
|
59
59
|
:panel_number,
|
60
60
|
:page_number,
|
61
|
-
:rotation
|
61
|
+
:rotation,
|
62
|
+
:order
|
62
63
|
|
63
|
-
def initialize
|
64
|
+
def initialize(order=nil)
|
65
|
+
@order = order
|
64
66
|
@action_print_job_xml = action_print_job_xml
|
65
67
|
@production_center_id = production_center_id
|
66
68
|
@payment_method = payment_method
|
Binary file
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 3
|
9
|
+
version: 0.0.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Bryan Woods
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-08-
|
17
|
+
date: 2010-08-19 00:00:00 -04:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -45,6 +45,7 @@ files:
|
|
45
45
|
- lib/catprint.rb
|
46
46
|
- LICENSE
|
47
47
|
- pkg/catprint-0.0.1.gem
|
48
|
+
- pkg/catprint-0.0.2.gem
|
48
49
|
- README.md
|
49
50
|
- test/test_catprint.rb
|
50
51
|
has_rdoc: true
|