income-tax 0.1.2 → 0.1.3

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: ef93c9dd8513fad45137a102e24b5ba68050217b
4
- data.tar.gz: 4c13ed2b5048662727641f7407025c439f6dc21a
3
+ metadata.gz: 718d9ae66f9ea72ad57e8bbe963587fbb056b6eb
4
+ data.tar.gz: 6a77baa4ff918dc60e318951fb0137805b1278da
5
5
  SHA512:
6
- metadata.gz: 2d8ad59960b92a87809dc02d3bf03127afd866a6e63f95597cce5ee14459d2b83221350bad1207332aeaf9f263ac00d2a499a2586f9b6dffdcd3b40862328944
7
- data.tar.gz: b8373d2c071ee54c47185a4e1803b21a4c22bcccb8f8c9f677057766143c48dfe44d6b743b3cd8d54f1b681f49199fed62ea343d1a856b5172712735c2cdebbd
6
+ metadata.gz: 49eccb866d3732ae54f5814ede21fcf0568319c57958e9638ae27b287e3286700796f94489313137487998c13dd5f8e736934816e561ceb95ed57dd07f26f6ce
7
+ data.tar.gz: 6909cd075ae35332f3670864f955a9fddf8897df2b51c61496d06577e91bc733dcef04c7be3ce4e54405257afaffbdaf58d9c046340017df08887351cf687db1
@@ -1,3 +1,5 @@
1
+ require 'income_tax/countries/france'
2
+
1
3
  module IncomeTax
2
4
  module Countries
3
5
  class FrenchGuiana < Models::Delegate(France)
@@ -1,3 +1,5 @@
1
+ require 'income_tax/countries/france'
2
+
1
3
  module IncomeTax
2
4
  module Countries
3
5
  class FrenchSouthernTerritories < Models::Delegate(France)
@@ -1,3 +1,5 @@
1
+ require 'income_tax/countries/australia'
2
+
1
3
  module IncomeTax
2
4
  module Countries
3
5
  class HeardAndMcdonaldIslands < Models::Delegate(Australia)
@@ -1,3 +1,5 @@
1
+ require 'income_tax/countries/france'
2
+
1
3
  module IncomeTax
2
4
  module Countries
3
5
  class Mayotte < Models::Delegate(France)
@@ -1,3 +1,5 @@
1
+ require 'income_tax/countries/france'
2
+
1
3
  module IncomeTax
2
4
  module Countries
3
5
  class Reunion < Models::Delegate(France)
@@ -1,3 +1,5 @@
1
+ require 'income_tax/countries/united_states'
2
+
1
3
  module IncomeTax
2
4
  module Countries
3
5
  class UnitedStatesMinorOutlyingIslands < Models::Delegate(UnitedStates)
@@ -1,3 +1,5 @@
1
+ require 'income_tax/countries/united_states'
2
+
1
3
  module IncomeTax
2
4
  module Countries
3
5
  class VirginIslandsUs < Models::Delegate(UnitedStates)
@@ -1,3 +1,3 @@
1
1
  module IncomeTax
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase