tax_jp 1.5.0 → 1.6.0
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 +4 -4
- data/MIT-LICENSE +20 -0
- data/Rakefile +4 -18
- data/app/controllers/tax_jp/application_controller.rb +0 -1
- data/app/mailers/tax_jp/application_mailer.rb +2 -2
- data/data//344/275/217/346/211/200/addresses.csv +2866 -2222
- data/data//344/275/217/346/211/200.db +0 -0
- data/lib/tasks/tax_jp_tasks.rake +4 -0
- data/lib/tax_jp/version.rb +1 -1
- data/lib/tax_jp.rb +1 -0
- metadata +10 -5
Binary file
|
data/lib/tax_jp/version.rb
CHANGED
data/lib/tax_jp.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tax_jp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ichylinux
|
@@ -47,7 +47,7 @@ dependencies:
|
|
47
47
|
version: '6.1'
|
48
48
|
- - "<"
|
49
49
|
- !ruby/object:Gem::Version
|
50
|
-
version: '
|
50
|
+
version: '8.0'
|
51
51
|
type: :runtime
|
52
52
|
prerelease: false
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -57,7 +57,7 @@ dependencies:
|
|
57
57
|
version: '6.1'
|
58
58
|
- - "<"
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
version: '
|
60
|
+
version: '8.0'
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: sqlite3
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,6 +86,7 @@ executables: []
|
|
86
86
|
extensions: []
|
87
87
|
extra_rdoc_files: []
|
88
88
|
files:
|
89
|
+
- MIT-LICENSE
|
89
90
|
- README.md
|
90
91
|
- Rakefile
|
91
92
|
- app/assets/config/tax_jp_manifest.js
|
@@ -175,6 +176,7 @@ files:
|
|
175
176
|
- data/雇用保険料.db
|
176
177
|
- lib/build_tasks/build.rake
|
177
178
|
- lib/build_tasks/download_address.sh
|
179
|
+
- lib/tasks/tax_jp_tasks.rake
|
178
180
|
- lib/tax_jp.rb
|
179
181
|
- lib/tax_jp/address.rb
|
180
182
|
- lib/tax_jp/addresses/db_builder.rb
|
@@ -207,7 +209,10 @@ files:
|
|
207
209
|
homepage: https://github.com/hybitz/tax_jp
|
208
210
|
licenses:
|
209
211
|
- MIT
|
210
|
-
metadata:
|
212
|
+
metadata:
|
213
|
+
homepage_uri: https://github.com/hybitz/tax_jp
|
214
|
+
source_code_uri: https://github.com/hybitz/tax_jp
|
215
|
+
changelog_uri: https://github.com/hybitz/tax_jp/blob/master/HISTORY.md
|
211
216
|
rdoc_options: []
|
212
217
|
require_paths:
|
213
218
|
- lib
|
@@ -225,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
225
230
|
- !ruby/object:Gem::Version
|
226
231
|
version: '0'
|
227
232
|
requirements: []
|
228
|
-
rubygems_version: 3.7.
|
233
|
+
rubygems_version: 3.7.2
|
229
234
|
specification_version: 4
|
230
235
|
summary: 税金計算ライブラリ
|
231
236
|
test_files: []
|