apidae 0.9.32 → 0.10.0
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 +5 -5
- data/app/models/apidae/file_import.rb +6 -16
- data/app/models/apidae/obj.rb +9 -5
- data/app/models/apidae/project.rb +0 -6
- data/app/models/apidae/selection.rb +4 -19
- data/config/initializers/constants.rb +1 -2
- data/config/locales/apidae.fr.yml +0 -1
- data/lib/apidae/version.rb +1 -1
- data/test/dummy/log/development.log +0 -334
- data/test/models/apidae/file_import_test.rb +0 -23
- metadata +3 -7
- data/test/data/shared_selections.json +0 -15
- data/test/dummy/log/test.log +0 -9460
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.
|
4
|
+
version: 0.10.0
|
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:
|
11
|
+
date: 2020-05-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -194,7 +194,6 @@ files:
|
|
194
194
|
- test/data/hot_fr_en.json
|
195
195
|
- test/data/json_export.zip
|
196
196
|
- test/data/selections.json
|
197
|
-
- test/data/shared_selections.json
|
198
197
|
- test/data/structure.json
|
199
198
|
- test/data/update_selections.json
|
200
199
|
- test/dummy/README.rdoc
|
@@ -231,7 +230,6 @@ files:
|
|
231
230
|
- test/dummy/config/secrets.yml
|
232
231
|
- test/dummy/db/schema.rb
|
233
232
|
- test/dummy/log/development.log
|
234
|
-
- test/dummy/log/test.log
|
235
233
|
- test/dummy/public/404.html
|
236
234
|
- test/dummy/public/422.html
|
237
235
|
- test/dummy/public/500.html
|
@@ -271,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
271
269
|
version: '0'
|
272
270
|
requirements: []
|
273
271
|
rubyforge_project:
|
274
|
-
rubygems_version: 2.
|
272
|
+
rubygems_version: 2.6.13
|
275
273
|
signing_key:
|
276
274
|
specification_version: 4
|
277
275
|
summary: A Ruby on Rails engine for projects that involve Apidae data
|
@@ -312,7 +310,6 @@ test_files:
|
|
312
310
|
- test/dummy/public/500.html
|
313
311
|
- test/dummy/public/404.html
|
314
312
|
- test/dummy/db/schema.rb
|
315
|
-
- test/dummy/log/test.log
|
316
313
|
- test/dummy/log/development.log
|
317
314
|
- test/dummy/README.rdoc
|
318
315
|
- test/integration/navigation_test.rb
|
@@ -337,7 +334,6 @@ test_files:
|
|
337
334
|
- test/controllers/apidae/dashboard_controller_test.rb
|
338
335
|
- test/controllers/apidae/references_controller_test.rb
|
339
336
|
- test/controllers/apidae/import_controller_test.rb
|
340
|
-
- test/data/shared_selections.json
|
341
337
|
- test/data/equ_groups.json
|
342
338
|
- test/data/update_selections.json
|
343
339
|
- test/data/json_export.zip
|