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

4 commits

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