knife-windows 0.8.2.rc.0 → 0.8.2
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/RELEASE_NOTES.md +1 -1
- data/lib/knife-windows/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
M2QyMmEwMTg1NGM2ZWEyNzdhYjFhMzE3YWI0NDY1NjcxNzU3NzgxNQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MmU3YWEzNjFhMWJjYTY2NzlkY2Q3NWMzMDYyZTMwMDNkYWZkZDNmOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTI3MTczYWRmNzBjZDg5MTMyMjA4NjdlMWNiMTdhNDEyYjhhZmE0NTI5NjA2
|
|
10
|
+
YTU0Mjk3OWY2NmMyZjM5MTcyNDI4NzFiZWUwMmRmMTUyNDI2MGJiOTFhMDJi
|
|
11
|
+
NGJhYmQ1NzMxMzIyN2IyMzU1ODZkZTczMzE2YTA0MWExM2RiNTA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZmVmMTEwZTU4NjdmOWI2NmE4MTczYTM1YmRhNjAxMjY3NWIzZDUwYmIwYmE5
|
|
14
|
+
ODk5NmMzYzZjNzBkZDMxY2I3ZGEwODU2YTk0ZDJhNWRjMWYwZTk3YTQ3MmRi
|
|
15
|
+
NWFkZTVlYTUxNTRkNjgxNTVmNTU5Nzg5ZTliNjNlNmExZTgwNjM=
|
data/RELEASE_NOTES.md
CHANGED
|
@@ -6,7 +6,7 @@ Example Note:
|
|
|
6
6
|
## Example Heading
|
|
7
7
|
Details about the thing that changed that needs to get included in the Release Notes in markdown.
|
|
8
8
|
-->
|
|
9
|
-
# knife-windows 0.8.2
|
|
9
|
+
# knife-windows 0.8.2 release notes:
|
|
10
10
|
This release of knife-windows addresses a regression in knife-windows 0.8.0
|
|
11
11
|
from previous releases where `knife winrm` and `knife bootstrap windows`
|
|
12
12
|
commands fail due to inability to authenticate:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-windows
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.2
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Chisamore
|
|
@@ -102,9 +102,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
102
102
|
version: 1.9.1
|
|
103
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
requirements:
|
|
105
|
-
- - ! '
|
|
105
|
+
- - ! '>='
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
version:
|
|
107
|
+
version: '0'
|
|
108
108
|
requirements: []
|
|
109
109
|
rubyforge_project:
|
|
110
110
|
rubygems_version: 2.1.11
|