apidae 1.4.17 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f95b9e7fa42cf5b6e8726526abf2c8dbaef2d903d81d8b114e38879af1fe0ee
4
- data.tar.gz: fc0423dd7cb323027a25f1320ccb30a934c1b0788ae29f5cf060d28992ce6a1f
3
+ metadata.gz: d4d6f8ef4385f7285914895bf0695918d5b5134859180541f15a0ca7fe3deda8
4
+ data.tar.gz: 43c632dcbc991b6cdc7bbe858e71c852a0644455064c410c7b53c18217763d78
5
5
  SHA512:
6
- metadata.gz: 22ab57e4a74563557f764b757ad3914de05ccae6a3ee346e7e47cf9bf0d247280267c965e820a8b8f78e1bc07c625b5b90beabf7c9ad7e91133b004fedb1073b
7
- data.tar.gz: 11211dbdb0423e2b251c45fbee439bade36a9036f1741ebbe56145baf5056fc2d8e1637a81b2a3676d75d40d44e2e01cf9624c0068ff088131d81f7445ab3008
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
@@ -25,10 +25,10 @@ module Apidae
25
25
  ALL_VERSIONS = [STANDARD_VERSION, WINTER_VERSION, SUMMER_VERSION, CHALLENGED_VERSION, BUSINESS_VERSION,
26
26
  GROUPS_VERSION, ACTIVITIES_VERSION]
27
27
 
28
- LOCALIZED_FIELDS = [:title, :short_desc, :long_desc, :pictures, :attachments, :accessibility_desc,
28
+ LOCALIZED_FIELDS = [:title, :short_desc, :long_desc, :pictures, :attachments,
29
29
  :openings_desc, :rates_desc, :includes, :excludes, :extra, :booking_desc]
30
- # Todo : finish implem of localized accessibility fields
31
- ALL_FIELDS = LOCALIZED_FIELDS + [:theme_desc, :private_desc, :capacity, :telephone, :email, :website,
30
+
31
+ ALL_FIELDS = LOCALIZED_FIELDS + [:theme_desc, :private_desc, :accessibility_desc, :capacity, :telephone, :email, :website,
32
32
  :google, :facebook, :twitter, :yelp, :trip_advisor, :fax, :mobile_website, :shorty_url, :instagram,
33
33
  :openings, :openings_extra, :rates, :services, :payment_methods, :categories, :themes,
34
34
  :labels, :chains, :classification, :challenged, :environments, :languages, :products,
@@ -64,6 +64,6 @@ fr:
64
64
  PATRIMOINE_CULTUREL: Patrimoine culturel
65
65
  PATRIMOINE_NATUREL: Patrimoine naturel
66
66
  RESTAURATION: Restauration
67
- SEJOUR_PACKAGE: Séjour et produits packagés
67
+ SEJOUR_PACKAGE: Séjours et produits packagés
68
68
  STRUCTURE: Entité juridique
69
69
  TERRITOIRE: Territoire
@@ -1,3 +1,3 @@
1
1
  module Apidae
2
- VERSION = "1.4.17"
2
+ VERSION = "1.4.19"
3
3
  end
@@ -13852,3 +13852,10 @@ Migrating to MigrateLocalizedApidaeReferences (20190127213602)
13852
13852
  TRANSACTION (0.2ms) BEGIN
13853
13853
  TRANSACTION (0.1ms) ROLLBACK
13854
13854
   (0.3ms) SELECT pg_advisory_unlock(6140174353533887940)
13855
+  (2.0ms) SELECT pg_try_advisory_lock(6140174353533887940)
13856
+ ActiveRecord::SchemaMigration Load (1.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
13857
+ ActiveRecord::InternalMetadata Load (2.6ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]]
13858
+ Migrating to MigrateLocalizedApidaeReferences (20190127213602)
13859
+ TRANSACTION (0.6ms) BEGIN
13860
+ TRANSACTION (0.6ms) ROLLBACK
13861
+  (0.4ms) SELECT pg_advisory_unlock(6140174353533887940)
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.17
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-06-14 00:00:00.000000000 Z
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.3.26
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/apidae_test.rb
298
- - test/controllers/apidae/api_controller_test.rb
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/config/application.rb
327
- - test/dummy/config/boot.rb
328
- - test/dummy/config/database.yml
329
- - test/dummy/config/environment.rb
330
- - test/dummy/config/environments/development.rb
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/initializers/apidae.rb
334
- - test/dummy/config/initializers/assets.rb
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/locales/en.yml
344
- - test/dummy/config/routes.rb
345
- - test/dummy/config/secrets.yml
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/db/schema.rb
348
- - test/dummy/log/development.log
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/favicon.ico
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/fixtures/apidae/exports.yml
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