toys-core 0.14.3 → 0.14.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: 73e5d0f680fb70c244e6808947e471a201bc69834c15cfaaaeabf33bb17b3a15
4
- data.tar.gz: 05702f110b55db481633b0eb56569a98002eff8aec6cfd49db78388867c9fa1c
3
+ metadata.gz: 98a66e07f9f052b2011ab3d960dd8b8bff11f3f03a3c6de67e0d14b1507421ee
4
+ data.tar.gz: c6712de855eb63cb80eba5b32c956590a2b50d2944079df0ad4e58c9c8e7c8c4
5
5
  SHA512:
6
- metadata.gz: b417c3f249b1d4ca13fe0a14a09771a9a172f3cee72e8e158d8a0fcdbcdf853b8f937e1d61b161f1d2ebafbcecb91fdfe0c0b143d3e22f003405697e6c78bc79
7
- data.tar.gz: 1c323e979f9829623dd9c7048af3aaee23a3b692845c7c19e0af68972245b62411b3daf48653beab7378655910e14ffa0859665b25bfedbb054624edf36f3306
6
+ metadata.gz: e6be869c95ca6a9c4a7451581b04a656fe8d11f4b10d7a9197c4719fda776720bc07124295683d21bf81a19a0d5a3366fb0b31f5ffd92dd6b518aab3a18cc6d8
7
+ data.tar.gz: 0f48bdb37ce11ee8f3ece13b7ba8e4f85633b566b68d2ba15cd18ef26ddcd9b0455b49e2f56bef7b0f240cfde4d5e461b81a05965ec77928cd4d09a974794c8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### v0.14.4 / 2023-01-23
4
+
5
+ * FIXED: Fixed missing require when "toys/utils/xdg" or "toys/utils/git_cache" is required without the rest of toys-core
6
+
3
7
  ### v0.14.3 / 2022-12-29
4
8
 
5
9
  * FIXED: Exit with a code -1 if a non-integer exit code is thrown
data/lib/toys/core.rb CHANGED
@@ -9,7 +9,7 @@ module Toys
9
9
  # Current version of Toys core.
10
10
  # @return [String]
11
11
  #
12
- VERSION = "0.14.3"
12
+ VERSION = "0.14.4"
13
13
  end
14
14
 
15
15
  ##
@@ -3,6 +3,7 @@
3
3
  require "digest"
4
4
  require "fileutils"
5
5
  require "json"
6
+ require "toys/compat"
6
7
  require "toys/utils/exec"
7
8
  require "toys/utils/xdg"
8
9
 
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "toys/compat"
4
+
3
5
  module Toys
4
6
  module Utils
5
7
  ##
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toys-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.3
4
+ version: 0.14.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-29 00:00:00.000000000 Z
11
+ date: 2023-01-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Toys-Core is the command line tool framework underlying Toys. It can
14
14
  be used to create command line executables using the Toys DSL and classes.
@@ -78,10 +78,10 @@ homepage: https://github.com/dazuma/toys
78
78
  licenses:
79
79
  - MIT
80
80
  metadata:
81
- changelog_uri: https://dazuma.github.io/toys/gems/toys-core/v0.14.3/file.CHANGELOG.html
81
+ changelog_uri: https://dazuma.github.io/toys/gems/toys-core/v0.14.4/file.CHANGELOG.html
82
82
  source_code_uri: https://github.com/dazuma/toys/tree/main/toys-core
83
83
  bug_tracker_uri: https://github.com/dazuma/toys/issues
84
- documentation_uri: https://dazuma.github.io/toys/gems/toys-core/v0.14.3
84
+ documentation_uri: https://dazuma.github.io/toys/gems/toys-core/v0.14.4
85
85
  post_install_message:
86
86
  rdoc_options: []
87
87
  require_paths: