ridley-connectors 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0963bedc809b1573895731a6ef403acd8bb22d36
4
- data.tar.gz: 585e09bb5fe887c8b234c93e447353c5c632eca4
3
+ metadata.gz: 762f12e6c4e0916c5d00458a76b433770fe3d8ac
4
+ data.tar.gz: a4f104fb5eb97c9c9bb16bc3204e65575938956b
5
5
  SHA512:
6
- metadata.gz: 85cd162eede9fb6ef393460caf4a71e77a00149242876906c10ea19c1d9d6665347d67856bc71f463d20fd7d59a267adca978c3e80fc3f5c960ffb49c6be50f2
7
- data.tar.gz: bd05027c733e9b157de24014fcff761191a880e59f1a78366c23f625d7c9d401d9b12baa7aef021d758f20434c3374883c936dcd649ae36956601f8a104d5dd0
6
+ metadata.gz: 6b7d0f5c3ae3054ea68907876e81b5de8816b8a0f691bdefbd2e59b32aed185a253a9b870149ec14d9957d015c1b29c485e6bb6ae62cd1997b423929dc467220
7
+ data.tar.gz: 67aac46a68059c709d2519f69ff11391ee28ae98428c435b12ad9c00423286c24f9ac0a82916857bbb10d11df2fa962c21fd31d17e8379cd692b7ef4ce914ae3
@@ -1,63 +1,71 @@
1
- ## v.2.2.0
1
+ ## 2.3.1
2
+
3
+ * Fix installation problem on some Windows machines
4
+
5
+ ## 2.3.0
6
+
7
+ * Dependency update
8
+
9
+ ## 2.2.0
2
10
 
3
11
  * [#27](https://github.com/RiotGames/ridley-connectors/pull/27) New upgrade_omnibus feature for updating a node's Omnibus installation of Chef
4
12
 
5
- ## v.2.1.2
13
+ ## 2.1.2
6
14
 
7
15
  * [#25](https://github.com/RiotGames/ridley-connectors/pull/25) Fix an edge case in the connector_for logic from #22
8
16
 
9
- ## v.2.1.1
17
+ ## 2.1.1
10
18
 
11
19
  * [#24](https://github.com/RiotGames/ridley-connectors/pull/24) Fix a bug with Timeout.rb unable to interrupt Socket connections (mostly JRuby)
12
20
 
13
- ## v.2.1.0
21
+ ## 2.1.0
14
22
 
15
23
  * [#21](https://github.com/RiotGames/ridley-connectors/pull/21) Fix bootstrappers and pathing to files moved from Ridley
16
24
  * [#22](https://github.com/RiotGames/ridley-connectors/pull/22) Added a new option to allow connector_for to pick a connector more intelligently
17
25
 
18
- ## v.2.0.1
26
+ ## 2.0.1
19
27
 
20
28
  * [#18](https://github.com/RiotGames/ridley-connectors/pull/18) Move more connector-specific code out of ridley and into ridley-connectors
21
29
  * [#19](https://github.com/RiotGames/ridley-connectors/pull/19) Add some extra logging to retrying connections to choose an appropriate connector
22
30
  * [#20](https://github.com/RiotGames/ridley-connectors/pull/20) Handle HostCommander, WinRM, and SSH actor crashes better
23
31
 
24
- ## v.2.0.0
32
+ ## 2.0.0
25
33
 
26
34
  * [#17](https://github.com/RiotGames/ridley-connectors/pull/17) Bump ridley dependency to 3.0.0
27
35
 
28
- ## v.1.7.1
36
+ ## 1.7.1
29
37
 
30
38
  * [#16](https://github.com/RiotGames/ridley-connectors/pull/16) JRuby throws different exceptions when it can't connect to a node
31
39
 
32
- ## v.1.7.0
40
+ ## 1.7.0
33
41
 
34
42
  * [#15](https://github.com/RiotGames/ridley-connectors/pull/15) Add retries to ssh and winrm connections
35
43
 
36
- ## v.1.6.0
44
+ ## 1.6.0
37
45
  * [#14](https://github.com/RiotGames/ridley-connectors/pull/14) Create
38
46
  a pool of WinRM / SSH actors, configurable with options(:connector\_pool\_size)
39
47
 
40
- ## v.1.5.0
48
+ ## 1.5.0
41
49
  * [#11](https://github.com/RiotGames/ridley-connectors/pull/11) use -E on sudo to preserve the environment
42
50
 
43
- ## v.1.2.1
51
+ ## 1.2.1
44
52
 
45
53
  * [#8](https://github.com/RiotGames/ridley-connectors/pull/8) Add a flag to execute Ruby scripts on Windows machines using a batch file
46
54
  * [#9](https://github.com/RiotGames/ridley-connectors/pull/9) Fix a bug where a nil value for SSH or WinRM config would cause a NoMethodError
47
55
 
48
- ## v.1.2.0
56
+ ## 1.2.0
49
57
 
50
58
  * Bumping internal dependency on Ridley to at least 2.4.2
51
59
 
52
- ## v.1.1.0
60
+ ## 1.1.0
53
61
 
54
62
  * [#2](https://github.com/RiotGames/ridley-connectors/pull/2) Copying an encrypted data bag should not expose the secret
55
63
 
56
- ## v.1.0.1
64
+ ## 1.0.1
57
65
 
58
66
  * [#3](https://github.com/RiotGames/ridley-connectors/pull/3) Fix the broken Ridley::Client
59
67
 
60
- ## v.1.0.0
68
+ ## 1.0.0
61
69
 
62
70
  * [Ridley #227](https://github.com/RiotGames/ridley/pull/227) Move code out of Ridley and into its own gem
63
71
  * See the [Ridley 2.0.0 Changelog](https://github.com/RiotGames/ridley/blob/v2.0.0/CHANGELOG.md) for more details.
@@ -1,5 +1,5 @@
1
1
  module Ridley
2
2
  module Connectors
3
- VERSION = "2.3.0"
3
+ VERSION = "2.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ridley-connectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Winsor
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-03 00:00:00.000000000 Z
12
+ date: 2014-06-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: celluloid
@@ -180,7 +180,7 @@ files:
180
180
  - spec/unit/ridley-connectors/client_spec.rb
181
181
  - spec/unit/ridley-connectors/command_context/unix_uninstall_spec.rb
182
182
  - spec/unit/ridley-connectors/command_context/unix_update_omnibus_spec.rb
183
- - spec/unit/ridley-connectors/command_context/windows>update_omnibus_spec.rb
183
+ - spec/unit/ridley-connectors/command_context/windows_update_omnibus_spec.rb
184
184
  - spec/unit/ridley-connectors/command_context_spec.rb
185
185
  - spec/unit/ridley-connectors/host_commander_spec.rb
186
186
  - spec/unit/ridley-connectors/host_connector/ssh_spec.rb
@@ -226,7 +226,7 @@ test_files:
226
226
  - spec/unit/ridley-connectors/client_spec.rb
227
227
  - spec/unit/ridley-connectors/command_context/unix_uninstall_spec.rb
228
228
  - spec/unit/ridley-connectors/command_context/unix_update_omnibus_spec.rb
229
- - spec/unit/ridley-connectors/command_context/windows>update_omnibus_spec.rb
229
+ - spec/unit/ridley-connectors/command_context/windows_update_omnibus_spec.rb
230
230
  - spec/unit/ridley-connectors/command_context_spec.rb
231
231
  - spec/unit/ridley-connectors/host_commander_spec.rb
232
232
  - spec/unit/ridley-connectors/host_connector/ssh_spec.rb