Release 1.1.1

This commit is contained in:
geemus 2011-11-11 15:48:46 -06:00
parent a468aa9a34
commit cf84d2d4be
3 changed files with 14 additions and 2 deletions

View File

@ -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
=========================================================

View File

@ -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'

View File

@ -3,7 +3,7 @@ require File.join(File.dirname(__FILE__), 'fog', 'core')
module Fog
unless const_defined?(:VERSION)
VERSION = '1.1.0'
VERSION = '1.1.1'
end
end