mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Release 1.42.0
This commit is contained in:
parent
41a38068d3
commit
3ea8007df4
4 changed files with 24 additions and 3 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,3 +1,23 @@
|
|||
## 1.42.0 09/29/2017
|
||||
*Hash* 41a38068d34237b9639ac045f99a4b48160834a9
|
||||
|
||||
Statistic | Value
|
||||
------------- | --------:
|
||||
Collaborators | 2
|
||||
Forks | 1556
|
||||
Open Issues | 45
|
||||
Watchers | 4060
|
||||
|
||||
**MVP!** swamp09
|
||||
|
||||
#### [misc]
|
||||
* Upgrade JSON to ~> 2.0. thanks Denis Defreyne
|
||||
* Removing ovirt provider. thanks Ori Rabin
|
||||
* fix changelog task. thanks geemus
|
||||
* Suppress `warning: ambiguous first argument; put parentheses or a space even after `/' operator`. thanks swamp09
|
||||
* Suppress `warning: mismatched indentations at 'end' with 'class'`. thanks swamp09
|
||||
|
||||
|
||||
## 1.41.0 08/01/2017
|
||||
*Hash* e5d3672e804149d38f91ccdfdaf7cfd7be52b75b
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ 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.41.0"
|
||||
s.date = "2017-08-01"
|
||||
s.version = "1.42.0"
|
||||
s.date = "2017-09-29"
|
||||
s.rubyforge_project = "fog"
|
||||
|
||||
## Make sure your summary is short. The description may be as long
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Fog
|
||||
VERSION = '1.41.0'
|
||||
VERSION = '1.42.0'
|
||||
end
|
||||
|
|
|
@ -148,6 +148,7 @@ Watchers | #{watchers}
|
|||
'Rodrigo Estebanez',
|
||||
'Rupak Ganguly',
|
||||
'Stepan G. Fedorov',
|
||||
'swamp09',
|
||||
'TerryHowe',
|
||||
'Wesley Beary'
|
||||
].include?(committer)
|
||||
|
|
Loading…
Add table
Reference in a new issue