pxmyportal 0.0.3 → 0.0.4

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: 4cbf8a59677b55d931c451253e344c95bd6982772b435aee1ff36d61758d58e0
4
- data.tar.gz: d898d019ea5c9cf1a4322d010fa6b9a340124eaf51f486c8ce4598c8f840cba2
3
+ metadata.gz: 43418379dffd58273a2d627447e80cb4863d48f713685ad833be3a3e5c6c9153
4
+ data.tar.gz: bd6a744628cc7abddfbfd5efb7d6a27baefbb356f27d3c093b5a24dc3f3ca44b
5
5
  SHA512:
6
- metadata.gz: 3a29af76c458801437e49d666ff0811511a2cd0eebb115f712237aca8434b973b254bef3178e4f27cd7ed4af10cf02374993f902d0f9ef9c7a5a0242bc5f8b01
7
- data.tar.gz: a76893da0c041570c1895ed29a3db7c2e6757f25b31846a90f13db5a84cd49a6320503a8e2bb56c367ebf723d57ed609d169de685f9b1069b909ca8959c87f71
6
+ metadata.gz: 345552df90794fc4ea48bc8460bfc5a427a6efd70b8030c22eea69f1751933b726bfb4d30a307205db80823701cd5420774f6fc7aaedec52750557c2e7bb44a7
7
+ data.tar.gz: 767c0d34fb77204774699ded2022c94875f89e8940b0ebdf8733323cf0fa38ba2ec1a9d9548690d1b8b51534552eb695e1512359dcbe1b6a1003ae35f6c0eb69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log of PXMyPortal gem
2
2
 
3
+ ## 0.0.4 - 2025-07-19
4
+
5
+ Bug fixes.
6
+
3
7
  ## 0.0.3 - 2025-07-19
4
8
 
5
9
  Enable to save bonus payslips.
@@ -1,3 +1,5 @@
1
+ require "fileutils"
2
+
1
3
  # Previously @phase.
2
4
  class PXMyPortal::Page
3
5
  BASEPATH = "/pmpwps/"
@@ -16,5 +16,5 @@
16
16
  # along with this program. If not, see <https://www.gnu.org/licenses/>.
17
17
 
18
18
  module PXMyPortal
19
- VERSION = "0.0.3"
19
+ VERSION = "0.0.4"
20
20
  end
@@ -1,5 +1,6 @@
1
1
  class PXMyPortal::XDG
2
- CACHE_DIR = File.join(ENV["XDG_CACHE_HOME"], "pxmyportal")
2
+ CACHE_DIR = File.join(ENV["XDG_CACHE_HOME"] || File.join(Dir.home, ".cache"),
3
+ "pxmyportal")
3
4
  DOC_DIR = File.join(ENV["XDG_DOCUMENTS_DIR"] || File.join(Dir.home, "Documents"),
4
5
  "pxmyportal")
5
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pxmyportal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - gemmaro