mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Version bump to 0.0.12
This commit is contained in:
parent
b7b346c0bd
commit
9480e3ef6e
2 changed files with 6 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.0.11
|
||||
0.0.12
|
||||
|
|
|
@ -5,13 +5,15 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{fog}
|
||||
s.version = "0.0.11"
|
||||
s.version = "0.0.12"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Wesley Beary"]
|
||||
s.date = %q{2009-09-30}
|
||||
s.date = %q{2009-10-01}
|
||||
s.default_executable = %q{fog}
|
||||
s.description = %q{brings clouds to you}
|
||||
s.email = %q{me@geemus.com}
|
||||
s.executables = ["fog"]
|
||||
s.extra_rdoc_files = [
|
||||
"README.rdoc"
|
||||
]
|
||||
|
@ -26,6 +28,7 @@ Gem::Specification.new do |s|
|
|||
"benchs/params.rb",
|
||||
"benchs/parse_vs_push.rb",
|
||||
"benchs/stripping.rb",
|
||||
"bin/fog",
|
||||
"fog.gemspec",
|
||||
"lib/fog.rb",
|
||||
"lib/fog/aws.rb",
|
||||
|
|
Loading…
Reference in a new issue