realityforge-knife-windows 0.5.14

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.
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: realityforge-knife-windows
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.14
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Seth Chisamore
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-03-19 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: em-winrm
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - '='
20
+ - !ruby/object:Gem::Version
21
+ version: 0.5.4
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - '='
28
+ - !ruby/object:Gem::Version
29
+ version: 0.5.4
30
+ description: Plugin that adds functionality to Chef's Knife CLI for configuring/interacting
31
+ with nodes running Microsoft Windows
32
+ email:
33
+ - schisamo@opscode.com
34
+ executables: []
35
+ extensions: []
36
+ extra_rdoc_files:
37
+ - README.rdoc
38
+ - LICENSE
39
+ files:
40
+ - .gitignore
41
+ - .rbenv-version
42
+ - .rspec
43
+ - CHANGELOG
44
+ - Gemfile
45
+ - LICENSE
46
+ - README.rdoc
47
+ - Rakefile
48
+ - knife-windows.gemspec
49
+ - lib/chef/knife/bootstrap/windows-chef-client-msi.erb
50
+ - lib/chef/knife/bootstrap/windows-shell.erb
51
+ - lib/chef/knife/bootstrap_windows_base.rb
52
+ - lib/chef/knife/bootstrap_windows_ssh.rb
53
+ - lib/chef/knife/bootstrap_windows_winrm.rb
54
+ - lib/chef/knife/core/windows_bootstrap_context.rb
55
+ - lib/chef/knife/winrm.rb
56
+ - lib/chef/knife/winrm_base.rb
57
+ - lib/knife-windows/version.rb
58
+ - spec/functional/bootstrap_download_spec.rb
59
+ - spec/spec_helper.rb
60
+ - spec/unit/knife/winrm_spec.rb
61
+ homepage: https://github.com/opscode/knife-windows
62
+ licenses: []
63
+ post_install_message:
64
+ rdoc_options: []
65
+ require_paths:
66
+ - lib
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ none: false
69
+ requirements:
70
+ - - ! '>='
71
+ - !ruby/object:Gem::Version
72
+ version: 1.9.1
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ! '>='
77
+ - !ruby/object:Gem::Version
78
+ version: '0'
79
+ requirements: []
80
+ rubyforge_project:
81
+ rubygems_version: 1.8.23
82
+ signing_key:
83
+ specification_version: 3
84
+ summary: Plugin that adds functionality to Chef's Knife CLI for configuring/interacting
85
+ with nodes running Microsoft Windows
86
+ test_files: []