catprint 0.0.2 → 0.0.3

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.
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  SPEC = Gem::Specification.new do |s|
4
4
  s.name = "catprint"
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
  s.author = "Bryan Woods"
7
7
  s.email = "bryanwoods4e@gmail.com"
8
8
  s.platform = Gem::Platform::RUBY
@@ -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
- - 2
9
- version: 0.0.2
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-18 00:00:00 -04:00
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