Skip to content

Commit

Permalink
Merge pull request #4 from axmetishe/develop
Browse files Browse the repository at this point in the history
Release 0.0.2
  • Loading branch information
axmetishe committed Feb 16, 2020
2 parents 3491caa + 83ef332 commit 1170a2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions kitchen-yansible.gemspec
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen-yansible/version.rb
Expand Up @@ -20,6 +20,6 @@

module Kitchen
module Yansible
VERSION = '0.0.1'.freeze
VERSION = '0.0.2'.freeze
end
end

0 comments on commit 1170a2a

Please sign in to comment.