Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
mkstack / mkstack.gemspec
Size: Mime:
Gem::Specification.new do |s|
  s.name	= 'mkstack'
  s.version	= '1.3.1'
  s.summary	= 'Merge multiple CloudFormation template files into a single template'
  s.description	= <<-EOF
Merge multiple CloudFormation template files into a single template.  Each file may be in either JSON or YAML format.  By default all files are run through an ERB (Embedded RuBy) processor.
EOF

  s.authors	= [ 'Andy Rosen' ]
  s.email	= [ 'ajr@corp.mlfs.org' ]
  s.homepage	= 'https://github.com/ajrosen/AWS/tree/master/mkstack'
  s.licenses	= [ 'GPL-3.0-or-later' ]

  s.files	= Dir[ 'mkstack.gemspec', 'bin/*', 'lib/**/*.rb' ]
  s.executables	= [ 'mkstack' ]

  s.required_ruby_version = '>= 2.6.0'
  s.add_runtime_dependency 'aws-sdk-cloudformation', '~> 1'
end