rspec-swag 0.1.3 → 0.1.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/lib/rspec/swag/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8476e4be2baf2621aec605324282eb249447abe27f7ee35445945439596b50fd
|
|
4
|
+
data.tar.gz: 3ec275ff9057967ff55659e08af0d8acccaa9b39cca1211d778c6fb791cc6f28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca3ef5c794ae17e0a68d6d93fbebdb3663204b1a70ad3b9d559cd305f4df8aa8bcf41208aa4a3c2e871485a04e497c18826f107973771e55da0297eba441a5e9
|
|
7
|
+
data.tar.gz: 15f135fc2d1be063206107d08f522b70f3b1348983c1c46d66ec2c6b37db156899ff4c7eb2dd34c7f4f5b7dacf316faeb370463a1c2c85491988ba4264a1c9b7
|
data/lib/rspec/swag/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-swag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richie Morris
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2024-
|
|
14
|
+
date: 2024-03-01 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: activesupport
|
|
@@ -135,9 +135,10 @@ dependencies:
|
|
|
135
135
|
- - '='
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
137
|
version: 0.21.2
|
|
138
|
-
description: '
|
|
139
|
-
|
|
140
|
-
|
|
138
|
+
description: 'Fork of rswag-specs. Compatible with any rack framework like Sinatra,
|
|
139
|
+
Padrino, Hanami, Roda, etc. Simplify API integration testing with a succinct rspec
|
|
140
|
+
DSL and generate OpenAPI specification files directly from your rspec tests. More
|
|
141
|
+
about the OpenAPI initiative here: http://spec.openapis.org/'
|
|
141
142
|
email:
|
|
142
143
|
- gracefulpotatow@gmail.com
|
|
143
144
|
executables: []
|