vat-gst-calculator 0.4.1 → 0.4.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc9dc287543f32912a859dd1fa6c27f95831bd6f9abac619e8b019a0847c8521
|
4
|
+
data.tar.gz: 32f9391ac7f64ae551b87b76c1970cb72411cd7825d6289f32f703997a118714
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a38dc3de2e874b4940304784e919160fdb680da92599ea74c082be7fdcefe2116cbef3c181dc826020ecfb9387a61e6bbdd9f33815af55c39ef6f38e8a671f97
|
7
|
+
data.tar.gz: f56d180fcaa2f75f65dee845fd9e0ae727375b6d2b31bc438a26039c9e58452a6d3bb87e2d8255bc9a729c3cfa1c87e60f45286669449f6df471a284e671f134
|
@@ -116,6 +116,11 @@ module Easyship
|
|
116
116
|
sales_tax: { '_ALL': build_fee_struct(0.23, 0, 0, 0) },
|
117
117
|
provincial_sales_taxes: { '_ALL': no_taxes }
|
118
118
|
},
|
119
|
+
'RO' => {
|
120
|
+
sales_tax_website_name: 'VAT',
|
121
|
+
sales_tax: { '_ALL': build_fee_struct(0.19, 0, 0, 0) },
|
122
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
123
|
+
},
|
119
124
|
'AT' => {
|
120
125
|
sales_tax_website_name: 'VAT',
|
121
126
|
sales_tax: { '_ALL': build_fee_struct(0.2, 0, 0, 0) },
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vat-gst-calculator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aloha Chen
|
8
8
|
- Paul LD
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-12-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -92,7 +92,7 @@ homepage: https://github.com/easyship/vat-gst-calculator
|
|
92
92
|
licenses:
|
93
93
|
- MIT
|
94
94
|
metadata: {}
|
95
|
-
post_install_message:
|
95
|
+
post_install_message:
|
96
96
|
rdoc_options: []
|
97
97
|
require_paths:
|
98
98
|
- lib
|
@@ -107,8 +107,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
- !ruby/object:Gem::Version
|
108
108
|
version: '0'
|
109
109
|
requirements: []
|
110
|
-
rubygems_version: 3.0.
|
111
|
-
signing_key:
|
110
|
+
rubygems_version: 3.0.9
|
111
|
+
signing_key:
|
112
112
|
specification_version: 4
|
113
113
|
summary: Calculate Sales Tax
|
114
114
|
test_files: []
|