rspec-system 2.7.0 → 2.7.1
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 +8 -8
- data/CHANGELOG.md +12 -1
- data/rspec-system.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ODI0ZWQ3MGQ3ZjM2MTRlZGI4Y2ExMGM1NjlhNTRjMzE3NmRkODBlMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MTA1ZDZkZmZlMWQ4ZTViNDgxMzM1MTljYTg4ZjA4YmUzNWY0NTZhNA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTBlNDZiOWJkMDQ2YzBkNjdkMzc1OGZjMGE3MWNkNzEwYTE1YmRhNDJjMmZl
|
10
|
+
MDcxNTNkNTM2MWMzYTJjOGU1Y2RiNjQyM2JmN2NkNTI5NTRiNDQxNWYyOTNh
|
11
|
+
YTYwZTdhMmEwNzg4NGM2YjAyYTZhZGFlNDQwYzE0MWNjYzFhMTk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OTFiZTlhNGQyODc3Yzc4NTU5MGY0MTlhZmY0ZWM5NGEzYzAzN2RhNTVjOTVm
|
14
|
+
OTYyMzZlM2UyNTI2MGRjZjYzYzczMGFjNjY4ZmRkNzcwNWIxMmNkNmY0MjZi
|
15
|
+
ZTE4NWEzOTMxY2Y2MTBmMDU0ZWMwNTA4N2VhYmI1MjgyY2M4NDU=
|
data/CHANGELOG.md
CHANGED
@@ -1,10 +1,21 @@
|
|
1
|
+
2.7.1
|
2
|
+
=====
|
3
|
+
|
4
|
+
This bug fixes ensures all Net::SSH::Exceptions are caught and retried.
|
5
|
+
|
6
|
+
#### Detailed Changes
|
7
|
+
|
8
|
+
* catch all Net::SSH exceptions (Johan Haals)
|
9
|
+
|
10
|
+
-------------------------------
|
11
|
+
|
1
12
|
2.7.0
|
2
13
|
=====
|
3
14
|
|
4
15
|
This is a minor feature release that provides the necessary settings for a
|
5
16
|
linked clone when cloning images in VSphere.
|
6
17
|
|
7
|
-
####
|
18
|
+
#### Detailed Changes
|
8
19
|
|
9
20
|
* Use vsphere linked cloning (Ken Barber)
|
10
21
|
|
data/rspec-system.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-system
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.7.
|
4
|
+
version: 2.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ken Barber
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|