apidae 1.2.27 → 1.2.28
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/app/models/apidae/apidae_data_parser.rb +1 -1
- data/lib/apidae/version.rb +1 -1
- data/test/dummy/log/development.log +48 -0
- data/test/dummy/log/test.log +754 -0
- metadata +4 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apidae
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jean-Baptiste Vilain
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -236,6 +236,7 @@ files:
|
|
|
236
236
|
- test/dummy/config/secrets.yml
|
|
237
237
|
- test/dummy/db/schema.rb
|
|
238
238
|
- test/dummy/log/development.log
|
|
239
|
+
- test/dummy/log/test.log
|
|
239
240
|
- test/dummy/public/404.html
|
|
240
241
|
- test/dummy/public/422.html
|
|
241
242
|
- test/dummy/public/500.html
|
|
@@ -315,6 +316,7 @@ test_files:
|
|
|
315
316
|
- test/dummy/public/500.html
|
|
316
317
|
- test/dummy/public/404.html
|
|
317
318
|
- test/dummy/db/schema.rb
|
|
319
|
+
- test/dummy/log/test.log
|
|
318
320
|
- test/dummy/log/development.log
|
|
319
321
|
- test/dummy/README.rdoc
|
|
320
322
|
- test/integration/navigation_test.rb
|