Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Nov 11, 2011
1 parent a468aa9 commit cf84d2d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.1.1 11/11/2011 a468aa9a3445aae4f496b1a51e26572b8379c3da
=========================================================

Stats! { 'collaborators' => 19, 'downloads' => 300403, 'forks' => 300, 'open_issues' => 14, 'watchers' => 1667 }

[core]
loosen net-ssh dependency to avoid chef conflict. thanks geemus

[misc]
1.1.0 changelog. thanks geemus


1.1.0 11/11/2011 b706c7ed66c2e760fdd6222e38c68768575483b2
=========================================================

Expand Down
2 changes: 1 addition & 1 deletion fog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'fog'
s.version = '1.1.0'
s.version = '1.1.1'
s.date = '2011-11-11'
s.rubyforge_project = 'fog'

Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Fog

unless const_defined?(:VERSION)
VERSION = '1.1.0'
VERSION = '1.1.1'
end

end
Expand Down

0 comments on commit cf84d2d

Please sign in to comment.