auction_inc 0.2.0 → 0.2.1

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/auction_inc.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{auction_inc}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["pjkelly"]
12
- s.date = %q{2010-08-05}
12
+ s.date = %q{2010-08-06}
13
13
  s.description = %q{Ruby wrapper around Auction Inc's shipping API.}
14
14
  s.email = %q{pj@crushlovely.com}
15
15
  s.extra_rdoc_files = [
@@ -9,7 +9,7 @@ module AuctionInc
9
9
  class Base
10
10
  cattr_accessor :license_key, :base_url, :base_path, :carriers_yml, :api_version, :detail_level, :currency, :weight_unit, :dimension_unit
11
11
 
12
- # self.license_key = 'ee2e0c20b21fe733c57dcc82e6d250ab'
12
+ self.license_key = nil
13
13
  self.base_url = 'api.auctioninc.com'
14
14
  self.base_path = '/websvc/shire'
15
15
  self.carriers_yml = File.join(File.dirname(__FILE__), 'carriers.yml')
@@ -2,18 +2,18 @@
2
2
  code: FEDEX
3
3
  entry_point: R
4
4
  services:
5
- # - name: First Overnight
6
- # code: FDXFO
7
- # klass: 1
8
- # - name: Priority Overnight
9
- # code: FDXPO
10
- # klass: 1
11
- # - name: Priority Overnight Saturday Delivery
12
- # code: FDXPOS
13
- # klass: 1
14
- # - name: Standard Overnight
15
- # code: FDXSO
16
- # klass: 1
5
+ - name: First Overnight
6
+ code: FDXFO
7
+ klass: 1
8
+ - name: Priority Overnight
9
+ code: FDXPO
10
+ klass: 1
11
+ - name: Priority Overnight Saturday Delivery
12
+ code: FDXPOS
13
+ klass: 1
14
+ - name: Standard Overnight
15
+ code: FDXSO
16
+ klass: 1
17
17
  - name: Ground
18
18
  code: FDXGND
19
19
  klass: G
@@ -30,21 +30,21 @@
30
30
  code: UPS
31
31
  entry_point: P
32
32
  services:
33
- # - name: Next Day Air
34
- # code: UPSNDA
35
- # klass: 1
36
- # - name: Next Day Air Early AM
37
- # code: UPSNDE
38
- # klass: 1
39
- # - name: Next Day Air Saturday Delivery
40
- # code: UPSNDAS
41
- # klass: 1
42
- # - name: Next Day Air Saver
43
- # code: UPSNDS
44
- # klass: 1
45
- # - name: 2 Day Air AM
46
- # code: UPS2DE
47
- # klass: 2
33
+ - name: Next Day Air
34
+ code: UPSNDA
35
+ klass: 1
36
+ - name: Next Day Air Early AM
37
+ code: UPSNDE
38
+ klass: 1
39
+ - name: Next Day Air Saturday Delivery
40
+ code: UPSNDAS
41
+ klass: 1
42
+ - name: Next Day Air Saver
43
+ code: UPSNDS
44
+ klass: 1
45
+ - name: 2 Day Air AM
46
+ code: UPS2DE
47
+ klass: 2
48
48
  - name: Ground
49
49
  code: UPSGND
50
50
  klass: G
@@ -11,6 +11,7 @@ module AuctionInc
11
11
  xml_accessor :declared_value
12
12
  xml_accessor :pack_method
13
13
  xml_accessor :origin_code
14
+ xml_accessor :supp_handling_fee
14
15
  end
15
16
  end
16
17
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - pjkelly
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-05 00:00:00 -07:00
17
+ date: 2010-08-06 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency