slipmate 0.1.6 → 0.1.7

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 (3) hide show
  1. data/lib/slipmate/order.rb +2 -9
  2. data/slipmate.gemspec +1 -1
  3. metadata +3 -3
@@ -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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{slipmate}
3
- s.version = "0.1.6"
3
+ s.version = "0.1.7"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Spencer Markowski"]
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- version: 0.1.6
9
+ - 7
10
+ version: 0.1.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Spencer Markowski