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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rspec/swag/version.rb +1 -1
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a43fc94c4345983c9a925e4811a9348ee136291f50463538f51e359d8fe0665
4
- data.tar.gz: b4ef3d80ec8bacd56728090fc459c0334237a76d4f5aa925f527dc9d389301ea
3
+ metadata.gz: 8476e4be2baf2621aec605324282eb249447abe27f7ee35445945439596b50fd
4
+ data.tar.gz: 3ec275ff9057967ff55659e08af0d8acccaa9b39cca1211d778c6fb791cc6f28
5
5
  SHA512:
6
- metadata.gz: 1e39d3f2c59d59b943a587b081e37e0590f7aeebfa9b043f4a2c209b1d73d7e205091407ee7e08c919722478d2a5722eb47b207e85d692b57ed79dbec89a3833
7
- data.tar.gz: 60c878d95da76a642bbbfd4e2acda16e945bd8a767b1360e0907ff2667503973cc43965ea297182b6c3d674d62e507f8ec86ec5c12516a60c49f8093cb4d21fb
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.3"
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.3
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: []