1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

29 commits

Author SHA1 Message Date
geemus
4f068c0ea1 Release 1.28.0 2015-02-19 16:13:01 -06:00
geemus
639c5e348a Release 1.27.0 2015-01-12 10:47:43 -06:00
geemus
207fd30c52 Release 1.26.0 2014-12-12 16:25:28 -06:00
geemus
68a7a0a1fb Release 1.24.0 2014-11-18 10:01:16 -06:00
Chris Chalstrom
db6ca8ac29 Fix Dynect job poll bug.
Dynect sometimes gives back HTTP 200 instead of 307.
        https://github.com/Netflix/denominator/issues/261

        We need a workaround for this until it is fixed.
2014-11-13 10:01:47 -07:00
geemus
b0a012a511 Release 1.24.0 2014-10-09 09:20:06 -05:00
geemus
e5245ba991 Release 1.23.0 2014-07-17 08:19:54 -05:00
Paul Thornthwaite
ca603769c9 [GH-2873] Ensure fog is using fog-core 1.22+
fog-v1.22.0 went out with the dependencies loosely defined so it would
accept fog-core-v1.21.

fog/fog-core@e164cc7 removed a Vsphere helper method than had been
incorrectly defined on the Fog module. This was then extracted into
fog-core.

The fix was applied to `fog` already but the dependencies allow the
incorrect version of fog to run with the cleaned up version of fog-core
whilst they should not.
2014-04-22 08:14:26 +01:00
geemus
866d49350e Release 1.22.0 2014-04-17 14:08:49 -05:00
geemus
7b39e2a918 Release 1.21.0 2014-03-18 15:31:13 -05:00
geemus
044ca68e74 Release 1.20.0 2014-02-07 09:03:37 -06:00
geemus
e33ad62655 Release 1.19.0 2013-12-19 10:34:33 -06:00
geemus
b7a1f6fc28 Release 1.18.0 2013-10-31 15:20:00 -05:00
geemus
a7f73b3190 Release 1.17.0 2013-10-29 09:11:52 -05:00
geemus
216de7fae3 Release 1.16.0 2013-10-16 09:24:05 -05:00
geemus
86ecdf0e1a Release 1.15.0 2013-08-16 08:39:02 -05:00
geemus
aa1847e7d2 Release 1.14.0 2013-07-19 14:18:32 -05:00
geemus
03b1b0b18a Release 1.13.0 2013-07-19 13:36:04 -05:00
geemus
eaa76a9c58 Release 1.12.1 2013-06-10 20:26:50 -05:00
geemus
2f09b7d767 Release 1.12.0 2013-06-10 19:27:22 -05:00
geemus
ca945a0432 Release 1.11.1 2013-05-05 10:12:41 -05:00
geemus
81fd0fcf44 Release 1.11.0 2013-05-04 14:16:35 -05:00
geemus
f22751e8ac Release 1.10.1 2013-04-04 15:38:12 -05:00
geemus
d9da7964ac Release 1.10.0 2013-03-05 11:25:39 -06:00
geemus
21b8f59f90 Release 1.9.0 2013-01-19 12:15:54 -06:00
ronen barzel
b6aa27874e remove const_defined? guard
The guard isn't really necessary in practice, and as per the previous checkin it was incorrect if ::VERSION was defined; but the fix in the previous checkin didn't work on ruby 1.8.7
2012-12-06 11:34:28 +00:00
ronen barzel
298c35d1f4 Bug fix: Ensure Fog::VERSION gets defined
In an application where the constant VERSION is defined at global scope, Fog::VERSION would not get defined; causing a failure in core/connection.rb 

So specify false for the second argument to const_defined? to restrict it to local scope.
2012-12-05 12:18:28 +00:00
geemus
1ec99a295c Release 1.8.0 2012-12-01 16:51:32 -06:00
Paul Thornthwaite
28a3e59245 [core] Splits Fog::VERSION into own file
Now available within "fog/core"

Just reverted a change where depending on Fog::VERSION for the
User-Agent made a dependency on requiring "lib/fog" which also requires
all providers and services.

That is highly undesirable from a modular perspective!
2012-11-27 16:30:40 +00:00