Release 1.40.0

This commit is contained in:
geemus 2017-03-13 17:09:26 -05:00
parent ed5edd8610
commit 2d949719f4
3 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,18 @@
## 1.40.0 03/13/2017
*Hash* ed5edd8610f5585267f07567cccec1c10b002764
Statistic | Value
------------- | --------:
Collaborators | 2
Forks | 1556
Open Issues | 48
Watchers | 3975
#### [misc]
* bump fog-digitalocean version to avoid conflict. thanks geemus
## 1.39.0 03/13/2017 ## 1.39.0 03/13/2017
*Hash* d6c89ea01e747f36e3d384191ac3072e29ddec64 *Hash* d6c89ea01e747f36e3d384191ac3072e29ddec64

View File

@ -11,7 +11,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.39.0" s.version = "1.40.0"
s.date = "2017-03-13" s.date = "2017-03-13"
s.rubyforge_project = "fog" s.rubyforge_project = "fog"

View File

@ -1,3 +1,3 @@
module Fog module Fog
VERSION = '1.39.0' VERSION = '1.40.0'
end end