octopus-serverspec-extensions 0.7.1 → 0.7.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 +4 -4
- data/.gitignore +1 -0
- data/LICENSE.txt +9 -18
- data/README.md +1 -1
- data/lib/octopus_serverspec_extensions/version.rb +1 -1
- data/octopus-serverspec-extensions.gemspec +2 -2
- metadata +5 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f319052bf87a0915d5dba0833e05e2d2ded9cec
|
|
4
|
+
data.tar.gz: 833de5abd1e2d8e60812de2d1395b25c0efa8f2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 830cd23dd8bd8b5911a30d01b949b5b3097d9a0a1466e48b938ba2ecf22242253e0ee797d7530ec4dd8c1f3a86388e3e25d1ab2a6c2b5fcfa33b4b6a546560de
|
|
7
|
+
data.tar.gz: d6a6b5ac2bd4a091a245f4ac4ccd631495dd2d5a70d9e2a5fb4a1a5c5e7623eef25fd37950325e463131472a28adaca1023d491aafe958db44123266abc4a9e4
|
data/.gitignore
CHANGED
data/LICENSE.txt
CHANGED
|
@@ -1,21 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) Octopus Deploy and contributors. All rights reserved.
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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 [
|
|
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
|
|
|
@@ -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 = "
|
|
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', '
|
|
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.
|
|
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-
|
|
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
|
-
-
|
|
168
|
+
- Apache 2.0
|
|
175
169
|
metadata: {}
|
|
176
170
|
post_install_message:
|
|
177
171
|
rdoc_options: []
|