Sha256: 17a8c16eb54e657001bdec545fc9165ded9853c93215c1024893c4f7edc0cdf2

Contents?: true

Size: 784 Bytes

Versions: 4

Compression:

Stored size: 784 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name          = 'cfndsl'
  s.version       = CfnDsl::VERSION
  s.summary       = 'AWS Cloudformation DSL'
  s.description   = 'DSL for creating AWS Cloudformation templates'
  s.authors       = ['Steven Jack', 'Chris Howe']
  s.email         = ['stevenmajack@gmail.com', 'chris@howeville.com']
  s.files         = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
  s.homepage      = 'https://github.com/stevenjack/cfndsl'
  s.license       = 'MIT'
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ['lib']

  s.executables << 'cfndsl'

  s.add_development_dependency 'bundler'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cfndsl-0.5.1 cfndsl.gemspec
cfndsl-0.5.0 cfndsl.gemspec
cfndsl-0.5.1.pre cfndsl.gemspec
cfndsl-0.5.0.pre cfndsl.gemspec