Sha256: e5156002de3f83093efa7fe8d692376077d33f0f8a5f3657555b930d173c11e0
Contents?: true
Size: 300 Bytes
Versions: 3
Compression:
Stored size: 300 Bytes
Contents
require 'fog/core' require 'fog/json' require 'fog/artifactory/version' require 'artifactory' module Fog module Storage autoload :Artifactory, File.expand_path('../artifactory/storage', __FILE__) end module Artifactory extend Fog::Provider service(:storage, 'Storage') end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fog-artifactory-0.3.0 | lib/fog/artifactory.rb |
fog-artifactory-0.2.0 | lib/fog/artifactory.rb |
fog-artifactory-0.1.0 | lib/fog/artifactory.rb |