kitchen-scalr 0.2.3 → 0.2.4
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/CHANGELOG.md +9 -0
- data/README.md +4 -3
- data/kitchen-scalr.gemspec +2 -2
- data/lib/kitchen/driver/scalr_version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ac36c85ee4a6668a6209fe0f3b40d2ce6e86ec1
|
4
|
+
data.tar.gz: 593b8c323cd9fd02c8b644dd89c517cc58672c0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '028d36670d968eced918bd4e599aa7dd88ea8e7b7fb9539c4d42efa71aec7da88c632b8bc3fa0defdb8ccc22dd7b802c746b3e9ce74964dc8a28d9e60565a691'
|
7
|
+
data.tar.gz: 2ffe99993a53515105cef61f25746468477968001059b93a7b8ce5e933ac52184bd5e1740beac0e627c4ce100f87d569ac865282655be088a83a9bf378bbdc1f
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -94,8 +94,9 @@ Apache 2.0 (see [LICENSE][license])
|
|
94
94
|
|
95
95
|
[author]: https://github.com/momohawari
|
96
96
|
[maintainer]: https://github.com/aloysaugustin
|
97
|
-
[issues]: https://github.com/
|
98
|
-
[license]: https://github.com/
|
99
|
-
[repo]: https://github.com/
|
97
|
+
[issues]: https://github.com/scalr-integrations/kitchen-scalr/issues
|
98
|
+
[license]: https://github.com/scalr-integrations/kitchen-scalr/blob/master/LICENSE
|
99
|
+
[repo]: https://github.com/scalr-integrations/kitchen-scalr
|
100
100
|
[driver_usage]: http://kitchen.ci/docs/getting-started/adding-platform
|
101
101
|
[chef_omnibus_dl]: http://www.chef.io/chef/install/
|
102
|
+
|
data/kitchen-scalr.gemspec
CHANGED
@@ -6,8 +6,8 @@ require 'kitchen/driver/scalr_version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'kitchen-scalr'
|
8
8
|
spec.version = Kitchen::Driver::SCALR_VERSION
|
9
|
-
spec.authors = ['Mohammed HAWARI']
|
10
|
-
spec.email = ['mohammed@hawari.fr']
|
9
|
+
spec.authors = ['Mohammed HAWARI', 'Aloys AUGUSTIN']
|
10
|
+
spec.email = ['mohammed@hawari.fr', 'aloys@scalr.com']
|
11
11
|
spec.description = %q{A Test Kitchen Driver for Scalr}
|
12
12
|
spec.summary = spec.description
|
13
13
|
spec.homepage = ''
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kitchen-scalr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mohammed HAWARI
|
8
|
+
- Aloys AUGUSTIN
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
12
|
+
date: 2017-05-11 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: test-kitchen
|
@@ -139,6 +140,7 @@ dependencies:
|
|
139
140
|
description: A Test Kitchen Driver for Scalr
|
140
141
|
email:
|
141
142
|
- mohammed@hawari.fr
|
143
|
+
- aloys@scalr.com
|
142
144
|
executables: []
|
143
145
|
extensions: []
|
144
146
|
extra_rdoc_files: []
|