Skip to content

Commit a2a647f

Browse files
committed
Release 0.5.0
1 parent 8897f1d commit a2a647f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fog (0.4.1)
4+
fog (0.5.0)
55
builder
66
excon (>= 0.4.0)
77
formatador (>= 0.0.16)

fog.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
77
## If your rubyforge_project name is different, then edit it and comment out
88
## the sub! line in the Rakefile
99
s.name = 'fog'
10-
s.version = '0.4.1'
11-
s.date = '2011-01-21'
10+
s.version = '0.5.0'
11+
s.date = '2011-01-27'
1212
s.rubyforge_project = 'fog'
1313

1414
## Make sure your summary is short. The description may be as long

lib/fog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Fog
44

55
unless const_defined?(:VERSION)
6-
VERSION = '0.4.1'
6+
VERSION = '0.5.0'
77
end
88

99
end

0 commit comments

Comments
 (0)