apivore 1.4.5 → 1.5.0
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 +8 -8
- data/data/swagger_2.0_schema.json +3 -0
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWRiYzFkMmViMmU2ZjZjYjRmYTU5MjU4NzIyYWQ4MTkyNDMwZTk3ZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MWE1NzczMjVhNjhmZTgwOTFhZTQ2OTAyNzIxY2U4N2Y3MzdmNDNhZg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzkwOTNlZWJhM2JjMDlhYTEzMDk5MzliN2NmNjBjNTE5OTQ0ZjVhOGM2MTYw
|
|
10
|
+
Y2NlM2VkZWE0NzAyMTQ5NzYxYWJlM2ZhM2MyZWI4YTM2OWRhZDQzY2U5NWM4
|
|
11
|
+
NDg0MTcyZjQ0MDEwM2FjN2QxM2YzMzhlOTQyNmY2ZWQ0ODkzNmM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YWZlNTUyZDNmYmEzY2I4MzUwZjI2NWJjZDM1N2M0OGU3Nzg1N2FlZTRmMTBh
|
|
14
|
+
YTM4ZWU5MzZmYWE3ZmEyMDUzYzk5YThiMWI4NTdjNDRmZDMxZTZiNGIzMWFh
|
|
15
|
+
Yzg4ZTU4Y2I5ZWI0NTk1MWE5ZGQwNWIyMTc2MGYxNjQ5OGVhZGE=
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apivore
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Charles Horn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json-schema
|
|
@@ -150,8 +150,8 @@ dependencies:
|
|
|
150
150
|
- - ~>
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '4'
|
|
153
|
-
description: Tests your rails API using its Swagger description of end-points,
|
|
154
|
-
and query parameters.
|
|
153
|
+
description: Tests your rails API using its OpenAPI (Swagger) description of end-points,
|
|
154
|
+
models, and query parameters.
|
|
155
155
|
email: charles.horn@gmail.com
|
|
156
156
|
executables: []
|
|
157
157
|
extensions: []
|
|
@@ -172,7 +172,6 @@ files:
|
|
|
172
172
|
homepage: http://github.com/westfieldlabs/apivore
|
|
173
173
|
licenses:
|
|
174
174
|
- Apache 2.0
|
|
175
|
-
- MIT
|
|
176
175
|
metadata: {}
|
|
177
176
|
post_install_message:
|
|
178
177
|
rdoc_options: []
|
|
@@ -193,5 +192,5 @@ rubyforge_project:
|
|
|
193
192
|
rubygems_version: 2.5.1
|
|
194
193
|
signing_key:
|
|
195
194
|
specification_version: 4
|
|
196
|
-
summary: Tests your API against its Swagger 2.0 spec
|
|
195
|
+
summary: Tests your API against its OpenAPI (Swagger) 2.0 spec
|
|
197
196
|
test_files: []
|