winrm-s 0.2.2 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MjZmMzY1NGU3MDc0ODUyNzA4N2EwN2IzZTYwNmE0MmIxYTc1Y2Q2NQ==
5
- data.tar.gz: !binary |-
6
- ZDhkN2ZkYjBkNzVjNjhkYzcyYTVlYzU5NDg0MTM4ZWY2ZWM3OGNlYQ==
2
+ SHA1:
3
+ metadata.gz: 48f7022b342bb056221de51d9a7a31e26c1740df
4
+ data.tar.gz: bcbf2c3438faa65208038151d08ae2a84f4c4ff4
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NjVhZmU1YjgxNmNmZmJjNGE3NzgyM2M0ZTkyODIyZjNjNzZhZWVjMTY3ODFl
10
- YmJlZWU3MTgwMWZiNWIzNTcyMGU1MDFmNjA2NDU1ZGExZjljMGYyYWFlNmIw
11
- YjAxMDFhZjI5NzQwZDQ1YTczODRkZjk0ZmRjNmUzN2UzOTg0NDU=
12
- data.tar.gz: !binary |-
13
- Mjk0MDc3MTFjZWZlOTllYWUwMTZmYzQ1YWU0ZDAxYzE5ZDUwMTE3YmM1MzFk
14
- ZWI5NDE5NzZmNjdlMjgxNDYwMzRiOGQ3NjYwZDU2YzlkOThiMmIwZjYyYzI1
15
- YzkzNGFmMzQ2YjBkMmQwMjVlNjRhZTk2NTg5MzliYjJhODEwMTM=
6
+ metadata.gz: ad1d70dd18f6df9b96ad6e685c6e63ecd84185de5464ee7ed15be9c5127f70205556017d20cc2daf067b824356412073235f1bae4e2f0de6f219684adf0b28b9
7
+ data.tar.gz: 17d45d2a5a0374c00dd7ddee49efd32fba33d552c6d75f427fc7f073a9b5459a1dec7f124c8143ad34d97a9a719115db8e1dc1ff565d5f98fcf90a4c99be21b0
data/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  ## Unreleased
4
4
  None
5
5
 
6
+ Last release: 0.2.4
7
+ -------------------
8
+ * DOC change only: correct omission from CHANGELOG items in 0.2.3 release
9
+
10
+ Release: 0.2.3
11
+ --------------
12
+ * [Issue #20](https://github.com/chef/winrm-s/pull/20): Allow support for httpclient 2.6
13
+
6
14
  Release: 0.2.2
7
15
  --------------
8
16
  * [Issue #16](https://github.com/opscode/winrm-s/pull/16): [fix for knife-windows issue 124](https://github.com/opscode/knife-windows/issues/124)
@@ -17,6 +17,6 @@
17
17
  #
18
18
 
19
19
  module WinrmS
20
- VERSION = "0.2.2"
20
+ VERSION = "0.2.4"
21
21
  MAJOR, MINOR, TINY = VERSION.split('.')
22
22
  end
@@ -25,7 +25,7 @@ def validate_patch
25
25
  # for encrypt/decrypt as described below.
26
26
  # Add few restriction to make sure the patched methods are still
27
27
  # available, but still give a way to consciously use later versions
28
- PatchAssertions.assert_major_version("httpclient", 2.5, "USE_HTTPCLIENT_MAJOR")
28
+ PatchAssertions.assert_major_version("httpclient", 2.6, "USE_HTTPCLIENT_MAJOR")
29
29
  PatchAssertions.assert_arity_of_patched_method(HTTPClient::WWWAuth, "filter_request", 1)
30
30
  PatchAssertions.assert_arity_of_patched_method(HTTPClient::WWWAuth, "filter_response", 2)
31
31
  PatchAssertions.assert_arity_of_patched_method(HTTPClient::SSPINegotiateAuth, "set", -1)
metadata CHANGED
@@ -1,83 +1,83 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winrm-s
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaustubh Deorukhkar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-12 00:00:00.000000000 Z
11
+ date: 2015-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: winrm
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec-core
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec-expectations
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rspec-mocks
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec_junit_formatter
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ! '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ! '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: Gem that extends the functionality of the WinRM gem to support the Microsoft
@@ -92,9 +92,9 @@ extra_rdoc_files:
92
92
  - README.md
93
93
  - LICENSE
94
94
  files:
95
- - .gitignore
96
- - .rspec
97
- - .travis.yml
95
+ - ".gitignore"
96
+ - ".rspec"
97
+ - ".travis.yml"
98
98
  - CHANGELOG.md
99
99
  - CONTRIBUTING.md
100
100
  - Gemfile
@@ -121,17 +121,17 @@ require_paths:
121
121
  - lib
122
122
  required_ruby_version: !ruby/object:Gem::Requirement
123
123
  requirements:
124
- - - ! '>='
124
+ - - ">="
125
125
  - !ruby/object:Gem::Version
126
126
  version: '0'
127
127
  required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - ! '>='
129
+ - - ">="
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  requirements: []
133
133
  rubyforge_project:
134
- rubygems_version: 2.1.11
134
+ rubygems_version: 2.4.4
135
135
  signing_key:
136
136
  specification_version: 4
137
137
  summary: Gem that extends the functionality of the WinRM gem to support the Microsoft
@@ -141,4 +141,3 @@ test_files:
141
141
  - spec/functional/sspi_nego_encrypt_decrypt_spec.rb
142
142
  - spec/spec_helper.rb
143
143
  - spec/unit/platform_spec.rb
144
- has_rdoc: true