toys-core 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/toys/core.rb +1 -1
- metadata +4 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c283573e4997be21eba61fa8a2b4712cd21b42bc1020db22fb806cd5da1a00c9
|
|
4
|
+
data.tar.gz: '09ab81d848d2e300f9b0327e207a5ef9ef74fa03f43d0591d87c47af11098351'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2a04a6d4b43c3e290eb761118de48efca546f4af1aff495599181a0b6689164ec6fb06b48f54f1607fe518ed8f70d5b8e2edb396a94c95d89c6b0a105c82599
|
|
7
|
+
data.tar.gz: c08bf2fa9d07ee56320cd923c8431659817f5ab577770e6c9ded1a42dcafffd1dc5e27857c3a4419e8d931202b1339427ed5c7a4501c4834842446fc49c87ff6
|
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-Core 0.17 supports several significant new pieces of functionality:
|
data/lib/toys/core.rb
CHANGED
metadata
CHANGED
|
@@ -1,28 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: toys-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Azuma
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
-
dependencies:
|
|
12
|
-
- !ruby/object:Gem::Dependency
|
|
13
|
-
name: logger
|
|
14
|
-
requirement: !ruby/object:Gem::Requirement
|
|
15
|
-
requirements:
|
|
16
|
-
- - "~>"
|
|
17
|
-
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.4'
|
|
19
|
-
type: :runtime
|
|
20
|
-
prerelease: false
|
|
21
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
-
requirements:
|
|
23
|
-
- - "~>"
|
|
24
|
-
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.4'
|
|
11
|
+
dependencies: []
|
|
26
12
|
description: Toys-Core is the command line tool framework underlying Toys. It can
|
|
27
13
|
be used to create command line executables using the Toys DSL and classes.
|
|
28
14
|
email:
|
|
@@ -92,10 +78,10 @@ homepage: https://github.com/dazuma/toys
|
|
|
92
78
|
licenses:
|
|
93
79
|
- MIT
|
|
94
80
|
metadata:
|
|
95
|
-
changelog_uri: https://dazuma.github.io/toys/gems/toys-core/v0.17.
|
|
81
|
+
changelog_uri: https://dazuma.github.io/toys/gems/toys-core/v0.17.1/file.CHANGELOG.html
|
|
96
82
|
source_code_uri: https://github.com/dazuma/toys/tree/main/toys-core
|
|
97
83
|
bug_tracker_uri: https://github.com/dazuma/toys/issues
|
|
98
|
-
documentation_uri: https://dazuma.github.io/toys/gems/toys-core/v0.17.
|
|
84
|
+
documentation_uri: https://dazuma.github.io/toys/gems/toys-core/v0.17.1
|
|
99
85
|
rdoc_options: []
|
|
100
86
|
require_paths:
|
|
101
87
|
- lib
|