Skip to content

Commit

Permalink
Merge pull request #27 from hhoover/fog_bump
Browse files Browse the repository at this point in the history
Update fog version, bump cookbook version
  • Loading branch information
ryandub committed Jul 7, 2014
2 parents 68d7dd3 + d854fd5 commit 2fff4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# limitations under the License.
#

default[:rackspacecloud][:fog_version] = "1.21.0"
default[:rackspacecloud][:fog_version] = "1.22.0"
default[:rackspacecloud][:rackspace_auth_url] = "identity.api.rackspacecloud.com"
default[:rackspacecloud][:rackspace_auth_region] = "us"
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
license "Apache 2.0"
description "Provides LWRP's for managing Rackspace Cloud resources."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1.0"
version "0.1.1"

depends "xml"

0 comments on commit 2fff4f0

Please sign in to comment.