vat-gst-calculator 0.4.8 → 0.5.0

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
  SHA256:
3
- metadata.gz: bf04346cb5aa6601018c50d451a0462fee3e36aecb9ef739d46e33792ee8bdea
4
- data.tar.gz: 3765f977a0417f08a56381a273f073e857ac2e907a4ffac55df8859d4f8f6271
3
+ metadata.gz: b41f3eb40c2fc01049599af67185633c146994e9e8aa68ef2518ecee6d4cdc3f
4
+ data.tar.gz: 7603c43981f2bcb359a77be92d714873dbfbb0b0e8d035ab401b94e6e5b995e6
5
5
  SHA512:
6
- metadata.gz: f3538284b76b76838f9054ba3de537a894663c09f04791eb55201f75945bc7c57e713758ffb05414910a57cab1f9644b98f3f077f106ecb55716311bb8368e9d
7
- data.tar.gz: 6518bc3249bcfa4a48297f00a1fc9f8c8714ccdb970d741f1716dc8e664e3d3704be906b30cf2a60db4803bde11261b57d18701100d5239ceb9bbf09033257b9
6
+ metadata.gz: b61a549c2b33e5549bce687e018516f4f8b2218634c25ac81c799d732239cc3461f73a8b502b24749c3657abe206b09f4695284c2167836f300882c40aa1bb5b
7
+ data.tar.gz: 7ef3a105c047ed5c26806df2bc2a5f7da234c7a36b079c19a13c40d19481ce7f2be781e67554e3c2050e60e993e419fe933d040325fa0951014a16e92573c6fc
@@ -126,11 +126,11 @@ module Easyship
126
126
  # sales_tax: { '_ALL': build_fee_struct(0.2, 0, 0, 0) },
127
127
  # provincial_sales_taxes: { '_ALL': no_taxes }
128
128
  # },
129
- # 'AE' => {
130
- # sales_tax_website_name: 'VAT',
131
- # sales_tax: { '_ALL': build_fee_struct(0.05, 0, 0, 0) },
132
- # provincial_sales_taxes: { '_ALL': no_taxes }
133
- # },
129
+ 'AE' => {
130
+ sales_tax_website_name: 'VAT',
131
+ sales_tax: { '_ALL': build_fee_struct(0.05, 0, 0, 0) },
132
+ provincial_sales_taxes: { '_ALL': no_taxes }
133
+ },
134
134
  # 'IE' => {
135
135
  # sales_tax_website_name: 'VAT',
136
136
  # sales_tax: { '_ALL': build_fee_struct(0.23, 0, 0, 0) },
@@ -176,11 +176,11 @@ module Easyship
176
176
  # sales_tax: { '_ALL': build_fee_struct(0.1, 0, 0, 0) },
177
177
  # provincial_sales_taxes: { '_ALL': no_taxes }
178
178
  # },
179
- # 'NZ' => {
180
- # sales_tax_website_name: 'VAT',
181
- # sales_tax: { '_ALL': build_fee_struct(0.15, 0, 0, 0) },
182
- # provincial_sales_taxes: { '_ALL': no_taxes }
183
- # },
179
+ 'NZ' => {
180
+ sales_tax_website_name: 'VAT',
181
+ sales_tax: { '_ALL': build_fee_struct(0.15, 0.15, 0.15, 0.15) },
182
+ provincial_sales_taxes: { '_ALL': no_taxes }
183
+ },
184
184
  # 'IN' => {
185
185
  # sales_tax_website_name: 'VAT',
186
186
  # sales_tax: { '_ALL': build_fee_struct(0.15, 0, 0, 0) },
@@ -1,7 +1,7 @@
1
1
  module Easyship
2
2
  module SalesTax
3
3
  module Calculator
4
- VERSION = "0.4.8"
4
+ VERSION = "0.5.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vat-gst-calculator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aloha Chen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-12-14 00:00:00.000000000 Z
12
+ date: 2022-11-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler