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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/lib/toys/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26f6e4aff09af80cf73363b7721e59aa06063390d6c598935e46857c8e3b56fd
4
- data.tar.gz: 775ea27e5a94f94a4b16750b15b3e5c684fd7a077b6a60d89704319df544ce38
3
+ metadata.gz: 68fdda1df8ea614918dd8fadaf1e5766693b036cc06c737b4327d48e769d9b5b
4
+ data.tar.gz: 73acd0ec7f1ae55e8ad18625246b0af9632a3e24423f669b0c06e03507f5e8fc
5
5
  SHA512:
6
- metadata.gz: 2560dedb8daf223ec208ba2b3e5087b7ccc25f6eaa3361d568238bcd0cb324af6d6add06016f6119353fc60ce8905d90ae542d7433ab0ce7088a56a320ae4acc
7
- data.tar.gz: de3028932e124f34c7f4cfb1d8e255dc45d61527083bbfa17d91cff16efe3e6e0e401a18020fe13c4439480a36062cc72e45566662a96d2603742c9da01f83fd
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
@@ -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.12.1"
8
+ VERSION = "0.12.2"
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.12.1
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-17 00:00:00.000000000 Z
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.1
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.1
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.1/file.CHANGELOG.html
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.1
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: