toys 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.
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 +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '091a51c34d19b918c203d88f0bbae74432343aae63a0ee7d62799fa30a1c8097'
4
- data.tar.gz: 00e1a389cf5de2d5a85133a7ca148480e6885f2c80822fcfc4e9838d36d724a3
3
+ metadata.gz: 26f6e4aff09af80cf73363b7721e59aa06063390d6c598935e46857c8e3b56fd
4
+ data.tar.gz: 775ea27e5a94f94a4b16750b15b3e5c684fd7a077b6a60d89704319df544ce38
5
5
  SHA512:
6
- metadata.gz: 93b41a0886856f9665f3650596dba6fa4cb9a13c0a1c3fa040aed3b669382b86373e38d57bf3ac8bc0f90ed33a5094e2bcd4c89ea974ff98fc7dd5aebff5cb88
7
- data.tar.gz: c83a1aa39ba8e3be2246aaa4bd8f6003b6c10d52e91beeb04ecc9082403b19e64fd5af7c0a04a8bd10c21d0f731bd63a0d8f3c0649163027fdc78429760553ef
6
+ metadata.gz: 2560dedb8daf223ec208ba2b3e5087b7ccc25f6eaa3361d568238bcd0cb324af6d6add06016f6119353fc60ce8905d90ae542d7433ab0ce7088a56a320ae4acc
7
+ data.tar.gz: de3028932e124f34c7f4cfb1d8e255dc45d61527083bbfa17d91cff16efe3e6e0e401a18020fe13c4439480a36062cc72e45566662a96d2603742c9da01f83fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### v0.12.1 / 2021-08-17
4
+
5
+ * FIXED: Fixed a regression in 0.12.0 where bundler could use the wrong Gemfile if you set a custom context directory
6
+
3
7
  ### v0.12.0 / 2021-08-05
4
8
 
5
9
  Toys 0.12.0 is a major release with significant new features and bug fixes, and a few minor breaking changes. Additionally, this release now requires Ruby 2.4 or later.
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.0"
8
+ VERSION = "0.12.1"
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.0
4
+ version: 0.12.1
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-05 00:00:00.000000000 Z
11
+ date: 2021-08-17 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.0
19
+ version: 0.12.1
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.0
26
+ version: 0.12.1
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.0/file.CHANGELOG.html
69
+ changelog_uri: https://dazuma.github.io/toys/gems/toys/v0.12.1/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.0
72
+ documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.12.1
73
73
  post_install_message:
74
74
  rdoc_options: []
75
75
  require_paths: