shipping-calc 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ === 0.1.4 / 2008-04-12
2
+
3
+ * Fixed some tests and documentation
4
+
1
5
  === 0.1.3 / 2008-03-17
2
6
 
3
7
  * FreightQuote support improved
@@ -9,7 +9,7 @@ opts = {
9
9
  :from_zip => 75042,
10
10
  :to_zip => 33166,
11
11
  :weight => 5,
12
- :dimensions => "1x1x1"
12
+ :dimensions => "1x1x1",
13
13
  :to_conditions => "BIZ_WITHOUT"
14
14
  }
15
15
 
@@ -32,7 +32,7 @@ require 'shipping_calc/freight_quote'
32
32
  module ShippingCalc
33
33
  class ShippingCalcError < StandardError
34
34
  end
35
- VERSION = "0.1.3"
35
+ VERSION = "0.1.4"
36
36
 
37
37
  US_STATES = ['AK', 'AL', 'AR', 'AZ', 'CA', 'CO', 'CT', 'DC',
38
38
  'DE', 'FL', 'GA', 'HI', 'IA', 'ID', 'IL', 'IN',
@@ -29,7 +29,7 @@ class DHLTest < Test::Unit::TestCase
29
29
  end
30
30
 
31
31
  def test_quote
32
- assert_in_delta "172.5", @d.quote(@opts), 5
32
+ assert_in_delta "172.5", @d.quote(@opts), 10
33
33
  end
34
34
 
35
35
  def test_params_empty
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shipping-calc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Builes
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-17 00:00:00 -05:00
12
+ date: 2008-04-12 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency