cthiesfork-awspec 1.2.2 → 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 +4 -4
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc0311f413c0f227e42c735710e36da32d73561d1861ed829dad1c30b4355088
|
|
4
|
+
data.tar.gz: 189f7a952a38fcd2526494655c823161b1409fe62c5fdbd1dbccb56248880252
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8231f52f79b9bf3a47038f0e634f1f281c1d04237156926aa4c258193acd6c628d20aae3e08f891678c0a7f04b96f6407cd83dcf274bbea48357075e9c3d1ee0
|
|
7
|
+
data.tar.gz: 3eaa2253192bb4d2d671db598080d89ae84f49dc41cb78e9b4ac2f2af1ca67b09d7b54da3a9daf746d4f09463dda6edf03c3d705a048c4919fe2c4dcf24d313c
|
data/.gitignore
ADDED
data/awspec.gemspec
CHANGED
|
@@ -6,13 +6,13 @@ require 'awspec/version'
|
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |spec|
|
|
8
8
|
spec.name = 'cthiesfork-awspec'
|
|
9
|
-
spec.version = '1.2.
|
|
9
|
+
spec.version = '1.2.4'
|
|
10
10
|
spec.authors = ['cthies']
|
|
11
|
-
spec.email = ['colekthiessen@gmail.com']
|
|
12
11
|
|
|
13
12
|
spec.summary = 'Forked version of Awspec with extended API Gateway testing'
|
|
14
|
-
spec.description = 'Forked version of Awspec with extended API Gateway testing.
|
|
15
|
-
|
|
13
|
+
spec.description = 'Forked version of Awspec with extended API Gateway testing.
|
|
14
|
+
Can view examples of features here: https://github.com/ckthiessen/awspec/blob/master/spec/type/apigateway_spec.rb
|
|
15
|
+
All credit to the owners of the Awspec repository at https://github.com/k1LoW/awspec'
|
|
16
16
|
spec.homepage = 'https://github.com/ckthiessen/awspec'
|
|
17
17
|
spec.license = 'MIT'
|
|
18
18
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cthiesfork-awspec
|
|
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
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk
|
|
@@ -213,16 +213,17 @@ dependencies:
|
|
|
213
213
|
- !ruby/object:Gem::Version
|
|
214
214
|
version: 0.49.0
|
|
215
215
|
description: |-
|
|
216
|
-
Forked version of Awspec with extended API Gateway testing.
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
216
|
+
Forked version of Awspec with extended API Gateway testing.
|
|
217
|
+
Can view examples of features here: https://github.com/ckthiessen/awspec/blob/master/spec/type/apigateway_spec.rb
|
|
218
|
+
All credit to the owners of the Awspec repository at https://github.com/k1LoW/awspec
|
|
219
|
+
email:
|
|
220
220
|
executables:
|
|
221
221
|
- awspec
|
|
222
222
|
extensions: []
|
|
223
223
|
extra_rdoc_files: []
|
|
224
224
|
files:
|
|
225
225
|
- ".editorconfig"
|
|
226
|
+
- ".gitignore"
|
|
226
227
|
- ".rubocop.yml"
|
|
227
228
|
- ".tachikoma.yml"
|
|
228
229
|
- ".travis.yml"
|
|
@@ -736,7 +737,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
736
737
|
- !ruby/object:Gem::Version
|
|
737
738
|
version: '0'
|
|
738
739
|
requirements: []
|
|
739
|
-
rubygems_version: 3.0.
|
|
740
|
+
rubygems_version: 3.0.8
|
|
740
741
|
signing_key:
|
|
741
742
|
specification_version: 4
|
|
742
743
|
summary: Forked version of Awspec with extended API Gateway testing
|