toys 0.10.2 → 0.10.3

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 +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82fdaa52273dc684b712f6912d6819fb04fe0d6318b5850c91afe4a2f731b8c4
4
- data.tar.gz: 9993d58721d8c289a6d0c5897a6abbb0184268ea306d5ca560320897c6da0c79
3
+ metadata.gz: e5d3f58c40a7994b81b623f7b68af7aba8f41413ac2f55767079c07edcd5f1b0
4
+ data.tar.gz: 4118e056d30446da0ca5f01ac35e940409bb4e77362c9c34e1526e6e78e38f5c
5
5
  SHA512:
6
- metadata.gz: 9bbc65bd24e1e76607768d70e2361527113db9e5b0d4edef00185230ac81d23048ca698f36ed6569f3037d9888c4d7629a871dd483146fbc0a1b3649257ef60f
7
- data.tar.gz: 02e66995d3e2b2f05dea4646163e7a44cca3408c5700f05769db23d7147392e1b0e69c83ddcdc54bbf127bc73e601fb1aa75a6e3c9133e1133195978150a7eeb
6
+ metadata.gz: 1b35eb3fc351b5f0046f31a8e6dfe3c5391ddb5673d722e49b6927d88dbb9c5fcaef7e5061b4ed7c9128d4fc04453cfbd203add11fecb59d01e59ed7d2e17c5b
7
+ data.tar.gz: 170995f640d31ec55db72581d3d4da1ae48976576f3d1d92a9777987a41ae90002f968c875da3c91324848dc9382a0379422d7be6a678449750ed5c76c1251be
@@ -1,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ### 0.10.3 / 2020-07-04
4
+
5
+ * FIXED: The `exec_separate_tool` method in the `:exec` mixin no longer throws ENOEXEC on Windows.
6
+
3
7
  ### 0.10.2 / 2020-07-03
4
8
 
5
9
  * FIXED: The load path no longer loses the toys and toys-core directories after a bundle install.
@@ -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.10.2"
8
+ VERSION = "0.10.3"
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.10.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-03 00:00:00.000000000 Z
11
+ date: 2020-07-04 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.10.2
19
+ version: 0.10.3
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.10.2
26
+ version: 0.10.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: did_you_mean
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -220,7 +220,7 @@ metadata:
220
220
  changelog_uri: https://github.com/dazuma/toys/blob/master/toys/CHANGELOG.md
221
221
  source_code_uri: https://github.com/dazuma/toys
222
222
  bug_tracker_uri: https://github.com/dazuma/toys/issues
223
- documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.10.2
223
+ documentation_uri: https://dazuma.github.io/toys/gems/toys/v0.10.3
224
224
  post_install_message:
225
225
  rdoc_options: []
226
226
  require_paths: