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
ca603769c9
fog--fog
/
lib
/
fog
/
version.rb
4 lines
36 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
[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 03:14:26 -04:00
VERSION
=
'1.22.1'
[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