Sha256: 4a828194ad162afc513f7d6c1ff1a5b8be2b0069cd9a416b561f29110204b01e

Contents?: true

Size: 939 Bytes

Versions: 9

Compression:

Stored size: 939 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "ebfly"
  spec.version       = Ebfly::VERSION
  spec.authors       = ["Kazuyuki Honda"]
  spec.email         = ["hakobera@gmail.com"]
  spec.summary       = %q{Simple command line interface for AWS ElasticBeanstalk}
  spec.description   = %q{Simple command line interface for AWS ElasticBeanstalk}
  spec.homepage      = "https://github.com/hakobera/ebfly"
  spec.license       = "Apache License, Version 2.0"

  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_runtime_dependency "aws-sdk", ">= 1.39.0"
  spec.add_runtime_dependency "thor"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ebfly-0.1.4 ebfly.gemspec
ebfly-0.1.3 ebfly.gemspec
ebfly-0.1.2 ebfly.gemspec
ebfly-0.1.1 ebfly.gemspec
ebfly-0.1.0 ebfly.gemspec
ebfly-0.0.10 ebfly.gemspec
ebfly-0.0.9 ebfly.gemspec
ebfly-0.0.8 ebfly.gemspec
ebfly-0.0.7 ebfly.gemspec