tax_computation 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d897f592bd414c6d2baf416fc7d8b3ccd4bbe06b4784e6b712f0bc928987571
4
- data.tar.gz: 6bbb3c90b861d384869ae8bc3186cb997a685b1d01ae7f75556d79968268655e
3
+ metadata.gz: 27814c29b17002c0edcc0d89d989f19dbb3be762cd3229b03ea6ec6cd059fe06
4
+ data.tar.gz: 1c34ac1bc2de5195ec6392698361c68867c7cc02a6d50753e71b3078fe5d9bd2
5
5
  SHA512:
6
- metadata.gz: 3a9cf1bc121863a3af75dffd380ba106cf46bd1693426e3b1bd199b28dac47a9b7606ddd07514eacf9bc01a6dc31d8e8bb18b434f16c71e7e331330e01438fea
7
- data.tar.gz: 2ddd94de91e436689f022bdcd55cb0699b635923700fb4e974ca7848778fa6f06d571d0cda0a85a0ea26af6d3c4f658bc5953996cb9a64d479c5b4535cf06640
6
+ metadata.gz: eeaa8c641e80b1656339c90146feae9684696c864c5de12b945d4af1e3b75f5625cecaa2de05f4d5b3d6e0dcbd49e99be24316e3e6fd625d15ff5104bf454e8a
7
+ data.tar.gz: 549aa770b0a5b872f9eab208ac0e19fd19ec484c4c37c6f71b38b92dc359b86cf7955d29b89207892ab811ec89ce689b9a8d4d8b3c5856154783f4a33a7fdb10
data/Rakefile CHANGED
@@ -1,8 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "bundler/gem_tasks"
4
- require "rubocop/rake_task"
5
-
6
- RuboCop::RakeTask.new
7
-
8
- task default: :rubocop
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TaxComputation
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -13,7 +13,7 @@ module TaxComputation
13
13
  12000000.0...30000000.0 => {percentage: 27.5, fixed_amount: 2345000, low: 12000000},
14
14
  30000000.0...50000000.0 => {percentage: 30, fixed_amount: 7295000, low: 30000000},
15
15
  50000000.0...75000000.0 => {percentage: 32.5, fixed_amount: 13295000, low: 50000000},
16
- 75000000.0... => {percentage: 35, fixed_amount: 21420000, low: 75000000}
16
+ 75000000.0... 32000000000 => {percentage: 35, fixed_amount: 21420000, low: 75000000}
17
17
  }
18
18
 
19
19
  private
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tax_computation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hamza Alvi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Write a longer description or delete this line.
14
14
  email: