Sha256: c056cff18f4c068ed4cbf722ee08ac5c022f421f347ad3a0efda7d5ca8233ea1
Contents?: true
Size: 620 Bytes
Versions: 5
Compression:
Stored size: 620 Bytes
Contents
# # Author:: Matt Eldridge (<matt.eldridge@us.ibm.com>) # © Copyright IBM Corporation 2014. # # LICENSE: MIT (http://opensource.org/licenses/MIT) # # necessary when requiring fog without rubygems while also # maintaining ruby 1.8.7 support (can't use require_relative) __LIB_DIR__ = File.expand_path(File.dirname(__FILE__)) $LOAD_PATH.unshift __LIB_DIR__ unless $LOAD_PATH.include?(__LIB_DIR__) # Use fog and core require 'fog/core' require 'fog' # Previously treated as "core" # data exchange specific (to be extracted and used on a per provider basis) require 'fog/xml' require 'fog/json' require 'fog/softlayer'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
fog-softlayer-0.3.6.pre.f7e3358 | lib/fog.rb |
fog-softlayer-0.3.5 | lib/fog.rb |
fog-softlayer-0.3.4.pre | lib/fog.rb |
fog-softlayer-0.3.3.pre | lib/fog.rb |
fog-softlayer-0.3.2 | lib/fog.rb |