income-tax 0.1.1 → 0.1.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
  SHA1:
3
- metadata.gz: 1a5bbb738783909a74abcd1a66a307b069c4ee9d
4
- data.tar.gz: 150adaeb370872c7a794c2cf032c037f3a123175
3
+ metadata.gz: ef93c9dd8513fad45137a102e24b5ba68050217b
4
+ data.tar.gz: 4c13ed2b5048662727641f7407025c439f6dc21a
5
5
  SHA512:
6
- metadata.gz: e15cd077ed09918f6358fad4082771dd87af0114efcaafedcd60bf0f898ed550e08f6b4615d56593378a6d37e3ece4020e6a1e7396cb0b5f317ab865552e6aee
7
- data.tar.gz: 3f53a9ee8377b89852b794a7aa7cbf18b927354e475009d55b9bae62dcd0fd253786d6f3664cbe23022e01fc5d01fd5851564490e080bdfde8b4d99f47085421
6
+ metadata.gz: 2d8ad59960b92a87809dc02d3bf03127afd866a6e63f95597cce5ee14459d2b83221350bad1207332aeaf9f263ac00d2a499a2586f9b6dffdcd3b40862328944
7
+ data.tar.gz: b8373d2c071ee54c47185a4e1803b21a4c22bcccb8f8c9f677057766143c48dfe44d6b743b3cd8d54f1b681f49199fed62ea343d1a856b5172712735c2cdebbd
@@ -19,7 +19,7 @@ module IncomeTax
19
19
  remainder "13.3%"
20
20
  end
21
21
 
22
- levels :coupe do
22
+ levels :couple do
23
23
  standard_deduction = 7812
24
24
  level standard_deduction + 0, "0%"
25
25
  level standard_deduction + 15174, "1%"
@@ -1,3 +1,3 @@
1
1
  module IncomeTax
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: income-tax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -18,7 +18,6 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - ".rspec"
20
20
  - Gemfile
21
- - Gemfile.lock
22
21
  - LICENSE
23
22
  - income-tax.gemspec
24
23
  - lib/income-tax.rb
@@ -1,60 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- income-tax (0.1.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- coveralls (0.7.2)
10
- multi_json (~> 1.3)
11
- rest-client (= 1.6.7)
12
- simplecov (>= 0.7)
13
- term-ansicolor (= 1.2.2)
14
- thor (= 0.18.1)
15
- diff-lcs (1.2.5)
16
- docile (1.1.5)
17
- i18n (0.7.0)
18
- mime-types (2.4.3)
19
- money (6.6.1)
20
- i18n (>= 0.6.4, <= 0.7.0)
21
- multi_json (1.11.2)
22
- rest-client (1.6.7)
23
- mime-types (>= 1.16)
24
- rspec (3.1.0)
25
- rspec-core (~> 3.1.0)
26
- rspec-expectations (~> 3.1.0)
27
- rspec-mocks (~> 3.1.0)
28
- rspec-core (3.1.7)
29
- rspec-support (~> 3.1.0)
30
- rspec-expectations (3.1.2)
31
- diff-lcs (>= 1.2.0, < 2.0)
32
- rspec-support (~> 3.1.0)
33
- rspec-its (1.1.0)
34
- rspec-core (>= 3.0.0)
35
- rspec-expectations (>= 3.0.0)
36
- rspec-mocks (3.1.3)
37
- rspec-support (~> 3.1.0)
38
- rspec-support (3.1.2)
39
- simplecov (0.9.1)
40
- docile (~> 1.1.0)
41
- multi_json (~> 1.0)
42
- simplecov-html (~> 0.8.0)
43
- simplecov-html (0.8.0)
44
- term-ansicolor (1.2.2)
45
- tins (~> 0.8)
46
- thor (0.18.1)
47
- tins (0.13.2)
48
- tool (0.2.3)
49
-
50
- PLATFORMS
51
- ruby
52
-
53
- DEPENDENCIES
54
- coveralls
55
- income-tax!
56
- money
57
- rspec
58
- rspec-its
59
- simplecov
60
- tool