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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/toys/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55d35ccc3ba22ed7aec9045f363982112a8bf94d05f789b4b7d11158acf826e7
|
|
4
|
+
data.tar.gz: 2278e20b26a7bc7a08cb11f87622b93217bfa68c71cbcadab40dbc8dd945c9c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4c2a2f86eeeaef1bd9bc7b23ff27f66bde4c90ea22d78425db58c71a9c5cf868476d7b46d74f732e7ab22f91a08de95cb1713d33186ad73493f48a9a68afd94
|
|
7
|
+
data.tar.gz: 62d71a20adc2d74fbc700837f56198afbb240b9b35155557ebd73de8e018422513f9307a40e74d05fa47c314022bd17d9c7fccec9d69001a971f94f11061e545
|
data/CHANGELOG.md
CHANGED
data/lib/toys/version.rb
CHANGED
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
74
|
+
documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.17.1
|
|
75
75
|
rdoc_options: []
|
|
76
76
|
require_paths:
|
|
77
77
|
- lib
|