Sha256: 456a4e1856230e6de84ad67705f6bc2172dfd02ea34b1ab5d4adb39121a93fb7
Contents?: true
Size: 1.62 KB
Versions: 1
Compression:
Stored size: 1.62 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'awspec/version' Gem::Specification.new do |spec| spec.name = 'cthiesfork-awspec' spec.version = '1.2.1' spec.authors = ['cthies'] spec.email = ['colekthiessen@gmail.com'] spec.summary = 'Forked version of Awspec with extended API Gateway testing' spec.description = 'Forked version of Awspec with extended API Gateway testing. All credit to the owners of the Awspec repository at https://github.com/k1LoW/awspec' spec.homepage = 'https://github.com/ckthiessen/awspec' 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.required_ruby_version = '>= 2.1' spec.add_runtime_dependency 'aws-sdk', '~> 3' spec.add_runtime_dependency 'awsecrets', '~> 1' spec.add_runtime_dependency 'dry-inflector' spec.add_runtime_dependency 'ipaddress' spec.add_runtime_dependency 'rspec', '~> 3.0' spec.add_runtime_dependency 'rspec-its' spec.add_runtime_dependency 'term-ansicolor' spec.add_runtime_dependency 'thor' spec.add_runtime_dependency 'addressable' spec.add_development_dependency 'bundler', '>= 1.9', '< 3.0' spec.add_development_dependency 'octorelease' spec.add_development_dependency 'pry' spec.add_development_dependency 'rake', '~> 12.0' spec.add_development_dependency 'rubocop', '~> 0.49.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cthiesfork-awspec-1.2.1 | awspec.gemspec |