awspec-api_gateway_extended 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +7 -0
- data/awspec.gemspec +2 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70861ea8ae7c085e66a7eb35c64da088662cf61ca9e7b255eb36b04aec0ba0e2
|
|
4
|
+
data.tar.gz: bf4bfffb93b4d53ed9c0be1e863f37333378e21772b6185d018ac22be01de336
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba27a2004117cd4e012c447c30bb3b9192d5c1e318301cac9974b95891dd61453b07dc39a7be7bcd8074c2e3a2f30b7abf3aa8ddf08410d48e33ec1617bf12bb
|
|
7
|
+
data.tar.gz: 77208fcb89d5881cc6cd75df89c387007e060ba5448fcdcf1f2b7a1e3b653a3ee6c17bb76b3ec9d1f462fc56ebf74925f28e85a822767c0e7bad9c5706c2be48
|
data/.gitignore
ADDED
data/awspec.gemspec
CHANGED
|
@@ -6,13 +6,12 @@ require 'awspec/version'
|
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |spec|
|
|
8
8
|
spec.name = 'awspec-api_gateway_extended'
|
|
9
|
-
spec.version = '1.2.
|
|
9
|
+
spec.version = '1.2.4'
|
|
10
10
|
spec.authors = ['cthies']
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Forked version of Awspec with extended API Gateway testing'
|
|
13
13
|
spec.description = 'Forked version of Awspec with extended API Gateway testing.
|
|
14
|
-
|
|
15
|
-
Can view examples here: https://github.com/ckthiessen/awspec/blob/master/spec/type/apigateway_spec.rb
|
|
14
|
+
Can view examples of features here: https://github.com/ckthiessen/awspec/blob/master/spec/type/apigateway_spec.rb
|
|
16
15
|
All credit to the owners of the Awspec repository at https://github.com/k1LoW/awspec'
|
|
17
16
|
spec.homepage = 'https://github.com/ckthiessen/awspec'
|
|
18
17
|
spec.license = 'MIT'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: awspec-api_gateway_extended
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- cthies
|
|
@@ -214,8 +214,7 @@ dependencies:
|
|
|
214
214
|
version: 0.49.0
|
|
215
215
|
description: |-
|
|
216
216
|
Forked version of Awspec with extended API Gateway testing.
|
|
217
|
-
|
|
218
|
-
Can view examples here: https://github.com/ckthiessen/awspec/blob/master/spec/type/apigateway_spec.rb
|
|
217
|
+
Can view examples of features here: https://github.com/ckthiessen/awspec/blob/master/spec/type/apigateway_spec.rb
|
|
219
218
|
All credit to the owners of the Awspec repository at https://github.com/k1LoW/awspec
|
|
220
219
|
email:
|
|
221
220
|
executables:
|
|
@@ -224,6 +223,7 @@ extensions: []
|
|
|
224
223
|
extra_rdoc_files: []
|
|
225
224
|
files:
|
|
226
225
|
- ".editorconfig"
|
|
226
|
+
- ".gitignore"
|
|
227
227
|
- ".rubocop.yml"
|
|
228
228
|
- ".tachikoma.yml"
|
|
229
229
|
- ".travis.yml"
|