Sha256: 1626ffbc4444c9354b2807b6962522271f95542e46890fd591be45cd22b6803c

Contents?: true

Size: 918 Bytes

Versions: 11

Compression:

Stored size: 918 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "cloudstack_client"
  gem.version       = CloudstackClient::VERSION
  gem.authors       = ["Nik Wolfgramm"]
  gem.email         = ["nik.wolfgramm@gmail.com"]
  gem.description   = %q{A ruby CloudStack API client}
  gem.summary       = %q{A ruby CloudStack API client}
  gem.homepage      = "https://github.com/niwo/cloudstack_client"
  gem.license       = 'MIT'

  gem.required_ruby_version = '>= 1.9.3'
  gem.files         = `git ls-files`.split($/)
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
  gem.rdoc_options  = %w[--line-numbers --inline-source]

  gem.add_development_dependency('rdoc')
  gem.add_development_dependency('rake', '~> 10.0.4')
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cloudstack_client-0.4.1 cloudstack_client.gemspec
cloudstack_client-0.4.0 cloudstack_client.gemspec
cloudstack_client-0.3.6 cloudstack_client.gemspec
cloudstack_client-0.3.5 cloudstack_client.gemspec
cloudstack_client-0.3.4 cloudstack_client.gemspec
cloudstack_client-0.3.3 cloudstack_client.gemspec
cloudstack_client-0.3.2 cloudstack_client.gemspec
cloudstack_client-0.3.1 cloudstack_client.gemspec
cloudstack_client-0.3.0 cloudstack_client.gemspec
cloudstack_client-0.2.16 cloudstack_client.gemspec
cloudstack_client-0.2.15 cloudstack_client.gemspec