vat-gst-calculator 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +3 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +6 -0
- data/LICENSE.txt +21 -0
- data/README.md +49 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/easyship/sales_tax/calculator.rb +48 -0
- data/lib/easyship/sales_tax/calculator/fee.rb +5 -0
- data/lib/easyship/sales_tax/calculator/formula.rb +87 -0
- data/lib/easyship/sales_tax/calculator/version.rb +7 -0
- data/vat-gst-calculator.gemspec +30 -0
- metadata +112 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: eadf3b8ac32a3ae3ebb44b73968fb452e84a06bd0aa14cf21ec0ae1a87cb079c
|
4
|
+
data.tar.gz: ed189868daaff98f1d610917c3be707c1fca1762c0b70ef66ab050f31a27154e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ed1f8a387f82d7c52c3f451e828c51f00a65abd73924d77f4bd3322e744f5bd0abd1368ae90f3571edf705c47f052c82a5d8bd37d3ab292ccc64325afd358a20
|
7
|
+
data.tar.gz: 8a03f400e292989f10d2c94c2dcf5c85a13f29227710765a0e91be5e6638302841645a02867e48aba023982624023d7b070af8cd5c25a505425c0a04ed67bb0c
|
data/.gitignore
ADDED
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
+
orientation.
|
11
|
+
|
12
|
+
## Our Standards
|
13
|
+
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
15
|
+
include:
|
16
|
+
|
17
|
+
* Using welcoming and inclusive language
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
19
|
+
* Gracefully accepting constructive criticism
|
20
|
+
* Focusing on what is best for the community
|
21
|
+
* Showing empathy towards other community members
|
22
|
+
|
23
|
+
Examples of unacceptable behavior by participants include:
|
24
|
+
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
+
advances
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
+
* Public or private harassment
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
30
|
+
address, without explicit permission
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
+
professional setting
|
33
|
+
|
34
|
+
## Our Responsibilities
|
35
|
+
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
38
|
+
response to any instances of unacceptable behavior.
|
39
|
+
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
+
threatening, offensive, or harmful.
|
45
|
+
|
46
|
+
## Scope
|
47
|
+
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
+
when an individual is representing the project or its community. Examples of
|
50
|
+
representing a project or community include using an official project e-mail
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
53
|
+
further defined and clarified by project maintainers.
|
54
|
+
|
55
|
+
## Enforcement
|
56
|
+
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
+
reported by contacting the project team at y.alohac@gmail.com. All
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
63
|
+
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
66
|
+
members of the project's leadership.
|
67
|
+
|
68
|
+
## Attribution
|
69
|
+
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
+
available at [http://contributor-covenant.org/version/1/4][version]
|
72
|
+
|
73
|
+
[homepage]: http://contributor-covenant.org
|
74
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2019 Aloha Chen
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
# Easyship::SalesTax::Calculator
|
2
|
+
|
3
|
+
To calculate VAT/GST/QST
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
Add this line to your application's Gemfile:
|
8
|
+
|
9
|
+
```ruby
|
10
|
+
gem 'vat-gst-calculator'
|
11
|
+
```
|
12
|
+
|
13
|
+
And then execute:
|
14
|
+
|
15
|
+
$ bundle
|
16
|
+
|
17
|
+
Or install it yourself as:
|
18
|
+
|
19
|
+
$ gem install vat-gst-calculator
|
20
|
+
|
21
|
+
## Usage
|
22
|
+
|
23
|
+
```ruby
|
24
|
+
Easyship::SalesTax::Calculator.calculate(
|
25
|
+
origin_country_alpha2: origin_country_alpha2,
|
26
|
+
destination_country_alpha2: destination_country_alpha2,
|
27
|
+
origin_state: origin_state,
|
28
|
+
destination_state: destination_state,
|
29
|
+
fees: Easyship::SalesTax::Fee.new(10, 20, 30, 40) # (shipment_charge_total, insurance_fee, pickup_fee, residential_surcharge)
|
30
|
+
)
|
31
|
+
```
|
32
|
+
|
33
|
+
## Development
|
34
|
+
|
35
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
36
|
+
|
37
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
38
|
+
|
39
|
+
## Contributing
|
40
|
+
|
41
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/easyship/vat-gst-calculator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
42
|
+
|
43
|
+
## License
|
44
|
+
|
45
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
46
|
+
|
47
|
+
## Code of Conduct
|
48
|
+
|
49
|
+
Everyone interacting in the Easyship::SalesTax::Calculator project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/easyship/vat-gst-calculator/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
ADDED
data/bin/console
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require "bundler/setup"
|
4
|
+
require "easyship/sales_tax/calculator"
|
5
|
+
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
8
|
+
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
+
# require "pry"
|
11
|
+
# Pry.start
|
12
|
+
|
13
|
+
require "irb"
|
14
|
+
IRB.start(__FILE__)
|
data/bin/setup
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
require "easyship/sales_tax/calculator/version"
|
2
|
+
require "easyship/sales_tax/calculator/formula"
|
3
|
+
require "easyship/sales_tax/calculator/fee"
|
4
|
+
|
5
|
+
module Easyship
|
6
|
+
module SalesTax
|
7
|
+
module Calculator
|
8
|
+
class Error < StandardError; end
|
9
|
+
def self.calculate(origin_country_alpha2: nil, destination_country_alpha2: nil, origin_state: nil, destination_state: nil, fees: nil)
|
10
|
+
return fallback_value if origin_country_alpha2.nil? || origin_country_alpha2.empty? || destination_country_alpha2.nil? || destination_country_alpha2.empty?
|
11
|
+
return fallback_value unless fees.is_a?(Fee)
|
12
|
+
|
13
|
+
# TODO(Aloha): support international
|
14
|
+
return fallback_value if origin_country_alpha2 != destination_country_alpha2
|
15
|
+
return fallback_value if Formula::DOMESTIC[destination_country_alpha2.to_s].nil? || Formula::DOMESTIC[destination_country_alpha2.to_s].empty?
|
16
|
+
|
17
|
+
{
|
18
|
+
sales_tax: tax_calculate(Formula::DOMESTIC[destination_country_alpha2.to_s][:sales_tax], nil, destination_state, fees, false),
|
19
|
+
provincial_sales_tax: tax_calculate(Formula::DOMESTIC[destination_country_alpha2.to_s][:provincial_sales_taxes], origin_state, destination_state, fees, true)
|
20
|
+
}
|
21
|
+
rescue
|
22
|
+
fallback_value
|
23
|
+
end
|
24
|
+
|
25
|
+
def self.fallback_value
|
26
|
+
{ sales_tax: 0, provincial_sales_tax: 0 }
|
27
|
+
end
|
28
|
+
|
29
|
+
def self.tax_calculate(formula, origin_state, destination_state, fees, is_provincial_sales_taxes)
|
30
|
+
if (tax_destination_formula = formula[destination_state.to_s.upcase])
|
31
|
+
# ONLY CA has provincial_sales_taxes(QST/PST) and it only apply when ship within same state
|
32
|
+
# https://www.fedex.com/en-ca/news/canadian-sales-taxes.html
|
33
|
+
return 0 if origin_state != destination_state && is_provincial_sales_taxes
|
34
|
+
fees.to_h.inject(0) { |sum, (k, v)| sum + (tax_destination_formula[k] * v.to_f) }.round(2)
|
35
|
+
elsif formula[:_ALL]
|
36
|
+
fees.to_h.inject(0) { |sum, (k, v)| sum + (formula[:_ALL][k] * v.to_f) }.round(2)
|
37
|
+
else
|
38
|
+
0
|
39
|
+
end
|
40
|
+
end
|
41
|
+
|
42
|
+
def self.sales_tax_website_name(country_alpha2)
|
43
|
+
return unless Formula::DOMESTIC[country_alpha2.to_s].present?
|
44
|
+
Formula::DOMESTIC[country_alpha2][:sales_tax_website_name]
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
@@ -0,0 +1,87 @@
|
|
1
|
+
module Easyship
|
2
|
+
module SalesTax
|
3
|
+
module Formula
|
4
|
+
class Error < StandardError; end
|
5
|
+
class << self
|
6
|
+
def build_fee_struct(shipment_charge_total, insurance_fee, pickup_fee, residential_surcharge)
|
7
|
+
{
|
8
|
+
shipment_charge_total: shipment_charge_total,
|
9
|
+
insurance_fee: insurance_fee,
|
10
|
+
pickup_fee: pickup_fee,
|
11
|
+
residential_surcharge: residential_surcharge
|
12
|
+
}
|
13
|
+
end
|
14
|
+
|
15
|
+
def no_taxes
|
16
|
+
build_fee_struct(0, 0, 0, 0)
|
17
|
+
end
|
18
|
+
end
|
19
|
+
|
20
|
+
DOMESTIC = {
|
21
|
+
'AU' => {
|
22
|
+
sales_tax_website_name: 'GST',
|
23
|
+
sales_tax: { '_ALL': build_fee_struct(0.1, 0, 0.1, 0) },
|
24
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
25
|
+
},
|
26
|
+
'GB' => {
|
27
|
+
sales_tax_website_name: 'VAT',
|
28
|
+
sales_tax: { '_ALL': build_fee_struct(0.2, 0, 0, 0.2) }, # TBC
|
29
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
30
|
+
},
|
31
|
+
'CA' => {
|
32
|
+
sales_tax_website_name: 'Taxes',
|
33
|
+
sales_tax: {
|
34
|
+
'AB' => build_fee_struct(0.05, 0, 0.05, 0.05), # Alberta
|
35
|
+
'BC' => build_fee_struct(0.05, 0, 0.05, 0.05), # British Columbia
|
36
|
+
'MB' => build_fee_struct(0.05, 0, 0.05, 0.05), # Manitoba
|
37
|
+
'NB' => build_fee_struct(0.15, 0, 0.15, 0.15), # New Brunswick
|
38
|
+
'NL' => build_fee_struct(0.15, 0, 0.15, 0.15), # Newfoundland and Labrador
|
39
|
+
'NT' => build_fee_struct(0.05, 0, 0.05, 0.05), # Northwest Territories
|
40
|
+
'NS' => build_fee_struct(0.15, 0, 0.15, 0.15), # Nova Scotia
|
41
|
+
'NU' => build_fee_struct(0.05, 0, 0.05, 0.05), # Nunavut
|
42
|
+
'ON' => build_fee_struct(0.13, 0, 0.13, 0.13), # Ontario
|
43
|
+
'PE' => build_fee_struct(0.15, 0, 0.15, 0.15), # Prince Edward Island
|
44
|
+
'QC' => build_fee_struct(0.05, 0, 0.05, 0.05), # Quebec
|
45
|
+
'SK' => build_fee_struct(0.05, 0, 0.05, 0.05), # Saskatchewan
|
46
|
+
'YT' => build_fee_struct(0.05, 0, 0.05, 0.05), # Yukon
|
47
|
+
},
|
48
|
+
provincial_sales_taxes: {
|
49
|
+
'AB' => no_taxes, # Alberta
|
50
|
+
'BC' => no_taxes, # British Columbia
|
51
|
+
'MB' => no_taxes, # Manitoba
|
52
|
+
'NB' => no_taxes, # New Brunswick
|
53
|
+
'NL' => no_taxes, # Newfoundland and Labrador
|
54
|
+
'NT' => no_taxes, # Northwest Territories
|
55
|
+
'NS' => no_taxes, # Nova Scotia
|
56
|
+
'NU' => no_taxes, # Nunavut
|
57
|
+
'ON' => no_taxes, # Ontario
|
58
|
+
'PE' => no_taxes, # Prince Edward Island
|
59
|
+
'QC' => build_fee_struct(0.09975, 0, 0.09975, 0.09975), # Quebec
|
60
|
+
'SK' => no_taxes, # Saskatchewan
|
61
|
+
'YT' => no_taxes, # Yukon
|
62
|
+
}
|
63
|
+
},
|
64
|
+
'SG' => {
|
65
|
+
sales_tax_website_name: 'GST',
|
66
|
+
sales_tax: { '_ALL': build_fee_struct(0.07, 0, 0, 0) },
|
67
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
68
|
+
},
|
69
|
+
'HK' => {
|
70
|
+
sales_tax_website_name: nil,
|
71
|
+
sales_tax: { '_ALL': no_taxes },
|
72
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
73
|
+
},
|
74
|
+
'NL' => {
|
75
|
+
sales_tax_website_name: 'VAT',
|
76
|
+
sales_tax: { '_ALL': build_fee_struct(0.21, 0, 0.21, 0.21) },
|
77
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
78
|
+
},
|
79
|
+
'US' => {
|
80
|
+
sales_tax_website_name: nil,
|
81
|
+
sales_tax: { '_ALL': no_taxes },
|
82
|
+
provincial_sales_taxes: { '_ALL': no_taxes }
|
83
|
+
}
|
84
|
+
}.freeze
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
|
2
|
+
lib = File.expand_path("../lib", __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require "easyship/sales_tax/calculator/version"
|
5
|
+
|
6
|
+
Gem::Specification.new do |spec|
|
7
|
+
spec.name = "vat-gst-calculator"
|
8
|
+
spec.version = Easyship::SalesTax::Calculator::VERSION
|
9
|
+
spec.authors = ["Aloha Chen"]
|
10
|
+
spec.email = ["y.alohac@gmail.com"]
|
11
|
+
|
12
|
+
spec.summary = %q{Calculate Sales Tax}
|
13
|
+
spec.description = %q{Calculating VAT/GST/PST based on shipping rate, insurance fee, pickup_fee...etc}
|
14
|
+
spec.homepage = "https://github.com/easyship/vat-gst-calculator"
|
15
|
+
spec.license = "MIT"
|
16
|
+
|
17
|
+
# Specify which files should be added to the gem when it is released.
|
18
|
+
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
19
|
+
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
|
20
|
+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
21
|
+
end
|
22
|
+
spec.bindir = "exe"
|
23
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
24
|
+
spec.require_paths = ["lib"]
|
25
|
+
|
26
|
+
spec.add_development_dependency "bundler", "~> 1.17"
|
27
|
+
spec.add_development_dependency "rake", "~> 10.0"
|
28
|
+
spec.add_development_dependency "rspec", "~> 3.0"
|
29
|
+
spec.add_development_dependency "byebug"
|
30
|
+
end
|
metadata
ADDED
@@ -0,0 +1,112 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: vat-gst-calculator
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Aloha Chen
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2019-07-18 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bundler
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.17'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.17'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rake
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '10.0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '10.0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rspec
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '3.0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '3.0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: byebug
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
description: Calculating VAT/GST/PST based on shipping rate, insurance fee, pickup_fee...etc
|
70
|
+
email:
|
71
|
+
- y.alohac@gmail.com
|
72
|
+
executables: []
|
73
|
+
extensions: []
|
74
|
+
extra_rdoc_files: []
|
75
|
+
files:
|
76
|
+
- ".gitignore"
|
77
|
+
- CODE_OF_CONDUCT.md
|
78
|
+
- Gemfile
|
79
|
+
- LICENSE.txt
|
80
|
+
- README.md
|
81
|
+
- Rakefile
|
82
|
+
- bin/console
|
83
|
+
- bin/setup
|
84
|
+
- lib/easyship/sales_tax/calculator.rb
|
85
|
+
- lib/easyship/sales_tax/calculator/fee.rb
|
86
|
+
- lib/easyship/sales_tax/calculator/formula.rb
|
87
|
+
- lib/easyship/sales_tax/calculator/version.rb
|
88
|
+
- vat-gst-calculator.gemspec
|
89
|
+
homepage: https://github.com/easyship/vat-gst-calculator
|
90
|
+
licenses:
|
91
|
+
- MIT
|
92
|
+
metadata: {}
|
93
|
+
post_install_message:
|
94
|
+
rdoc_options: []
|
95
|
+
require_paths:
|
96
|
+
- lib
|
97
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
98
|
+
requirements:
|
99
|
+
- - ">="
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: '0'
|
102
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
103
|
+
requirements:
|
104
|
+
- - ">="
|
105
|
+
- !ruby/object:Gem::Version
|
106
|
+
version: '0'
|
107
|
+
requirements: []
|
108
|
+
rubygems_version: 3.0.4
|
109
|
+
signing_key:
|
110
|
+
specification_version: 4
|
111
|
+
summary: Calculate Sales Tax
|
112
|
+
test_files: []
|