mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Version bump to 0.0.67
This commit is contained in:
parent
4da1d01997
commit
288e212980
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
:major: 0
|
||||
:minor: 0
|
||||
:patch: 66
|
||||
:patch: 67
|
||||
:build:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue