toys 0.17.0 → 0.17.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/toys/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3835e01039a57776c3ae00091c53153166a723210e73e098b6af38d901c3066
4
- data.tar.gz: e1efc2f269501b0a218522d929ce1d1ea50662045ab4ca03c9b4d63c8e68cdd9
3
+ metadata.gz: 55d35ccc3ba22ed7aec9045f363982112a8bf94d05f789b4b7d11158acf826e7
4
+ data.tar.gz: 2278e20b26a7bc7a08cb11f87622b93217bfa68c71cbcadab40dbc8dd945c9c9
5
5
  SHA512:
6
- metadata.gz: 8b64f1f36da5faeebeee80456ab33247f90311f5e98bdd8ba7a68a2da8e83326e02aff9f8be877c076739c96127501b07208cec8009b4bf85bd170a328c19aa4
7
- data.tar.gz: 5a178132d475dff414a6c134313412a484f6700cb5900394e5d3fe3f7ec7e6c00005d6f4471173d74b3a9a989bdacf9723934ec83b08c760ab21ee90a8f9e572
6
+ metadata.gz: e4c2a2f86eeeaef1bd9bc7b23ff27f66bde4c90ea22d78425db58c71a9c5cf868476d7b46d74f732e7ab22f91a08de95cb1713d33186ad73493f48a9a68afd94
7
+ data.tar.gz: 62d71a20adc2d74fbc700837f56198afbb240b9b35155557ebd73de8e018422513f9307a40e74d05fa47c314022bd17d9c7fccec9d69001a971f94f11061e545
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### v0.17.1 / 2025-11-07
4
+
5
+ * FIXED: Rolled back dependency on the logger gem because it is causing some issues with bundler integration
6
+
3
7
  ### v0.17.0 / 2025-11-07
4
8
 
5
9
  Toys 0.17 includes several significant new pieces of functionality:
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.17.0"
8
+ VERSION = "0.17.1"
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 0.17.0
18
+ version: 0.17.1
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 0.17.0
25
+ version: 0.17.1
26
26
  description: Toys is a configurable command line tool. Write commands in Ruby using
27
27
  a simple DSL, and Toys will provide the command line executable and take care of
28
28
  all the details such as argument parsing, online help, and error reporting. Toys
@@ -68,10 +68,10 @@ homepage: https://github.com/dazuma/toys
68
68
  licenses:
69
69
  - MIT
70
70
  metadata:
71
- changelog_uri: https://dazuma.github.io/toys/gems/toys/v0.17.0/file.CHANGELOG.html
71
+ changelog_uri: https://dazuma.github.io/toys/gems/toys/v0.17.1/file.CHANGELOG.html
72
72
  source_code_uri: https://github.com/dazuma/toys/tree/main/toys
73
73
  bug_tracker_uri: https://github.com/dazuma/toys/issues
74
- documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.17.0
74
+ documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.17.1
75
75
  rdoc_options: []
76
76
  require_paths:
77
77
  - lib