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

12 commits

Author SHA1 Message Date
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