Sha256: f8cf340be437082e5795fb930a43e233ae3660fdfab254d0e016b98b8b53963f

Contents?: true

Size: 948 Bytes

Versions: 17

Compression:

Stored size: 948 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{CloudStack API client written in Ruby}
  gem.summary       = %q{CloudStack API client written in Ruby}
  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', '>= 10.0.4')
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
cloudstack_client-0.9.7 cloudstack_client.gemspec
cloudstack_client-0.9.6 cloudstack_client.gemspec
cloudstack_client-0.9.5 cloudstack_client.gemspec
cloudstack_client-0.9.3 cloudstack_client.gemspec
cloudstack_client-0.9.2 cloudstack_client.gemspec
cloudstack_client-0.9.1 cloudstack_client.gemspec
cloudstack_client-0.9.0 cloudstack_client.gemspec
cloudstack_client-0.8.0 cloudstack_client.gemspec
cloudstack_client-0.7.1 cloudstack_client.gemspec
cloudstack_client-0.6.4 cloudstack_client.gemspec
cloudstack_client-0.6.3 cloudstack_client.gemspec
cloudstack_client-0.6.2 cloudstack_client.gemspec
cloudstack_client-0.6.0 cloudstack_client.gemspec
cloudstack_client-0.5.0 cloudstack_client.gemspec
cloudstack_client-0.4.4 cloudstack_client.gemspec
cloudstack_client-0.4.3 cloudstack_client.gemspec
cloudstack_client-0.4.2 cloudstack_client.gemspec