toys 0.14.2 → 0.14.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5605477c7993fad15f1c79740f8de6b90f4aef19becdc00a236e71853cb4d9a8
4
- data.tar.gz: 1c63369d5c4302356f412e25904bd6db43ca93b9896c687c6ae5bbfd4fe24fc8
3
+ metadata.gz: 265d41ef48b2c858476f6e9d612762b388835388bf417c2a547cd80cb7fb5844
4
+ data.tar.gz: 8a9e83571cd471b4de2d9a769bcd3fb7e91ba77aa345b43f9ab682986ebbb1cd
5
5
  SHA512:
6
- metadata.gz: c312c18f2fa8d57f6dbeb8def6b434a611030387e289a370bcb96faadf90a49b948cfc7ac17b14f9e7b97a942a85b133d384ad37705aed9b833fca3f650517d1
7
- data.tar.gz: 1f7125dbf036acb25b0352de30b68f95c229610572c754b8cdf3e1c633e03f5a6318eeb5de56df1d229402f4915d16aacb794d62fcd571007a604aec4ad6070f
6
+ metadata.gz: a2043f0e6f135385e61d88b76265296f860d3258b6da4d63fd9e829ea403f7989407a1106ae55e916611fc75832d237ce1417b3332a20a34bfc4561019ba0da5
7
+ data.tar.gz: 8bf00f2438349c6ced2e5a422d042d58d4749552421b45435e8aeaaa6b54ca463ce739633247136fce4b20420076a1d4290681795529083582f323872548c100
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release History
2
2
 
3
+ ### v0.14.3 / 2022-12-29
4
+
5
+ * FIXED: Exit with a code -1 if a non-integer exit code is thrown
6
+ * FIXED: The sh command in the Exec utility returns -1 if the exit code cannot be determined
7
+ * FIXED: Update Bundler integration to support Bundler 2.4 and Ruby 3.2
8
+ * FIXED: Fix for installing bundler on older Rubies
9
+ * FIXED: Fixed XDG defaults on JRuby 9.4
10
+
3
11
  ### v0.14.2 / 2022-10-09
4
12
 
5
13
  * ADDED: The tool directive supports the delegate_relative argument, as a preferred alternative over alias_tool.
@@ -9,6 +9,6 @@ module Toys
9
9
  # Current version of Toys core.
10
10
  # @return [String]
11
11
  #
12
- VERSION = "0.14.2"
12
+ VERSION = "0.14.3"
13
13
  end
14
14
  end
data/lib/toys/version.rb CHANGED
@@ -5,5 +5,5 @@ module Toys
5
5
  # Current version of the Toys command line executable.
6
6
  # @return [String]
7
7
  #
8
- VERSION = "0.14.2"
8
+ VERSION = "0.14.3"
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.2
4
+ version: 0.14.3
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-10-09 00:00:00.000000000 Z
11
+ date: 2022-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: toys-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.2
19
+ version: 0.14.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.14.2
26
+ version: 0.14.3
27
27
  description: Toys is a configurable command line tool. Write commands in Ruby using
28
28
  a simple DSL, and Toys will provide the command line executable and take care of
29
29
  all the details such as argument parsing, online help, and error reporting. Toys
@@ -120,10 +120,10 @@ homepage: https://github.com/dazuma/toys
120
120
  licenses:
121
121
  - MIT
122
122
  metadata:
123
- changelog_uri: https://dazuma.github.io/toys/gems/toys/v0.14.2/file.CHANGELOG.html
123
+ changelog_uri: https://dazuma.github.io/toys/gems/toys/v0.14.3/file.CHANGELOG.html
124
124
  source_code_uri: https://github.com/dazuma/toys/tree/main/toys
125
125
  bug_tracker_uri: https://github.com/dazuma/toys/issues
126
- documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.14.2
126
+ documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.14.3
127
127
  post_install_message:
128
128
  rdoc_options: []
129
129
  require_paths: