kitchen-yansible 0.0.1 → 0.0.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
  SHA256:
3
- metadata.gz: da916e8bba8652a388e29c59ae55a3b284f235079feaf3ab5c5be934abe1aae2
4
- data.tar.gz: 3cfd7f8c238238cec9d607dbd4e1fe2b5be81983524bce8d57af1f811d90c3d2
3
+ metadata.gz: eb73139c75620c5c92d78df37b224b96f5d2468e74f5bb4a516d166a35d22e95
4
+ data.tar.gz: 3a4eaf08a8cb70f7f5635081043f703c71e7dd6dbc85a4f52da8555908cd9332
5
5
  SHA512:
6
- metadata.gz: 66ff510329b64430d75ae50aba3580e862d434ee9dd5788c47d99b6d201c5a8477b88a5c5b94207b892139758f544feb32efb72a6b9f6b88114eddae1c85ace6
7
- data.tar.gz: 076f4e1cac5146328c00a9bf261845d6f9815358ad863cdca8383209ab11acd58d9cc254f881ab7bfae9def630bf3a9cfe050f20ae4b095fbbc7954a0e30797e
6
+ metadata.gz: 1cb3eeae8473bbe539e760e4e21d256a2313ad6463447e81a7c824e660c1eb6de77ddd1c73d2593da6a34a23e0ddf431876d1d7359a01a09f9d9e67d63a89438
7
+ data.tar.gz: 132931eef1a7fd804de015855a11acfd8cf6ab85cd8da387e9e97a648686923f715162c28855dbb854edb8a1f5f82f9912277b531f8ee527fdc3f513f5eefa14
@@ -34,23 +34,23 @@ Gem::Specification.new do |s|
34
34
  s.require_paths = ['lib']
35
35
  s.rubyforge_project = '[none]'
36
36
  s.description = <<-EOF
37
- Yet Another Ansible Test Kitchen Provisioner
38
-
39
- Features:
40
- - Local and remote execution using single provisioner
41
- - Local Ansible sandbox configuration using Virtualenv
42
- - Local execution using Ansible from PATH
43
- - Remote Ansible installation via Pip and Virtualenv
44
- - Dependency management
45
- - Path based
46
- - Git repositories
47
- - Drivers
48
- - Docker
49
- - Vagrant
50
- - Platforms
51
- - RHEL-based - CentOS, Fedora, Amazon Linux, Oracle Linux
52
- - Debian-based - Debian, Ubuntu
53
- - Windows via PS Remoting (Local executor only)
37
+ = Yet Another Ansible Test Kitchen Provisioner
38
+ ---
39
+ == Features
40
+ - Local and remote execution using single provisioner
41
+ - Local Ansible sandbox configuration using Virtualenv
42
+ - Local execution using Ansible from PATH
43
+ - Remote Ansible installation via Pip and Virtualenv
44
+ - Dependency management
45
+ - Path based
46
+ - Git repositories
47
+ - Drivers
48
+ - Docker
49
+ - Vagrant
50
+ - Platforms
51
+ - RHEL-based - CentOS, Fedora, Amazon Linux, Oracle Linux
52
+ - Debian-based - Debian, Ubuntu
53
+ - Windows via PS Remoting (Local executor only)
54
54
 
55
55
  EOF
56
56
 
@@ -20,6 +20,6 @@
20
20
 
21
21
  module Kitchen
22
22
  module Yansible
23
- VERSION = '0.0.1'.freeze
23
+ VERSION = '0.0.2'.freeze
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-yansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Akhmetkhanov
@@ -39,23 +39,23 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0.25'
41
41
  description: |+
42
- Yet Another Ansible Test Kitchen Provisioner
43
-
44
- Features:
45
- - Local and remote execution using single provisioner
46
- - Local Ansible sandbox configuration using Virtualenv
47
- - Local execution using Ansible from PATH
48
- - Remote Ansible installation via Pip and Virtualenv
49
- - Dependency management
50
- - Path based
51
- - Git repositories
52
- - Drivers
53
- - Docker
54
- - Vagrant
55
- - Platforms
56
- - RHEL-based - CentOS, Fedora, Amazon Linux, Oracle Linux
57
- - Debian-based - Debian, Ubuntu
58
- - Windows via PS Remoting (Local executor only)
42
+ = Yet Another Ansible Test Kitchen Provisioner
43
+ ---
44
+ == Features
45
+ - Local and remote execution using single provisioner
46
+ - Local Ansible sandbox configuration using Virtualenv
47
+ - Local execution using Ansible from PATH
48
+ - Remote Ansible installation via Pip and Virtualenv
49
+ - Dependency management
50
+ - Path based
51
+ - Git repositories
52
+ - Drivers
53
+ - Docker
54
+ - Vagrant
55
+ - Platforms
56
+ - RHEL-based - CentOS, Fedora, Amazon Linux, Oracle Linux
57
+ - Debian-based - Debian, Ubuntu
58
+ - Windows via PS Remoting (Local executor only)
59
59
 
60
60
  email:
61
61
  - axmetishe+github@gmail.com
@@ -94,7 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
- rubygems_version: 3.0.3
97
+ rubyforge_project: "[none]"
98
+ rubygems_version: 2.7.7
98
99
  signing_key:
99
100
  specification_version: 4
100
101
  summary: Yet Another Ansible Test-Kitchen Provisioner