Sha256: 0e9221bbf832a8fb137ea8d26ca6af0ac4ec8f2eb6bb9f311d51e07639ce5c1a
Contents?: true
Size: 280 Bytes
Versions: 1
Compression:
Stored size: 280 Bytes
Contents
module Fog module Openstack VERSION = "0.1.20" def self.included(base) if RUBY_VERSION < "2" puts "DEPRECATION WARNING - Support for Ruby 1.9 will be dropped in fog-openstack 0.2 and higher. Please upgrade to Ruby 2 or above." end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-openstack-0.1.20 | lib/fog/openstack/version.rb |