rspec-system 2.7.0 → 2.7.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 +8 -8
  2. data/CHANGELOG.md +12 -1
  3. data/rspec-system.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGU4MmVjZjZmYTE4MjRmMTIxZDgxNzI0NWRjNzI2MDNkNDdlYWE3Mw==
4
+ ODI0ZWQ3MGQ3ZjM2MTRlZGI4Y2ExMGM1NjlhNTRjMzE3NmRkODBlMA==
5
5
  data.tar.gz: !binary |-
6
- ZmEzYjVhNDFmZTIxMmMyNGM2Mjk5MzJkMGEyMmU4ZWRmMTJlNDA5YQ==
6
+ MTA1ZDZkZmZlMWQ4ZTViNDgxMzM1MTljYTg4ZjA4YmUzNWY0NTZhNA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MWUyNjUwMmQ5ZjQ5N2IyNmY1NGY2YjI5NTQ3MGQ2NmUzODg5NGU3MzQ5ZWM0
10
- ZjIwYTBkMTBmODQ0ZTBmZDBmZTc0MzgwNzVkMGYxMTQ4M2M2NTVmYjI1YWJk
11
- ZTczYTU3MjkwZWNiMTQwYzNjNDAyMzIyNDZjMTI4NGUxNjg1YWQ=
9
+ YTBlNDZiOWJkMDQ2YzBkNjdkMzc1OGZjMGE3MWNkNzEwYTE1YmRhNDJjMmZl
10
+ MDcxNTNkNTM2MWMzYTJjOGU1Y2RiNjQyM2JmN2NkNTI5NTRiNDQxNWYyOTNh
11
+ YTYwZTdhMmEwNzg4NGM2YjAyYTZhZGFlNDQwYzE0MWNjYzFhMTk=
12
12
  data.tar.gz: !binary |-
13
- ZWFlZjljNzk0ODY4NGY4ZTAxZTFjNzYyYTE0MzliMzZhZTRkODRjZDMzNzYz
14
- NmQxMTJiMGI2ODAxNDBkNDllMzkxYzA5MWRjMjkyM2U0MWZjMjYyMjQ1Yjcw
15
- MGE3OWQ0YTMwMDAyOTZjZmYwY2NkMzE4YTdmZDQyZWExOGZmMmY=
13
+ OTFiZTlhNGQyODc3Yzc4NTU5MGY0MTlhZmY0ZWM5NGEzYzAzN2RhNTVjOTVm
14
+ OTYyMzZlM2UyNTI2MGRjZjYzYzczMGFjNjY4ZmRkNzcwNWIxMmNkNmY0MjZi
15
+ ZTE4NWEzOTMxY2Y2MTBmMDU0ZWMwNTA4N2VhYmI1MjgyY2M4NDU=
@@ -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
- #### Detail Changes
18
+ #### Detailed Changes
8
19
 
9
20
  * Use vsphere linked cloning (Ken Barber)
10
21
 
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  # Metadata
4
4
  s.name = "rspec-system"
5
- s.version = "2.7.0"
5
+ s.version = "2.7.1"
6
6
  s.authors = ["Ken Barber"]
7
7
  s.email = ["info@puppetlabs.com"]
8
8
  s.homepage = "https://github.com/puppetlabs/rspec-system"
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.0
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-05 00:00:00.000000000 Z
11
+ date: 2013-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec