Sha256: 1bcd3166f5e2d726577ef32fcad71840815262a731ae7b4f36b58ef3d233df9b

Contents?: true

Size: 893 Bytes

Versions: 1

Compression:

Stored size: 893 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = "fog-oneandone"
  spec.version       = "1.2"
  spec.authors       = ["Tyler Burkhardt (stackpointcloud.com)"]
  spec.email         = "tyler@stackpointcloud.com"
  spec.summary       = "Module for the 'fog' gem to support 1and1."
  spec.description   = "This library can be used as a module for 'fog' or as
                        a standalone 1and1 provider."
  spec.homepage      = "https://github.com/1and1/fog-oneandone"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency "fog-core"
  spec.add_runtime_dependency "fog-json"
  spec.add_development_dependency "minitest"
  spec.add_development_dependency "pry", "~> 0.10"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-oneandone-1.2 fog-oneandone.gemspec