mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Release 1.12.1
This commit is contained in:
parent
8663e9079e
commit
eaa76a9c58
3 changed files with 14 additions and 2 deletions
|
@ -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
|
1.12.0 06/11/2013 2dd2a8b003fd7ee89141820e0d3c7ff161e74f60
|
||||||
==========================================================
|
==========================================================
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
||||||
## If your rubyforge_project name is different, then edit it and comment out
|
## If your rubyforge_project name is different, then edit it and comment out
|
||||||
## the sub! line in the Rakefile
|
## the sub! line in the Rakefile
|
||||||
s.name = 'fog'
|
s.name = 'fog'
|
||||||
s.version = '1.12.0'
|
s.version = '1.12.1'
|
||||||
s.date = '2013-06-10'
|
s.date = '2013-06-10'
|
||||||
s.rubyforge_project = 'fog'
|
s.rubyforge_project = 'fog'
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Fog
|
module Fog
|
||||||
VERSION = '1.12.0'
|
VERSION = '1.12.1'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue