Release 1.12.1

This commit is contained in:
geemus 2013-06-10 20:26:50 -05:00
parent 8663e9079e
commit eaa76a9c58
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
1.12.1 06/11/2013 8663e9079edb69f1a56ea887379f94e6d5efd0d8
==========================================================
Stats! { 'collaborators' => 49, 'downloads' => 2417193, 'forks' => 817, 'open_issues' => 150, 'watchers' => 2564 }
MVP! Hongbin Lu
[misc]
Don't parse non-JSON response. thanks Hongbin Lu
turn verbose error responses on. thanks geemus
1.12.0 06/11/2013 2dd2a8b003fd7ee89141820e0d3c7ff161e74f60
==========================================================

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.12.0'
s.version = '1.12.1'
s.date = '2013-06-10'
s.rubyforge_project = 'fog'

View File

@ -1,3 +1,3 @@
module Fog
VERSION = '1.12.0'
VERSION = '1.12.1'
end