lucasalary 0.6.1 → 0.6.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c67611f8fd2fd2ae358b490cb0edf52bb7f3e2e67be665fa980d13d4867b84cc
4
- data.tar.gz: 4f9549a73cda4e61e22e4fc32bf45e8449eac786570b8f476046399d3a151aed
3
+ metadata.gz: 49128f682c13b304862041ee6b5a5b8dd51a761f3ebaea212f51e0a4f964a726
4
+ data.tar.gz: b9720831318ae4ca017648b7a87638f1ab9c3efb3831014392ba383b08ba3c68
5
5
  SHA512:
6
- metadata.gz: fb07bfd39efd6c6fd9c5d2bb309914f1a383f57b370ed28eded86ba1d008db0a1f8938c3a06a795a067e0d6d3298824c294b1bb0a19c12d7f55d2f21e15bac3f
7
- data.tar.gz: 5c9cb0834e0e258743f854e233705275910e495490e007fc9cc1c1bcf57ff49b8cd8b95a293a51a61c6ddda50f5a1c10603640b9a920cb86bde133ddd14f8229
6
+ metadata.gz: 49824456abf03553c1d57ec9fb0efcf5bbba822e5a2974142afc70c8b98dbc090c6eece8a648c54984285e46754c80fbebd286e79e18ddf6cea23b258d151013
7
+ data.tar.gz: f4f569c7c1443cd02ee7bf14c4f42287ba89857c5a62985de6d925d27b0000d2b7d1a092595c2bf987359168364ad30583547f9d1a3d9fedfb4a97249dbf603a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## LucaSalary 0.6.2
2
+
3
+ * use `load_config()` by LucaRecord v0.8.2
4
+
1
5
  ## LucaSalary 0.6.1
2
6
 
3
7
  * Reworked global constants w/LucaRecord v0.7
@@ -15,7 +15,7 @@ module LucaSalary
15
15
  def initialize(date = nil)
16
16
  @date = date.nil? ? Date.today : Date.parse(date)
17
17
  @pjdir = Pathname(LucaRecord::CONST.pjdir)
18
- @config = load_config(@pjdir + 'config.yml')
18
+ @config = self.class.load_config(@pjdir)
19
19
  @driver = set_driver
20
20
  end
21
21
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LucaSalary
4
- VERSION = '0.6.1'
4
+ VERSION = '0.6.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lucasalary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chuma Takahiro
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-10 00:00:00.000000000 Z
11
+ date: 2025-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lucarecord
@@ -91,7 +91,7 @@ files:
91
91
  - lib/luca_salary/version.rb
92
92
  homepage: https://github.com/chumaltd/luca/tree/master/lucasalary
93
93
  licenses:
94
- - GPL
94
+ - GPL-3.0-or-later
95
95
  metadata:
96
96
  homepage_uri: https://github.com/chumaltd/luca/tree/master/lucasalary
97
97
  source_code_uri: https://github.com/chumaltd/luca/tree/master/lucasalary
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
113
  requirements: []
114
- rubygems_version: 3.4.10
114
+ rubygems_version: 3.4.20
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: Salary calculation framework