Sha256: ae7a263020f1983b7a03f8305707c67b149948704f78348edcefaaad3cb93316

Contents?: true

Size: 1.24 KB

Versions: 31

Compression:

Stored size: 1.24 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 'activesupport'
  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'

  spec.required_ruby_version = '>= 2.2'
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
convection-2.3.1 convection.gemspec
convection-2.3.0 convection.gemspec
convection-2.2.29 convection.gemspec
convection-2.2.28.pre.beta.2 convection.gemspec
convection-2.2.28.pre.beta.1 convection.gemspec
convection-2.2.27 convection.gemspec
convection-2.2.26 convection.gemspec
convection-2.2.25 convection.gemspec
convection-2.2.24 convection.gemspec
convection-2.2.23 convection.gemspec
convection-2.2.22 convection.gemspec
convection-2.2.21 convection.gemspec
convection-2.2.20 convection.gemspec
convection-2.2.19 convection.gemspec
convection-2.2.18 convection.gemspec
convection-2.2.17 convection.gemspec
convection-2.2.16 convection.gemspec
convection-2.2.15 convection.gemspec
convection-2.2.14 convection.gemspec
convection-2.2.13 convection.gemspec