fex 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.
@@ -13,7 +13,7 @@ module Fex
13
13
  end
14
14
 
15
15
  def total_net_charge
16
- @total_net_charge ||= BigDecimal find_total_net_charge
16
+ @total_net_charge ||= BigDecimal.new(find_total_net_charge)
17
17
  end
18
18
 
19
19
  def tracking_number
@@ -1,3 +1,3 @@
1
1
  module Fex
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -82,6 +82,7 @@ describe "Ship Service", :test_environment do
82
82
  )
83
83
  response.severity.should eq "SUCCESS"
84
84
  response.image.bytesize.should be_within(1024).of(10746)
85
+ response.total_net_charge.should eq BigDecimal.new("67.65")
85
86
  end
86
87
 
87
88
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: