This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
fog--fog
Watch
1
Star
0
Fork
You've already forked fog--fog
0
mirror of
https://github.com/fog/fog.git
synced
2022-11-09 13:51:43 -05:00
Code
Releases
Activity
f408d76754
fog--fog
/
lib
/
fog
/
version.rb
4 lines
35 B
Ruby
Raw
Normal View
History
Unescape
Escape
[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 11:17:16 -05:00
module
Fog
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 06:34:28 -05:00
VERSION
=
'1.8.0'
[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 11:17:16 -05:00
end
Copy permalink