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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +7 -0
  3. data/awspec.gemspec +2 -3
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 667c7aa5ac9cdf212211fc74ceee999bd6463a204285d5e7c810207745c9654a
4
- data.tar.gz: faccb70007f09c56116ff794b4b73e0258d9993bc2ed9497131a850dc9e219e9
3
+ metadata.gz: 70861ea8ae7c085e66a7eb35c64da088662cf61ca9e7b255eb36b04aec0ba0e2
4
+ data.tar.gz: bf4bfffb93b4d53ed9c0be1e863f37333378e21772b6185d018ac22be01de336
5
5
  SHA512:
6
- metadata.gz: b5c07fffd1fa9efc0dd1418a2d45bc653256ffa7c120b40775c56ab5044afc2d85a32f4675ee5d5538d2e34980699fb94dec2aa4188f6bbacf82b5ff134000c0
7
- data.tar.gz: 010cd2a6a38251af4470eee7037d52ba7c3bccab1e7db99b14d6e3dd37649fc670eac5c3320c3b44bd96e33a6b87678e3b9c1c396dcaaf1c861674af5120c48c
6
+ metadata.gz: ba27a2004117cd4e012c447c30bb3b9192d5c1e318301cac9974b95891dd61453b07dc39a7be7bcd8074c2e3a2f30b7abf3aa8ddf08410d48e33ec1617bf12bb
7
+ data.tar.gz: 77208fcb89d5881cc6cd75df89c387007e060ba5448fcdcf1f2b7a1e3b653a3ee6c17bb76b3ec9d1f462fc56ebf74925f28e85a822767c0e7bad9c5706c2be48
@@ -0,0 +1,7 @@
1
+ .idea/
2
+ .rakeTasks
3
+ Gemfile.lock
4
+ awspec-api_gateway_extended-1.2.3.gem
5
+ lib/awspec/.DS_Store
6
+ lib/awspec/helper/.DS_Store
7
+ vendor/
@@ -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.3'
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
- Includes testing for API Gateway path and integration path.
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.3
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
- Includes testing for API Gateway path and integration path.
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"