mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
v1.42.1
This commit is contained in:
parent
2778ec2c07
commit
4b98d71783
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ 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.42.0"
|
s.version = "1.42.1"
|
||||||
s.date = "2017-09-29"
|
s.date = "2018-06-28"
|
||||||
s.rubyforge_project = "fog"
|
s.rubyforge_project = "fog"
|
||||||
|
|
||||||
## Make sure your summary is short. The description may be as long
|
## Make sure your summary is short. The description may be as long
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Fog
|
module Fog
|
||||||
VERSION = '1.42.0'
|
VERSION = '1.42.1'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue