Sha256: 20387294862f4a31143926db735f3f66f54f9d7426c724370eba711d26b48ae9

Contents?: true

Size: 1.15 KB

Versions: 49

Compression:

Stored size: 1.15 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'convection'
  spec.version       = Convection::VERSION
  spec.authors       = ['John Manero']
  spec.email         = ['jmanero@rapid7.com']
  spec.summary       = %q{A fully generic, modular DSL for AWS CloudFormation}
  spec.description   = %q{This gem aims to provide a reusable model for AWS CloudFormation in Ruby. It exposes a DSL for template definition, and a simple, decoupled abstraction of a CloudFormation Stack to compile and apply templates.}
  spec.homepage      = 'https://github.com/rapid7/convection'
  spec.license       = 'MIT'

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

  spec.add_runtime_dependency 'aws-sdk', '>= 2'
  spec.add_runtime_dependency 'httparty', '~> 0.13'
  spec.add_runtime_dependency 'netaddr', '~> 1.5'
  spec.add_runtime_dependency 'thor', '~> 0.19'
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
convection-1.1.7 convection.gemspec
convection-1.1.5 convection.gemspec
convection-1.1.4 convection.gemspec
convection-1.1.3 convection.gemspec
convection-1.1.2 convection.gemspec
convection-1.1.1 convection.gemspec
convection-1.1.0 convection.gemspec
convection-1.0.7 convection.gemspec
convection-1.0.6 convection.gemspec
convection-1.0.5 convection.gemspec
convection-1.0.4 convection.gemspec
convection-1.0.3 convection.gemspec
convection-1.0.2 convection.gemspec
convection-1.0.1 convection.gemspec
convection-1.0.0.pre.beta.10 convection.gemspec
convection-1.0.0.pre.beta.9 convection.gemspec
convection-1.0.0.pre.beta.8 convection.gemspec
convection-1.0.0.pre.beta.7 convection.gemspec
convection-1.0.0.pre.beta.6 convection.gemspec
convection-1.0.0.pre.beta.4 convection.gemspec