Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@

* Initial release! Woo!

[#31]: https://github.com/RoboticCheese/kitchen-openstack/pull/31
[#27]: https://github.com/RoboticCheese/kitchen-openstack/pull/27
[#26]: https://github.com/RoboticCheese/kitchen-openstack/pull/26
[#25]: https://github.com/RoboticCheese/kitchen-openstack/pull/25
[#20]: https://github.com/RoboticCheese/kitchen-openstack/pull/20
[#19]: https://github.com/RoboticCheese/kitchen-openstack/pull/19
[#15]: https://github.com/RoboticCheese/kitchen-openstack/pull/15
[#14]: https://github.com/RoboticCheese/kitchen-openstack/pull/14
[#12]: https://github.com/RoboticCheese/kitchen-openstack/pull/12
[#11]: https://github.com/RoboticCheese/kitchen-openstack/pull/11
[#10]: https://github.com/RoboticCheese/kitchen-openstack/pull/10
[#9]: https://github.com/RoboticCheese/kitchen-openstack/pull/9
[#7]: https://github.com/RoboticCheese/kitchen-openstack/pull/7
[#2]: https://github.com/RoboticCheese/kitchen-openstack/pull/2
[#31]: https://github.com/test-kitchen/kitchen-openstack/pull/31
[#27]: https://github.com/test-kitchen/kitchen-openstack/pull/27
[#26]: https://github.com/test-kitchen/kitchen-openstack/pull/26
[#25]: https://github.com/test-kitchen/kitchen-openstack/pull/25
[#20]: https://github.com/test-kitchen/kitchen-openstack/pull/20
[#19]: https://github.com/test-kitchen/kitchen-openstack/pull/19
[#15]: https://github.com/test-kitchen/kitchen-openstack/pull/15
[#14]: https://github.com/test-kitchen/kitchen-openstack/pull/14
[#12]: https://github.com/test-kitchen/kitchen-openstack/pull/12
[#11]: https://github.com/test-kitchen/kitchen-openstack/pull/11
[#10]: https://github.com/test-kitchen/kitchen-openstack/pull/10
[#9]: https://github.com/test-kitchen/kitchen-openstack/pull/9
[#7]: https://github.com/test-kitchen/kitchen-openstack/pull/7
[#2]: https://github.com/test-kitchen/kitchen-openstack/pull/2

[@jgawor]: https://github.com/jgawor
[@hufman]: https://github.com/hufman
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Gem Version](https://badge.fury.io/rb/kitchen-openstack.png)](http://badge.fury.io/rb/kitchen-openstack)
[![Build Status](https://travis-ci.org/RoboticCheese/kitchen-openstack.png?branch=master)](https://travis-ci.org/RoboticCheese/kitchen-openstack)
[![Code Climate](https://codeclimate.com/github/RoboticCheese/kitchen-openstack.png)](https://codeclimate.com/github/RoboticCheese/kitchen-openstack)
[![Coverage Status](https://coveralls.io/repos/RoboticCheese/kitchen-openstack/badge.png)](https://coveralls.io/r/RoboticCheese/kitchen-openstack)
[![Dependency Status](https://gemnasium.com/RoboticCheese/kitchen-openstack.png)](https://gemnasium.com/RoboticCheese/kitchen-openstack)
[![Build Status](https://travis-ci.org/test-kitchen/kitchen-openstack.png?branch=master)](https://travis-ci.org/test-kitchen/kitchen-openstack)
[![Code Climate](https://codeclimate.com/github/test-kitchen/kitchen-openstack.png)](https://codeclimate.com/github/test-kitchen/kitchen-openstack)
[![Coverage Status](https://coveralls.io/repos/test-kitchen/kitchen-openstack/badge.png)](https://coveralls.io/r/test-kitchen/kitchen-openstack)
[![Dependency Status](https://gemnasium.com/test-kitchen/kitchen-openstack.png)](https://gemnasium.com/test-kitchen/kitchen-openstack)

# Kitchen::OpenStack

Expand Down
2 changes: 1 addition & 1 deletion kitchen-openstack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ['j@p4nt5.com']
spec.description = %q{A Test Kitchen OpenStack Nova driver}
spec.summary = spec.description
spec.homepage = 'https://github.com/RoboticCheese/kitchen-openstack'
spec.homepage = 'https://github.com/test-kitchen/kitchen-openstack'
spec.license = 'Apache'

spec.files = `git ls-files`.split($/)
Expand Down