apidae 1.4.18 → 1.4.19
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 -0
- data/lib/apidae/version.rb +1 -1
- data/test/dummy/log/development.log +7 -0
- metadata +55 -55
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4d6f8ef4385f7285914895bf0695918d5b5134859180541f15a0ca7fe3deda8
|
|
4
|
+
data.tar.gz: 43c632dcbc991b6cdc7bbe858e71c852a0644455064c410c7b53c18217763d78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 984f89b6adba76b57735980069fec2b3f7c04e2a79101fc719395f3de940b0fac179fa248a9d4db7ab86970f2ac4ee7e7842a59dd643d881ca23c878e068feb8
|
|
7
|
+
data.tar.gz: 63b6141af2b811e725d8b84155988f7d48407a221c998c8863bbf449f1a8fd37194377002c4a7c3e0fc63a088d1854d5bc083afca09d886114cc2c3584fc2e61
|
|
@@ -141,6 +141,7 @@ module Apidae
|
|
|
141
141
|
description: localized_value(pic, :legende, locale),
|
|
142
142
|
credits: localized_value(pic, :copyright, locale),
|
|
143
143
|
expiration_date: pic[:dateLimiteDePublication] || '',
|
|
144
|
+
remote_file_name: pic_file[:fileName] || '',
|
|
144
145
|
properties: {size: pic_file[:taille], width: pic_file[:largeur], height: pic_file[:hauteur]}
|
|
145
146
|
}
|
|
146
147
|
end
|
data/lib/apidae/version.rb
CHANGED
|
@@ -13852,3 +13852,10 @@ Migrating to MigrateLocalizedApidaeReferences (20190127213602)
|
|
|
13852
13852
|
[1m[36mTRANSACTION (0.2ms)[0m [1m[35mBEGIN[0m
|
|
13853
13853
|
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mROLLBACK[0m
|
|
13854
13854
|
[1m[35m (0.3ms)[0m [1m[34mSELECT pg_advisory_unlock(6140174353533887940)[0m
|
|
13855
|
+
[1m[35m (2.0ms)[0m [1m[34mSELECT pg_try_advisory_lock(6140174353533887940)[0m
|
|
13856
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
13857
|
+
[1m[36mActiveRecord::InternalMetadata Load (2.6ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
|
13858
|
+
Migrating to MigrateLocalizedApidaeReferences (20190127213602)
|
|
13859
|
+
[1m[36mTRANSACTION (0.6ms)[0m [1m[35mBEGIN[0m
|
|
13860
|
+
[1m[36mTRANSACTION (0.6ms)[0m [1m[31mROLLBACK[0m
|
|
13861
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT pg_advisory_unlock(6140174353533887940)[0m
|
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.4.
|
|
4
|
+
version: 1.4.19
|
|
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: 2025-
|
|
11
|
+
date: 2025-12-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -289,81 +289,81 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
289
289
|
- !ruby/object:Gem::Version
|
|
290
290
|
version: '0'
|
|
291
291
|
requirements: []
|
|
292
|
-
rubygems_version: 3.
|
|
292
|
+
rubygems_version: 3.1.6
|
|
293
293
|
signing_key:
|
|
294
294
|
specification_version: 4
|
|
295
295
|
summary: A Ruby on Rails engine for projects that involve Apidae data
|
|
296
296
|
test_files:
|
|
297
|
-
- test/
|
|
298
|
-
- test/
|
|
299
|
-
- test/controllers/apidae/dashboard_controller_test.rb
|
|
300
|
-
- test/controllers/apidae/import_controller_test.rb
|
|
301
|
-
- test/controllers/apidae/objects_controller_test.rb
|
|
302
|
-
- test/controllers/apidae/references_controller_test.rb
|
|
303
|
-
- test/controllers/apidae/selections_controller_test.rb
|
|
304
|
-
- test/data/cos_winter.json
|
|
305
|
-
- test/data/delete_selections.json
|
|
306
|
-
- test/data/deletion.json
|
|
307
|
-
- test/data/equ_groups.json
|
|
308
|
-
- test/data/hot_fr_en.json
|
|
309
|
-
- test/data/json_export.zip
|
|
310
|
-
- test/data/selections.json
|
|
311
|
-
- test/data/shared_selections.json
|
|
312
|
-
- test/data/structure.json
|
|
313
|
-
- test/data/update_selections.json
|
|
314
|
-
- test/dummy/README.rdoc
|
|
315
|
-
- test/dummy/Rakefile
|
|
297
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
298
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
316
299
|
- test/dummy/app/assets/config/manifest.js
|
|
317
300
|
- test/dummy/app/assets/javascripts/application.js
|
|
318
301
|
- test/dummy/app/assets/stylesheets/application.css
|
|
319
|
-
- test/dummy/app/controllers/application_controller.rb
|
|
320
302
|
- test/dummy/app/helpers/application_helper.rb
|
|
321
|
-
- test/dummy/app/views/layouts/application.html.erb
|
|
322
|
-
- test/dummy/bin/bundle
|
|
323
|
-
- test/dummy/bin/rails
|
|
324
303
|
- test/dummy/bin/rake
|
|
325
304
|
- test/dummy/bin/setup
|
|
326
|
-
- test/dummy/
|
|
327
|
-
- test/dummy/
|
|
328
|
-
- test/dummy/config/
|
|
329
|
-
- test/dummy/config/
|
|
330
|
-
- test/dummy/config/
|
|
305
|
+
- test/dummy/bin/bundle
|
|
306
|
+
- test/dummy/bin/rails
|
|
307
|
+
- test/dummy/config/secrets.yml
|
|
308
|
+
- test/dummy/config/routes.rb
|
|
309
|
+
- test/dummy/config/locales/en.yml
|
|
331
310
|
- test/dummy/config/environments/production.rb
|
|
311
|
+
- test/dummy/config/environments/development.rb
|
|
332
312
|
- test/dummy/config/environments/test.rb
|
|
333
|
-
- test/dummy/config/
|
|
334
|
-
- test/dummy/config/
|
|
313
|
+
- test/dummy/config/environment.rb
|
|
314
|
+
- test/dummy/config/application.rb
|
|
315
|
+
- test/dummy/config/database.yml
|
|
316
|
+
- test/dummy/config/boot.rb
|
|
335
317
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
336
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
|
337
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
338
|
-
- test/dummy/config/initializers/inflections.rb
|
|
339
318
|
- test/dummy/config/initializers/mime_types.rb
|
|
319
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
340
320
|
- test/dummy/config/initializers/session_store.rb
|
|
341
|
-
- test/dummy/config/initializers/to_time_preserves_timezone.rb
|
|
342
321
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
343
|
-
- test/dummy/config/
|
|
344
|
-
- test/dummy/config/
|
|
345
|
-
- test/dummy/config/
|
|
322
|
+
- test/dummy/config/initializers/assets.rb
|
|
323
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
|
324
|
+
- test/dummy/config/initializers/to_time_preserves_timezone.rb
|
|
325
|
+
- test/dummy/config/initializers/apidae.rb
|
|
326
|
+
- test/dummy/config/initializers/inflections.rb
|
|
346
327
|
- test/dummy/config.ru
|
|
347
|
-
- test/dummy/
|
|
348
|
-
- test/dummy/
|
|
349
|
-
- test/dummy/log/test.log
|
|
350
|
-
- test/dummy/public/404.html
|
|
328
|
+
- test/dummy/Rakefile
|
|
329
|
+
- test/dummy/public/favicon.ico
|
|
351
330
|
- test/dummy/public/422.html
|
|
352
331
|
- test/dummy/public/500.html
|
|
353
|
-
- test/dummy/public/
|
|
332
|
+
- test/dummy/public/404.html
|
|
333
|
+
- test/dummy/db/schema.rb
|
|
334
|
+
- test/dummy/log/test.log
|
|
335
|
+
- test/dummy/log/development.log
|
|
354
336
|
- test/dummy/tmp/local_secret.txt
|
|
355
|
-
- test/
|
|
356
|
-
- test/fixtures/apidae/objects.yml
|
|
357
|
-
- test/fixtures/apidae/references.yml
|
|
358
|
-
- test/fixtures/apidae/selection_objects.yml
|
|
359
|
-
- test/fixtures/apidae/selections.yml
|
|
360
|
-
- test/fixtures/apidae/towns.yml
|
|
337
|
+
- test/dummy/README.rdoc
|
|
361
338
|
- test/integration/navigation_test.rb
|
|
362
|
-
- test/models/apidae/export_test.rb
|
|
363
|
-
- test/models/apidae/file_import_test.rb
|
|
364
|
-
- test/models/apidae/obj_test.rb
|
|
365
|
-
- test/models/apidae/reference_test.rb
|
|
366
339
|
- test/models/apidae/selection_object_test.rb
|
|
367
340
|
- test/models/apidae/selection_test.rb
|
|
341
|
+
- test/models/apidae/file_import_test.rb
|
|
342
|
+
- test/models/apidae/export_test.rb
|
|
343
|
+
- test/models/apidae/reference_test.rb
|
|
368
344
|
- test/models/apidae/town_test.rb
|
|
345
|
+
- test/models/apidae/obj_test.rb
|
|
346
|
+
- test/fixtures/apidae/selection_objects.yml
|
|
347
|
+
- test/fixtures/apidae/towns.yml
|
|
348
|
+
- test/fixtures/apidae/references.yml
|
|
349
|
+
- test/fixtures/apidae/objects.yml
|
|
350
|
+
- test/fixtures/apidae/selections.yml
|
|
351
|
+
- test/fixtures/apidae/exports.yml
|
|
369
352
|
- test/test_helper.rb
|
|
353
|
+
- test/apidae_test.rb
|
|
354
|
+
- test/controllers/apidae/selections_controller_test.rb
|
|
355
|
+
- test/controllers/apidae/api_controller_test.rb
|
|
356
|
+
- test/controllers/apidae/objects_controller_test.rb
|
|
357
|
+
- test/controllers/apidae/dashboard_controller_test.rb
|
|
358
|
+
- test/controllers/apidae/references_controller_test.rb
|
|
359
|
+
- test/controllers/apidae/import_controller_test.rb
|
|
360
|
+
- test/data/shared_selections.json
|
|
361
|
+
- test/data/equ_groups.json
|
|
362
|
+
- test/data/update_selections.json
|
|
363
|
+
- test/data/json_export.zip
|
|
364
|
+
- test/data/delete_selections.json
|
|
365
|
+
- test/data/hot_fr_en.json
|
|
366
|
+
- test/data/structure.json
|
|
367
|
+
- test/data/deletion.json
|
|
368
|
+
- test/data/selections.json
|
|
369
|
+
- test/data/cos_winter.json
|