Sha256: ad7b3881672a8485761e035c2fd5851470c702c05e0d7696511d4d370b09f2bf

Contents?: true

Size: 1.03 KB

Versions: 9

Compression:

Stored size: 1.03 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'lxd-common'
  spec.version       = NexusSW::LXD::VERSION
  spec.authors       = ['Sean Zachariasen']
  spec.email         = ['thewyzard@hotmail.com']
  spec.license       = 'Apache-2.0'
  spec.summary       = 'Shared LXD Container Access Library'
  spec.homepage      = 'http://github.com/NexusSW/lxd-common'

  spec.files = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir = 'exe'
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_dependency 'faraday', '~> 0.13'
  spec.add_dependency 'nio4r-websocket', '~> 0.6'
  spec.add_dependency 'minitar', '~> 0.5'

  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec'
  spec.add_development_dependency 'simplecov'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lxd-common-0.9.8 lxd-common.gemspec
lxd-common-0.9.7 lxd-common.gemspec
lxd-common-0.9.6 lxd-common.gemspec
lxd-common-0.9.5 lxd-common.gemspec
lxd-common-0.9.4 lxd-common.gemspec
lxd-common-0.9.3 lxd-common.gemspec
lxd-common-0.9.2 lxd-common.gemspec
lxd-common-0.9.1 lxd-common.gemspec
lxd-common-0.9.0 lxd-common.gemspec