cthiesfork-awspec 1.2.2 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +7 -0
  3. data/awspec.gemspec +4 -4
  4. metadata +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e8373e3ca7c0ef6c92527d24bd7e30fb87dcd5d59a083fca80e95a61bb9a883
4
- data.tar.gz: 390923fd0e6d191ab3d6c8abd15ad7ae0d0c14e8c71390e5790bdbeb976b51fc
3
+ metadata.gz: cc0311f413c0f227e42c735710e36da32d73561d1861ed829dad1c30b4355088
4
+ data.tar.gz: 189f7a952a38fcd2526494655c823161b1409fe62c5fdbd1dbccb56248880252
5
5
  SHA512:
6
- metadata.gz: 2143765a6bef3109ff4348c5fa66ed433c66d1c5f5c29669c4a22441092b405f1ecc02afbcaddbd05dd38237a442120584d3b283ec109a64343b62dc238b7bf2
7
- data.tar.gz: c1b889643b991cc19e51c1aabf6c3b9c76f8a38402d87e332cd8226569421561450dbe1245013e57a69b036014c51629481343b14ea3ddb57378a8861724b207
6
+ metadata.gz: 8231f52f79b9bf3a47038f0e634f1f281c1d04237156926aa4c258193acd6c628d20aae3e08f891678c0a7f04b96f6407cd83dcf274bbea48357075e9c3d1ee0
7
+ data.tar.gz: 3eaa2253192bb4d2d671db598080d89ae84f49dc41cb78e9b4ac2f2af1ca67b09d7b54da3a9daf746d4f09463dda6edf03c3d705a048c4919fe2c4dcf24d313c
@@ -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,13 @@ require 'awspec/version'
6
6
 
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = 'cthiesfork-awspec'
9
- spec.version = '1.2.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. All credit to the owners of the
15
- Awspec repository at https://github.com/k1LoW/awspec'
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.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-03-09 00:00:00.000000000 Z
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. All credit to the owners of the
217
- Awspec repository at https://github.com/k1LoW/awspec
218
- email:
219
- - colekthiessen@gmail.com
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.3
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