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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb804557c97471c653a3a10e19146a07e0393fac
4
- data.tar.gz: 1d46aad9bf348f7afc5887bc3fa284296e41e1fa
3
+ metadata.gz: 9ac36c85ee4a6668a6209fe0f3b40d2ce6e86ec1
4
+ data.tar.gz: 593b8c323cd9fd02c8b644dd89c517cc58672c0c
5
5
  SHA512:
6
- metadata.gz: dec56583fa44e36aadcdbef74edbebc4d2ac95f710e35fbead6b71020d56c59c9ef3b668706335df259e425baf35cf77d0794bd42929eb42c48add4935f17fd1
7
- data.tar.gz: 36832a993dc9a197bcb2d153b0f5a01c09fc5d88d7dc1f8691c74ef5c8608117878c9115bcf509bd0933e535003c3e55a0022a74d9a6e6200b5d064e9b5f61a0
6
+ metadata.gz: '028d36670d968eced918bd4e599aa7dd88ea8e7b7fb9539c4d42efa71aec7da88c632b8bc3fa0defdb8ccc22dd7b802c746b3e9ce74964dc8a28d9e60565a691'
7
+ data.tar.gz: 2ffe99993a53515105cef61f25746468477968001059b93a7b8ce5e933ac52184bd5e1740beac0e627c4ce100f87d569ac865282655be088a83a9bf378bbdc1f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 0.2.4
2
+ * Transfer to scalr_integrations
3
+
4
+ ## 0.2.3
5
+ * Add permit_ssh_root_login setting
6
+
7
+ ## 0.2.0
8
+ * Initial public release
9
+
1
10
  ## 0.1.0 / Unreleased
2
11
 
3
12
  * Initial release
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/aloysaugustin/kitchen-scalr/issues
98
- [license]: https://github.com/aloysaugustin/kitchen-scalr/blob/master/LICENSE
99
- [repo]: https://github.com/aloysaugustin/kitchen-scalr
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
+
@@ -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 = ''
@@ -21,6 +21,6 @@ module Kitchen
21
21
  module Driver
22
22
 
23
23
  # Version string for Scalr Kitchen driver
24
- SCALR_VERSION = "0.2.3"
24
+ SCALR_VERSION = "0.2.4"
25
25
  end
26
26
  end
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.3
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-04 00:00:00.000000000 Z
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: []