Sha256: 777f994a84506f2b98a629b08cbd93f38e298e84327f73d662d0f744c8a257a1
Contents?: true
Size: 1002 Bytes
Versions: 4
Compression:
Stored size: 1002 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'opsworks_ship/version' Gem::Specification.new do |spec| spec.name = "opsworks_ship" spec.version = OpsworksShip::VERSION spec.authors = ["Seth Ringling"] spec.email = ["sethr@ritani.com"] spec.summary = %q{Provides a shipping script for AWS ECS dockerized applications} spec.description = %q{EZ-Deployment of a dockerized app in AWS!} spec.homepage = "https://github.com/NEWECX/opsworks_ship" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
opsworks_ship-1.0.0 | opsworks_ship.gemspec |
opsworks_ship-0.3.0 | opsworks_ship.gemspec |
opsworks_ship-0.2.0 | opsworks_ship.gemspec |
opsworks_ship-0.1.0 | opsworks_ship.gemspec |