Skip to content

Commit

Permalink
remove librarian-ansible dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner authored and Neill Turner committed Jun 15, 2016
1 parent c8281ae commit 7ba7541
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion kitchen-ansible.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ EOF
s.add_development_dependency 'rspec'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake'
s.add_runtime_dependency 'librarian-ansible'
if RUBY_VERSION >= '2.0'
s.add_dependency 'net-ssh', '~> 3'
else
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen-ansible/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
module Kitchen
module Ansible
VERSION = '0.44.1'
VERSION = '0.44.2'
end
end

0 comments on commit 7ba7541

Please sign in to comment.