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.
Binary file
@@ -0,0 +1,4 @@
1
+ # desc "Explaining what the task does"
2
+ # task :tax_jp do
3
+ # # Task goes here
4
+ # end
@@ -1,3 +1,3 @@
1
1
  module TaxJp
2
- VERSION = '1.5.0'
2
+ VERSION = '1.6.0'
3
3
  end
data/lib/tax_jp.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'sqlite3'
2
+ require "tax_jp/version"
2
3
  require "tax_jp/engine"
3
4
  require 'tax_jp/const'
4
5
  require 'tax_jp/utils'
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.5.0
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: '7.0'
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: '7.0'
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.1
233
+ rubygems_version: 3.7.2
229
234
  specification_version: 4
230
235
  summary: 税金計算ライブラリ
231
236
  test_files: []