mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Version bump to 0.0.4
This commit is contained in:
parent
7f57619dd9
commit
9322e3360b
2 changed files with 3 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.0.3
|
||||
0.0.4
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{fog}
|
||||
s.version = "0.0.3"
|
||||
s.version = "0.0.4"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Wesley Beary"]
|
||||
|
@ -28,6 +28,7 @@ Gem::Specification.new do |s|
|
|||
"benchs/params.rb",
|
||||
"benchs/parse_vs_push.rb",
|
||||
"benchs/stripping.rb",
|
||||
"fog.gemspec",
|
||||
"lib/fog.rb",
|
||||
"lib/fog/aws.rb",
|
||||
"lib/fog/aws/ec2.rb",
|
||||
|
|
Loading…
Add table
Reference in a new issue