toys 0.12.1 → 0.12.2
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 +5 -0
- data/lib/toys/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68fdda1df8ea614918dd8fadaf1e5766693b036cc06c737b4327d48e769d9b5b
|
|
4
|
+
data.tar.gz: 73acd0ec7f1ae55e8ad18625246b0af9632a3e24423f669b0c06e03507f5e8fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a97a0179a67317b43ff07e922aa81846375f4db1f5df1c9040c850e41a39d8521049369a4545e6e000ed7adda613c7b80c91d92bc3e30a46888bcac49f05fd5
|
|
7
|
+
data.tar.gz: 7118fd3217f088ea41a8a7ea9bd063dece182cce2db5d0ae5d6e70850fe423ba757156a6f010a46ed0077ea5c5ab4748e0b222be1067c24be0f4e5ff22093e12
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
### v0.12.2 / 2021-08-30
|
|
4
|
+
|
|
5
|
+
* FIXED: Tool context inspect string is no longer overwhelmingly long
|
|
6
|
+
* FIXED: Fixed an exception in GitCache and load_git when updating a changed ref
|
|
7
|
+
|
|
3
8
|
### v0.12.1 / 2021-08-17
|
|
4
9
|
|
|
5
10
|
* FIXED: Fixed a regression in 0.12.0 where bundler could use the wrong Gemfile if you set a custom context directory
|
data/lib/toys/version.rb
CHANGED
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.12.
|
|
4
|
+
version: 0.12.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Azuma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-08-
|
|
11
|
+
date: 2021-08-30 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.12.
|
|
19
|
+
version: 0.12.2
|
|
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.12.
|
|
26
|
+
version: 0.12.2
|
|
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
|
|
@@ -66,10 +66,10 @@ homepage: https://github.com/dazuma/toys
|
|
|
66
66
|
licenses:
|
|
67
67
|
- MIT
|
|
68
68
|
metadata:
|
|
69
|
-
changelog_uri: https://dazuma.github.io/toys/gems/toys/v0.12.
|
|
69
|
+
changelog_uri: https://dazuma.github.io/toys/gems/toys/v0.12.2/file.CHANGELOG.html
|
|
70
70
|
source_code_uri: https://github.com/dazuma/toys/tree/main/toys
|
|
71
71
|
bug_tracker_uri: https://github.com/dazuma/toys/issues
|
|
72
|
-
documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.12.
|
|
72
|
+
documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.12.2
|
|
73
73
|
post_install_message:
|
|
74
74
|
rdoc_options: []
|
|
75
75
|
require_paths:
|