knife-windows 0.8.3.rc.0 → 0.8.3

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: 4c253cd40a23eb827bf84cca92431be831aabb6e
4
- data.tar.gz: 3d00006d85bd8ad3ea748837c5c54420a25be21d
3
+ metadata.gz: 76abe8c93575af58e3d472671533917f41eff4be
4
+ data.tar.gz: f5a2255af0c8c68c36b6a42e370401f496650a76
5
5
  SHA512:
6
- metadata.gz: 9acca2056168a585c16f2a48c56238b8927e9f533d1414fc63a74151cf6e60d252afe837452f23631ef40c6807a81a00bff30a2535c80df48433e58fc238b27c
7
- data.tar.gz: 01f68dbe05caa9f076581c386181b1d7d5aa38f15670e4f51e8210ca82391875f6bdd15e3e5cb81a36ca14c58e4bd1328e4a3c29799f0b69d445be0be5a47110
6
+ metadata.gz: 7fdeeb529f3aca5e57e56b3f89421547ebe12a1b26e0d529caf23f6d038619136430d62ee8d0782bbb8589010af72b7a0813332e12422d8f53ccc4d87a2050f7
7
+ data.tar.gz: 5320a7db65675d48e115c8d21add1e1f82d598b7c1c4e8201775a271cdf9c3c4b605c114ad884209435e3c1b203a8c0143e9fa1b61b38f243c61bc4e46570e70
data/CHANGELOG.md CHANGED
@@ -4,7 +4,8 @@
4
4
  None.
5
5
 
6
6
  ## Latest release: 0.8.3
7
- * [knife-windows #131](https://github.com/opscode/knife-windows/issues/108) Issue #131: Windows should be bootstrapped using latest Chef Client version compatible with knife's version just like non-Windows systems
7
+ * [knife-windows #131](https://github.com/opscode/knife-windows/issues/108): Windows should be bootstrapped using latest Chef Client version compatible with knife's version just like non-Windows systems
8
+ * [knife-windows #162](https://github.com/chef/knife-windows/issues/162): fixes "uninitialized constant Chef::Knife::Bootstrap (NameError)"
8
9
 
9
10
  ## Release: 0.8.2
10
11
  * [knife-windows #108](https://github.com/opscode/knife-windows/issues/108) Error: Unencrypted communication not supported if remote server does not require encryption
data/RELEASE_NOTES.md CHANGED
@@ -31,7 +31,8 @@ reported in the ticketing system at https://github.com/opscode/knife-windows/iss
31
31
  None.
32
32
 
33
33
  ## Issues fixed in knife-windows 0.8.3
34
- [knife-windows #131](https://github.com/opscode/knife-windows/issues/131) Windows should be bootstrapped using latest Chef Client version compatible with knife's version just like non-Windows systems.
34
+ [knife-windows #131](https://github.com/opscode/knife-windows/issues/131): Windows should be bootstrapped using latest Chef Client version compatible with knife's version just like non-Windows systems.
35
+ [knife-windows #162](https://github.com/chef/knife-windows/issues/162): fixes "uninitialized constant Chef::Knife::Bootstrap (NameError)"
35
36
 
36
37
  ## knife-windows on RubyGems and Github
37
38
  https://rubygems.org/gems/knife-windows
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Windows
3
- VERSION = "0.8.3.rc.0"
3
+ VERSION = "0.8.3"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-windows
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3.rc.0
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Chisamore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-05 00:00:00.000000000 Z
11
+ date: 2015-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: winrm-s
@@ -103,15 +103,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
103
  version: 1.9.1
104
104
  required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
- - - '>'
106
+ - - '>='
107
107
  - !ruby/object:Gem::Version
108
- version: 1.3.1
108
+ version: '0'
109
109
  requirements: []
110
110
  rubyforge_project:
111
- rubygems_version: 2.0.14
111
+ rubygems_version: 2.4.1
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Plugin that adds functionality to Chef's Knife CLI for configuring/interacting
115
115
  with nodes running Microsoft Windows
116
116
  test_files: []
117
- has_rdoc: