forked from chef/knife-openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request chef#159 from jjasghar/1.1.0
1.1.0 release branch
- Loading branch information
Showing
8 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
rvm: | ||
- 2.0.0 | ||
- 2.1.2 | ||
- 2.1.5 | ||
- 2.2.0 | ||
|
||
script: bundle exec rake spec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ gemspec | |
group :development do | ||
gem 'guard-rspec' | ||
gem 'mixlib-shellout' | ||
gem 'knife-windows' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,11 @@ Gem::Specification.new do |s| | |
s.platform = Gem::Platform::RUBY | ||
s.has_rdoc = true | ||
s.extra_rdoc_files = ["README.md", "LICENSE" ] | ||
s.authors = ["Clogeny"] | ||
s.email = ["[email protected]"] | ||
s.homepage = "https://github.com/opscode/knife-openstack" | ||
s.summary = %q{OpenStack Compute Support for Chef's Knife Command} | ||
s.description = %q{OpenStack Compute Support for Chef's Knife Command using knife-cloud gem} | ||
s.authors = ["JJ Asghar"] | ||
s.email = ["[email protected]"] | ||
s.homepage = "https://github.com/chef/knife-openstack" | ||
s.summary = %q{Chef Compute Support for Chef's Knife Command} | ||
s.description = %q{Chef Compute Support for Chef's Knife Command using knife-cloud gem} | ||
|
||
s.files = `git ls-files`.split("\n") | ||
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module Knife | ||
module OpenStack | ||
VERSION = "1.0.0" | ||
VERSION = "1.1.0" | ||
MAJOR, MINOR, TINY = VERSION.split('.') | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters