apidae 0.9.35 → 0.9.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/obj.rb +4 -4
- data/lib/apidae/version.rb +1 -1
- data/test/dummy/log/development.log +9483 -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: 0.9.
|
|
4
|
+
version: 0.9.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-17 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/public/422.html
|
|
237
237
|
- test/dummy/public/500.html
|
|
238
238
|
- test/dummy/public/favicon.ico
|
|
239
|
+
- test/dummy/tmp/local_secret.txt
|
|
239
240
|
- test/fixtures/apidae/exports.yml
|
|
240
241
|
- test/fixtures/apidae/objects.yml
|
|
241
242
|
- test/fixtures/apidae/references.yml
|
|
@@ -255,7 +256,7 @@ homepage: http://dev.apidae-tourisme.com/
|
|
|
255
256
|
licenses:
|
|
256
257
|
- MIT
|
|
257
258
|
metadata: {}
|
|
258
|
-
post_install_message:
|
|
259
|
+
post_install_message:
|
|
259
260
|
rdoc_options: []
|
|
260
261
|
require_paths:
|
|
261
262
|
- lib
|
|
@@ -271,7 +272,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
271
272
|
version: '0'
|
|
272
273
|
requirements: []
|
|
273
274
|
rubygems_version: 3.1.6
|
|
274
|
-
signing_key:
|
|
275
|
+
signing_key:
|
|
275
276
|
specification_version: 4
|
|
276
277
|
summary: A Ruby on Rails engine for projects that involve Apidae data
|
|
277
278
|
test_files:
|
|
@@ -313,6 +314,7 @@ test_files:
|
|
|
313
314
|
- test/dummy/db/schema.rb
|
|
314
315
|
- test/dummy/log/test.log
|
|
315
316
|
- test/dummy/log/development.log
|
|
317
|
+
- test/dummy/tmp/local_secret.txt
|
|
316
318
|
- test/dummy/README.rdoc
|
|
317
319
|
- test/integration/navigation_test.rb
|
|
318
320
|
- test/models/apidae/selection_object_test.rb
|