From 288e21298096c7af6fd66acbf61da822a63db17a Mon Sep 17 00:00:00 2001 From: "geemus (Wesley Beary)" Date: Fri, 2 Apr 2010 10:41:06 -0700 Subject: [PATCH] Version bump to 0.0.67 --- VERSION.yml | 2 +- fog.gemspec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VERSION.yml b/VERSION.yml index e28d705c1..d313b2ec5 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- :major: 0 :minor: 0 -:patch: 66 +:patch: 67 :build: diff --git a/fog.gemspec b/fog.gemspec index 8737591f6..912ab99d9 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{fog} - s.version = "0.0.66" + s.version = "0.0.67" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["geemus (Wesley Beary)"] - s.date = %q{2010-04-01} + s.date = %q{2010-04-02} s.default_executable = %q{fog} s.description = %q{The Ruby cloud computing library.} s.email = %q{geemus@gmail.com} @@ -138,6 +138,7 @@ Gem::Specification.new do |s| "lib/fog/bin.rb", "lib/fog/collection.rb", "lib/fog/connection.rb", + "lib/fog/credentials.rb", "lib/fog/model.rb", "lib/fog/parser.rb", "lib/fog/rackspace.rb",