shell_mock 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/shell_mock/no_stub_specified.rb +1 -1
- data/lib/shell_mock/spawn_arguments.rb +0 -1
- data/lib/shell_mock/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6741783edac183df2c8748957faf3fa4cf150f93
|
4
|
+
data.tar.gz: e49552c774ffb19f7434c7e91c77f72b4a54f443
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c9ef7049a47d4602b647fb24eb907124274c9a57ff77f714b18aff7c30398b4e236217496e2e9b22b30ea765addbc32928c0e3dde230b6308a71e4135657303
|
7
|
+
data.tar.gz: ad36d45c4bfdf2e0cd1ea96f436c9f47ce8423ce1bfef967936921c32c2a97f9c89a2c3b09a59b0fae8dfbbd98b5943dda51b8a372af921f402338deca6c8d15
|
data/CHANGELOG.md
CHANGED
@@ -10,6 +10,10 @@
|
|
10
10
|
* maybe add `CommandStub#with_stdin(str)` for `spawn`?
|
11
11
|
* maybe adding the ability to specify the order in which commands output to stdout vs. stderr (like, a sequence of outputs) would be useful? would definitely be fun to build, not sure how useful it would be though.
|
12
12
|
|
13
|
+
## RELEASE 0.7.2
|
14
|
+
|
15
|
+
* FIX: fix bug in SpawnMonkeyPatch involving popen2e when commands were prevented from running.
|
16
|
+
|
13
17
|
## RELEASE 0.7.1
|
14
18
|
|
15
19
|
* FIX: fixed an issue with our `spawn` monkey-patch receiving optional key-value parameters from `Open3.popen2e`.
|
data/lib/shell_mock/version.rb
CHANGED