Sha256: 42a5558ed85938d0a167829b26258ceba88aaec8291c71885b3efc785cd562ee

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "awsssh"
  spec.version       = Awsssh::VERSION
  spec.authors       = ["Sebastian Thiele"]
  spec.email         = [%w(Sebastian.Thiele infopark.de).join('@')]
  spec.summary       = "Connects you with OpsWorks EC2"
  spec.description   = "This will connects you with an EC2 instace"
  spec.homepage      = "https://github.com/sethiele/awsssh"
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.8", ">= 1.8.3"
  spec.add_development_dependency "pry", "~> 0.10.3", ">= 0.10.3"
  spec.add_development_dependency "rspec", "~> 3.4.0", ">= 3.4.0"

  spec.add_runtime_dependency "inifile", "~> 3.0.0", ">= 3.0.0"
  spec.add_runtime_dependency "aws-sdk", "~> 2.2.0", ">= 2.2.0"
  spec.add_runtime_dependency "thor", "~> 0.19.1", ">= 0.19.1"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
awsssh-3.0.0.rc1 awsssh.gemspec