income-tax 0.1.0 → 0.1.1

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: bf9b673d05362b0f319af680341cf2e50fd452bb
4
- data.tar.gz: 3c4a8101d995d291e3d550d5c8b7331890c10af3
3
+ metadata.gz: 1a5bbb738783909a74abcd1a66a307b069c4ee9d
4
+ data.tar.gz: 150adaeb370872c7a794c2cf032c037f3a123175
5
5
  SHA512:
6
- metadata.gz: b12ec870256d34ae03c033531dd0ca8ef45ad410d6ab33f538df5c59c9a61de9b28be415b3eb8c63d4c5f3c31eaf8ab164fa7116b8a6c331d03d0fda3dd4b630
7
- data.tar.gz: 89ecb0d27058ec98161b23117f210dc487dfb642ae4d62c8c746e777e4973e2a9933c23a34b8f845fbc81d10aacdb4b03b5e42cb6c7eb1ae44b0454a9dfdd76c
6
+ metadata.gz: e15cd077ed09918f6358fad4082771dd87af0114efcaafedcd60bf0f898ed550e08f6b4615d56593378a6d37e3ece4020e6a1e7396cb0b5f317ab865552e6aee
7
+ data.tar.gz: 3f53a9ee8377b89852b794a7aa7cbf18b927354e475009d55b9bae62dcd0fd253786d6f3664cbe23022e01fc5d01fd5851564490e080bdfde8b4d99f47085421
@@ -6,7 +6,7 @@ module IncomeTax
6
6
 
7
7
  def level_category
8
8
  return :single unless married?
9
- return :joint if joint?
9
+ return :joint if joint_statement?
10
10
  return :separate unless head_of_household or head_of_household.nil?
11
11
  :head_of_household
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module IncomeTax
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/readme.md CHANGED
@@ -48,7 +48,7 @@ This gem uses a very broad definition of countries, whereby the following are co
48
48
  * UN member states.
49
49
  * Overseas territories, outermost regions and colonies.
50
50
  * Some autonomous regions enjoying partial sovereignty, esp. if they have full autonomy over tax regime and collection (like Hong Kong).
51
- * States with limited but widespread recognition (like Taiwan, Kosovo, Palest.ine)
51
+ * States with limited but widespread recognition (like Taiwan, Kosovo, Palestine).
52
52
 
53
53
  Things not considered separate countries:
54
54
 
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase