Sha256: 0e93dafe386a4a6b1fcfaf8a261015f5fbf2edcf4fdc252849210ad193d96933

Contents?: true

Size: 927 Bytes

Versions: 4

Compression:

Stored size: 927 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/ebifly"
  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"
  spec.add_runtime_dependency "thor"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ebfly-0.0.4 ebfly.gemspec
ebfly-0.0.3 ebfly.gemspec
ebfly-0.0.2 ebfly.gemspec
ebfly-0.0.1 ebfly.gemspec