Sha256: f3a9fe306256c263f9d16ada970aa005bed7e38469dc6d1652d6b74ebb50ed6b
Contents?: true
Size: 929 Bytes
Versions: 1
Compression:
Stored size: 929 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/ey_cloud_server/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["EngineYard"] gem.email = ["engineering@engineyard.com"] gem.description = %q{} gem.summary = %q{Server side components for Engine Yard's cloud} gem.homepage = "" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "ey_cloud_server" gem.require_paths = ["lib"] gem.version = EY::CloudServer::VERSION gem.add_runtime_dependency 'json', '~> 1.6.4' gem.add_runtime_dependency 'open4', "~> 1.3.0" gem.add_runtime_dependency 'fog', '~> 1.1.2' gem.add_runtime_dependency "ey_enzyme" gem.add_runtime_dependency "ey_instance_api_client", "~> 0.1.5" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ey_cloud_server-1.4.29 | ey_cloud_server.gemspec |