rspec-swag 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rspec/swag/version.rb +1 -1
  3. metadata +9 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 725c8f570fabf5d664224343b2241b840ca69ad177973cdb0fb1c4938318c134
4
- data.tar.gz: 598a18e4bfe3321f8361668f9340b36607a6cd4a54678489b7e98bd974e6d343
3
+ metadata.gz: 8476e4be2baf2621aec605324282eb249447abe27f7ee35445945439596b50fd
4
+ data.tar.gz: 3ec275ff9057967ff55659e08af0d8acccaa9b39cca1211d778c6fb791cc6f28
5
5
  SHA512:
6
- metadata.gz: 64d7acf87b824fdb1419f0c12f3dd7015b789a4613b1c7459fedd9191a69bc825a5a30c86aa6b01582705e5583b3a3301bf4404ff28ba56151b3beedf2527b99
7
- data.tar.gz: a3cded64dbf1e3e2fd87a8c908341210bca6f00d19b8741475aaad2a14a3362149563d7a77984b99ed0fe50919414111c9b8652a3e660db3bad318c04a274280
6
+ metadata.gz: ca3ef5c794ae17e0a68d6d93fbebdb3663204b1a70ad3b9d559cd305f4df8aa8bcf41208aa4a3c2e871485a04e497c18826f107973771e55da0297eba441a5e9
7
+ data.tar.gz: 15f135fc2d1be063206107d08f522b70f3b1348983c1c46d66ec2c6b37db156899ff4c7eb2dd34c7f4f5b7dacf316faeb370463a1c2c85491988ba4264a1c9b7
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RSpec
4
4
  module Swag
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.4"
6
6
  end
7
7
  end
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.2
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-02-24 00:00:00.000000000 Z
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: 'Simplify API integration testing with a succinct rspec DSL and generate
139
- OpenAPI specification files directly from your rspec tests. More about the OpenAPI
140
- initiative here: http://spec.openapis.org/'
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: []
@@ -163,7 +164,9 @@ files:
163
164
  homepage: https://github.com/graceful-potato/rspec-swag
164
165
  licenses:
165
166
  - MIT
166
- metadata: {}
167
+ metadata:
168
+ source_code_uri: https://github.com/graceful-potato/rspec-swag
169
+ homepage_uri: https://github.com/graceful-potato/rspec-swag
167
170
  post_install_message:
168
171
  rdoc_options: []
169
172
  require_paths: