slipmate 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/slipmate/order.rb +2 -9
- data/slipmate.gemspec +1 -1
- metadata +3 -3
data/lib/slipmate/order.rb
CHANGED
@@ -13,21 +13,14 @@ module Slipmate
|
|
13
13
|
:order_date,
|
14
14
|
:shipping_company,
|
15
15
|
:shipping_special_instructions,
|
16
|
+
:shipping_gift_message,
|
16
17
|
:origin_type,
|
17
18
|
:xc_identifier,
|
18
19
|
:store_code,
|
19
20
|
:supplier,
|
20
21
|
:is_held,
|
21
22
|
:status_hash,
|
22
|
-
:tax
|
23
|
-
:message
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
def bang
|
29
|
-
|
30
|
-
end
|
23
|
+
:tax
|
31
24
|
|
32
25
|
def initialize(attributes={})
|
33
26
|
attributes.reverse_merge! :order_date => DateTime.now, :is_held => false
|
data/slipmate.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slipmate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 7
|
10
|
+
version: 0.1.7
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Spencer Markowski
|