octopus-serverspec-extensions 0.7.1 → 0.7.2

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: 445b0a84b2529b98342ee9fd4aa1f7cb38065123
4
- data.tar.gz: 649c46570f5ef158814617957eb8262a25ad2a8d
3
+ metadata.gz: 0f319052bf87a0915d5dba0833e05e2d2ded9cec
4
+ data.tar.gz: 833de5abd1e2d8e60812de2d1395b25c0efa8f2b
5
5
  SHA512:
6
- metadata.gz: 23a98aa78b8477458148a525c39287ae3c8dc221dcfbbd99c58a07077f799a0416625eb88dedeca27e4a9935ccbc55f0411c38164d0ab05a9feb9669cd693e89
7
- data.tar.gz: 036ce6433ecb4fdcd1d9fd94e9ef603722d239cbbe6fa95ae2fc5873ad5171a4f6a7e6608c101cd896560dd26c6d7d2ff4da3b1af3e6f681f6f8c67e4fc2293d
6
+ metadata.gz: 830cd23dd8bd8b5911a30d01b949b5b3097d9a0a1466e48b938ba2ecf22242253e0ee797d7530ec4dd8c1f3a86388e3e25d1ab2a6c2b5fcfa33b4b6a546560de
7
+ data.tar.gz: d6a6b5ac2bd4a091a245f4ac4ccd631495dd2d5a70d9e2a5fb4a1a5c5e7623eef25fd37950325e463131472a28adaca1023d491aafe958db44123266abc4a9e4
data/.gitignore CHANGED
@@ -8,3 +8,4 @@
8
8
  /spec/reports/
9
9
  /tmp/
10
10
  octopus-serverspec-extensions-*.gem
11
+ vendor/
@@ -1,21 +1,12 @@
1
- The MIT License (MIT)
1
+ Copyright (c) Octopus Deploy and contributors. All rights reserved.
2
2
 
3
- Copyright (c) 2016 Octopus Deploy
3
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
+ these files except in compliance with the License. You may obtain a copy of the
5
+ License at
4
6
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
7
+ http://www.apache.org/licenses/LICENSE-2.0
11
8
 
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
9
+ Unless required by applicable law or agreed to in writing, software distributed
10
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
11
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the
12
+ specific language governing permissions and limitations under the License.
data/README.md CHANGED
@@ -35,5 +35,5 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/octopu
35
35
 
36
36
  ## License
37
37
 
38
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
38
+ The gem is available as open source under the terms of the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
39
39
 
@@ -1,3 +1,3 @@
1
1
  module OctopusServerSpecExtensions
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{SeverSpec extensions for Windows}
12
12
  spec.description = %q{SeverSpec extensions for Windows, adding support for chocolatey packages, npm packages, service accounts and more.}
13
13
  spec.homepage = "https://github.com/octopus-deploy/octopus-serverspec-extensions"
14
- spec.license = "MIT"
14
+ spec.license = "Apache 2.0"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
17
17
  f.match(%r{^(test|spec|features)/})
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.add_dependency "serverspec", "~> 2"
24
24
  spec.add_dependency "specinfra", "~> 2"
25
25
  spec.add_dependency 'rspec', '~> 3.0'
26
- spec.add_dependency 'json', '~> 1.8', '>= 1.8.3'
26
+ spec.add_dependency 'json', '1.8.3'
27
27
  spec.add_dependency 'fiddle', '~> 0.6.3'
28
28
 
29
29
  spec.add_development_dependency "bundler", "~> 1.13"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopus-serverspec-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Richardson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-04 00:00:00.000000000 Z
11
+ date: 2017-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: serverspec
@@ -56,20 +56,14 @@ dependencies:
56
56
  name: json
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '1.8'
62
- - - ">="
59
+ - - '='
63
60
  - !ruby/object:Gem::Version
64
61
  version: 1.8.3
65
62
  type: :runtime
66
63
  prerelease: false
67
64
  version_requirements: !ruby/object:Gem::Requirement
68
65
  requirements:
69
- - - "~>"
70
- - !ruby/object:Gem::Version
71
- version: '1.8'
72
- - - ">="
66
+ - - '='
73
67
  - !ruby/object:Gem::Version
74
68
  version: 1.8.3
75
69
  - !ruby/object:Gem::Dependency
@@ -171,7 +165,7 @@ files:
171
165
  - octopus-serverspec-extensions.gemspec
172
166
  homepage: https://github.com/octopus-deploy/octopus-serverspec-extensions
173
167
  licenses:
174
- - MIT
168
+ - Apache 2.0
175
169
  metadata: {}
176
170
  post_install_message:
177
171
  rdoc_options: []