From 4b5208f248874249f2e8b1def958990ebadcca36 Mon Sep 17 00:00:00 2001 From: Eugene Akhmetkhanov Date: Sun, 16 Feb 2020 10:50:53 +0300 Subject: [PATCH 1/2] Format description using RDoc spec --- kitchen-yansible.gemspec | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/kitchen-yansible.gemspec b/kitchen-yansible.gemspec index e31bb65..00d12f6 100644 --- a/kitchen-yansible.gemspec +++ b/kitchen-yansible.gemspec @@ -34,23 +34,23 @@ Gem::Specification.new do |s| s.require_paths = ['lib'] s.rubyforge_project = '[none]' s.description = <<-EOF -Yet Another Ansible Test Kitchen Provisioner - -Features: - - Local and remote execution using single provisioner - - Local Ansible sandbox configuration using Virtualenv - - Local execution using Ansible from PATH - - Remote Ansible installation via Pip and Virtualenv - - Dependency management - - Path based - - Git repositories - - Drivers - - Docker - - Vagrant - - Platforms - - RHEL-based - CentOS, Fedora, Amazon Linux, Oracle Linux - - Debian-based - Debian, Ubuntu - - Windows via PS Remoting (Local executor only) += Yet Another Ansible Test Kitchen Provisioner +--- +== Features +- Local and remote execution using single provisioner + - Local Ansible sandbox configuration using Virtualenv + - Local execution using Ansible from PATH + - Remote Ansible installation via Pip and Virtualenv +- Dependency management + - Path based + - Git repositories +- Drivers + - Docker + - Vagrant +- Platforms + - RHEL-based - CentOS, Fedora, Amazon Linux, Oracle Linux + - Debian-based - Debian, Ubuntu + - Windows via PS Remoting (Local executor only) EOF From 83ef332eab2511e8f3d4fe6aab0e04c336e90f9b Mon Sep 17 00:00:00 2001 From: Eugene Akhmetkhanov Date: Sun, 16 Feb 2020 10:53:05 +0300 Subject: [PATCH 2/2] Bump version for gem update at rubygems --- lib/kitchen-yansible/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kitchen-yansible/version.rb b/lib/kitchen-yansible/version.rb index 29896cf..8a5c7a8 100644 --- a/lib/kitchen-yansible/version.rb +++ b/lib/kitchen-yansible/version.rb @@ -20,6 +20,6 @@ module Kitchen module Yansible - VERSION = '0.0.1'.freeze + VERSION = '0.0.2'.freeze end end