apidae 1.2.35 → 1.2.36
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 +14379 -0
- data/test/dummy/tmp/local_secret.txt +1 -0
- metadata +7 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c313846d623402cd2db91933a940355c31aad575dc2dd6913fe87533a005a0614e1fab94bfb6dd28b6e07acfe9767a4b00c9ee8cec7964858623ae7197bef92b
|
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.36
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jean-Baptiste Vilain
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -241,6 +241,7 @@ files:
|
|
|
241
241
|
- test/dummy/public/422.html
|
|
242
242
|
- test/dummy/public/500.html
|
|
243
243
|
- test/dummy/public/favicon.ico
|
|
244
|
+
- test/dummy/tmp/local_secret.txt
|
|
244
245
|
- test/fixtures/apidae/exports.yml
|
|
245
246
|
- test/fixtures/apidae/objects.yml
|
|
246
247
|
- test/fixtures/apidae/references.yml
|
|
@@ -260,7 +261,7 @@ homepage: http://dev.apidae-tourisme.com/
|
|
|
260
261
|
licenses:
|
|
261
262
|
- MIT
|
|
262
263
|
metadata: {}
|
|
263
|
-
post_install_message:
|
|
264
|
+
post_install_message:
|
|
264
265
|
rdoc_options: []
|
|
265
266
|
require_paths:
|
|
266
267
|
- lib
|
|
@@ -276,7 +277,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
276
277
|
version: '0'
|
|
277
278
|
requirements: []
|
|
278
279
|
rubygems_version: 3.1.6
|
|
279
|
-
signing_key:
|
|
280
|
+
signing_key:
|
|
280
281
|
specification_version: 4
|
|
281
282
|
summary: A Ruby on Rails engine for projects that involve Apidae data
|
|
282
283
|
test_files:
|
|
@@ -318,6 +319,7 @@ test_files:
|
|
|
318
319
|
- test/dummy/db/schema.rb
|
|
319
320
|
- test/dummy/log/test.log
|
|
320
321
|
- test/dummy/log/development.log
|
|
322
|
+
- test/dummy/tmp/local_secret.txt
|
|
321
323
|
- test/dummy/README.rdoc
|
|
322
324
|
- test/integration/navigation_test.rb
|
|
323
325
|
- test/models/apidae/selection_object_test.rb
|