Sha256: 9fc390f4d874abcae98aeec3f6237398d833f1a3ef776af66fa6c432147966ce

Contents?: true

Size: 1.24 KB

Versions: 2

Compression:

Stored size: 1.24 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "hyperkit"
  spec.version       = Hyperkit::VERSION
  spec.authors       = ["Jeff Shantz"]
  spec.email         = ["hyperkit@jeffshantz.com"]

  spec.summary       = %q{Hyperkit is a flat API wrapper for LXD, the next-generation hypervisor}
  spec.homepage      = "http://jeffshantz.github.io/hyperkit"
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
  # delete this section to allow pushing this gem to any host.
  #if spec.respond_to?(:metadata)
  #  spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
  #else
  #  raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
  #end

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

  spec.add_dependency "activesupport", ">= 4.2.6"
  spec.add_dependency "sawyer"
  spec.add_development_dependency "bundler", "~> 1.0"

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hyperkit-1.3.0 hyperkit.gemspec
hyperkit-1.2.0 hyperkit.gemspec