gecko-ruby 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f9b99f9bdc65fa256ba9aec9b289167e1cc5bc2
4
- data.tar.gz: c6e482d13237f0b5b7435be4e00fcee405bbd11d
3
+ metadata.gz: 4615d6a4c9837beea8823b1857c462194aed5643
4
+ data.tar.gz: 6f8af375fb425b612ed5b3ae8761733bf4da9912
5
5
  SHA512:
6
- metadata.gz: 12031c659b49586e11e3fb32c5736e9ca51b7647009615025ff7dfd87a86babaec8081e10448c74135d8cb28bba17703e90651b730d835a405eeaaf12f7c5567
7
- data.tar.gz: 336041aae3344a590789428197d79cd93c60bbb45bfa718c08e0bb8c673bffaa6bbd7ba441d466782c129132ab84578ca1fe8203a68a00d6ee952dae92e904ed
6
+ metadata.gz: 0f10cc383a8740107befd09b173cf91ba9ea80933ae544e18524f8588a6cf921be7713587ecd2068662704f0ff22273941cb9119aef850419a4eedf00ef25d37
7
+ data.tar.gz: 500969a17050e07ee70ddb0c3182a7fa5a574f318df50221ccad1ebfb3e2287ab7f3813c945f8d0683b36fa23139bb42f32cb92d68412b7af6b52625337fd854
@@ -1,3 +1,6 @@
1
+ ## 0.0.7 (2015-03-17)
2
+ - Fix issue with Order#tax_override
3
+
1
4
  ## 0.0.6 (2015-03-17)
2
5
  - Add `Gecko::Record::PaymentTerm`
3
6
 
@@ -30,7 +30,7 @@ module Gecko
30
30
  attribute :tax_type, String
31
31
  attribute :issued_at, Date
32
32
  attribute :ship_at, Date
33
- attribute :tax_override, String, readonly: true
33
+ attribute :tax_override, BigDecimal, readonly: true
34
34
  attribute :tax_label, String, readonly: true
35
35
  attribute :source_url, String
36
36
  attribute :document_url, String, readonly: true
@@ -1,3 +1,3 @@
1
1
  module Gecko
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gecko-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bradley Priest