edgarj 4.06.07 → 4.06.09
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/edgarj/version.rb +1 -1
- metadata +79 -79
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ecf7542bf96fd9bd6303af4432e571db94ccd92fe1424cbd3ff8fa5e7ce3f05
|
4
|
+
data.tar.gz: 6400727335190648b3cf59f3a023e44e5e3d8dbd867e70472165c2bfb408af33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20b360a507bf1cd7b2ea313db855ce878a991a6920258553b2bece8c05f7b2ef9310209a670ce03bf22509a36e68dbe9702236a80d06e1314641e17288a55e52
|
7
|
+
data.tar.gz: c5e5106c13070d36653cc14d04340eb41b15a5fa16820231b41c58390e0ad1fc5b6c5208dd6ef983e314eb8d171016b969a513bf1c2528ea9b8455e3c4038dde
|
data/lib/edgarj/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: edgarj
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.06.
|
4
|
+
version: 4.06.09
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fuminori Ido
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -48,36 +48,36 @@ dependencies:
|
|
48
48
|
name: jquery-ui-rails
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
|
-
- - "~>"
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: '5.0'
|
54
51
|
- - ">="
|
55
52
|
- !ruby/object:Gem::Version
|
56
|
-
version: 5
|
53
|
+
version: '5'
|
54
|
+
- - "<"
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: '7'
|
57
57
|
type: :runtime
|
58
58
|
prerelease: false
|
59
59
|
version_requirements: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
|
-
- - "~>"
|
62
|
-
- !ruby/object:Gem::Version
|
63
|
-
version: '5.0'
|
64
61
|
- - ">="
|
65
62
|
- !ruby/object:Gem::Version
|
66
|
-
version: 5
|
63
|
+
version: '5'
|
64
|
+
- - "<"
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: '7'
|
67
67
|
- !ruby/object:Gem::Dependency
|
68
68
|
name: config
|
69
69
|
requirement: !ruby/object:Gem::Requirement
|
70
70
|
requirements:
|
71
71
|
- - "~>"
|
72
72
|
- !ruby/object:Gem::Version
|
73
|
-
version: 1.0
|
73
|
+
version: '1.0'
|
74
74
|
type: :runtime
|
75
75
|
prerelease: false
|
76
76
|
version_requirements: !ruby/object:Gem::Requirement
|
77
77
|
requirements:
|
78
78
|
- - "~>"
|
79
79
|
- !ruby/object:Gem::Version
|
80
|
-
version: 1.0
|
80
|
+
version: '1.0'
|
81
81
|
- !ruby/object:Gem::Dependency
|
82
82
|
name: kaminari
|
83
83
|
requirement: !ruby/object:Gem::Requirement
|
@@ -371,102 +371,102 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
371
371
|
requirements:
|
372
372
|
- - ">="
|
373
373
|
- !ruby/object:Gem::Version
|
374
|
-
version:
|
374
|
+
version: 2.5.0
|
375
375
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
376
376
|
requirements:
|
377
377
|
- - ">="
|
378
378
|
- !ruby/object:Gem::Version
|
379
379
|
version: '0'
|
380
380
|
requirements: []
|
381
|
-
rubygems_version: 3.3.
|
381
|
+
rubygems_version: 3.3.26
|
382
382
|
signing_key:
|
383
383
|
specification_version: 4
|
384
384
|
summary: Scaffold with Ajax, search, sort, 'belongs_to' popup, and more.
|
385
385
|
test_files:
|
386
|
-
- test/
|
387
|
-
- test/models/helpers/edgarj/user_group_users_helper_test.rb
|
388
|
-
- test/models/edgarj/user_group_test.rb
|
389
|
-
- test/models/edgarj/user_group_user_test.rb
|
390
|
-
- test/models/edgarj/model_permission_test.rb
|
391
|
-
- test/models/edgarj/page_info_test.rb
|
392
|
-
- test/models/edgarj/sssn_test.rb
|
393
|
-
- test/edgarj_test.rb
|
394
|
-
- test/integration/navigation_test.rb
|
386
|
+
- test/controllers/edgarj/edgarj_controller_test.rb
|
395
387
|
- test/controllers/edgarj/model_permissions_controller_test.rb
|
396
388
|
- test/controllers/edgarj/user_group_users_controller_test.rb
|
397
|
-
- test/
|
398
|
-
- test/
|
399
|
-
- test/dummy/
|
400
|
-
- test/dummy/
|
389
|
+
- test/dummy/app/assets/javascripts/application.js
|
390
|
+
- test/dummy/app/assets/javascripts/authors.js
|
391
|
+
- test/dummy/app/assets/stylesheets/application.css
|
392
|
+
- test/dummy/app/assets/stylesheets/authors.css
|
393
|
+
- test/dummy/app/assets/stylesheets/scaffold.css
|
394
|
+
- test/dummy/app/controllers/application_controller.rb
|
395
|
+
- test/dummy/app/controllers/authors_controller.rb
|
396
|
+
- test/dummy/app/controllers/authors_popup_controller.rb
|
397
|
+
- test/dummy/app/controllers/books_controller.rb
|
398
|
+
- test/dummy/app/controllers/dummy_auth_mixin.rb
|
399
|
+
- test/dummy/app/decorators/models/edgarj/user_group_decorator.rb
|
400
|
+
- test/dummy/app/helpers/application_helper.rb
|
401
|
+
- test/dummy/app/helpers/authors_helper.rb
|
402
|
+
- test/dummy/app/helpers/authors_popup_helper.rb
|
403
|
+
- test/dummy/app/helpers/books_helper.rb
|
404
|
+
- test/dummy/app/models/author.rb
|
405
|
+
- test/dummy/app/models/book.rb
|
406
|
+
- test/dummy/app/models/user.rb
|
407
|
+
- test/dummy/app/views/layouts/application.html.erb
|
408
|
+
- test/dummy/app/views/layouts/login.html.erb
|
401
409
|
- test/dummy/bin/bundle
|
410
|
+
- test/dummy/bin/rails
|
402
411
|
- test/dummy/bin/rake
|
403
|
-
- test/dummy/
|
404
|
-
- test/dummy/
|
405
|
-
- test/dummy/
|
406
|
-
- test/dummy/
|
407
|
-
- test/dummy/
|
408
|
-
- test/dummy/
|
409
|
-
- test/dummy/
|
410
|
-
- test/dummy/
|
411
|
-
- test/dummy/db/migrate/20131218011851_create_books.rb
|
412
|
-
- test/dummy/db/migrate/20140201000000_add_user_group_id_to_authors.rb
|
413
|
-
- test/dummy/db/migrate/20140807065420_create_users.rb
|
414
|
-
- test/dummy/db/migrate/20131107120635_create_authors.rb
|
415
|
-
- test/dummy/db/schema.rb
|
416
|
-
- test/dummy/config/initializers/session_store.rb
|
412
|
+
- test/dummy/config/edgarj/menu_config.rb
|
413
|
+
- test/dummy/config/environments/development.rb
|
414
|
+
- test/dummy/config/environments/production.rb
|
415
|
+
- test/dummy/config/environments/test.rb
|
416
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
417
|
+
- test/dummy/config/initializers/config.rb
|
418
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
419
|
+
- test/dummy/config/initializers/inflections.rb
|
417
420
|
- test/dummy/config/initializers/mime_types.rb
|
418
421
|
- test/dummy/config/initializers/secret_token.rb
|
422
|
+
- test/dummy/config/initializers/session_store.rb
|
419
423
|
- test/dummy/config/initializers/wrap_parameters.rb
|
420
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
421
|
-
- test/dummy/config/initializers/inflections.rb
|
422
|
-
- test/dummy/config/initializers/config.rb
|
423
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
424
|
-
- test/dummy/config/environment.rb
|
425
424
|
- test/dummy/config/locales/en.yml
|
426
425
|
- test/dummy/config/locales/ja.yml
|
427
|
-
- test/dummy/config/environments/development.rb
|
428
|
-
- test/dummy/config/environments/test.rb
|
429
|
-
- test/dummy/config/environments/production.rb
|
430
|
-
- test/dummy/config/boot.rb
|
431
|
-
- test/dummy/config/edgarj/menu_config.rb
|
432
|
-
- test/dummy/config/routes.rb
|
433
|
-
- test/dummy/config/settings.yml
|
434
426
|
- test/dummy/config/settings/development.yml
|
435
427
|
- test/dummy/config/settings/production.yml
|
436
428
|
- test/dummy/config/settings/test.yml
|
437
429
|
- test/dummy/config/application.rb
|
430
|
+
- test/dummy/config/boot.rb
|
438
431
|
- test/dummy/config/database.yml
|
439
|
-
- test/dummy/
|
440
|
-
- test/dummy/
|
441
|
-
- test/dummy/
|
442
|
-
- test/dummy/
|
443
|
-
- test/dummy/
|
444
|
-
- test/dummy/
|
445
|
-
- test/dummy/
|
446
|
-
- test/dummy/
|
447
|
-
- test/dummy/app/controllers/authors_popup_controller.rb
|
448
|
-
- test/dummy/app/controllers/books_controller.rb
|
449
|
-
- test/dummy/app/controllers/application_controller.rb
|
450
|
-
- test/dummy/app/controllers/dummy_auth_mixin.rb
|
451
|
-
- test/dummy/app/controllers/authors_controller.rb
|
452
|
-
- test/dummy/app/assets/javascripts/application.js
|
453
|
-
- test/dummy/app/assets/javascripts/authors.js
|
454
|
-
- test/dummy/app/assets/stylesheets/scaffold.css
|
455
|
-
- test/dummy/app/assets/stylesheets/application.css
|
456
|
-
- test/dummy/app/assets/stylesheets/authors.css
|
457
|
-
- test/dummy/app/views/layouts/login.html.erb
|
458
|
-
- test/dummy/app/views/layouts/application.html.erb
|
459
|
-
- test/dummy/public/422.html
|
432
|
+
- test/dummy/config/environment.rb
|
433
|
+
- test/dummy/config/routes.rb
|
434
|
+
- test/dummy/config/settings.yml
|
435
|
+
- test/dummy/db/migrate/20131107120635_create_authors.rb
|
436
|
+
- test/dummy/db/migrate/20131218011851_create_books.rb
|
437
|
+
- test/dummy/db/migrate/20140201000000_add_user_group_id_to_authors.rb
|
438
|
+
- test/dummy/db/migrate/20140807065420_create_users.rb
|
439
|
+
- test/dummy/db/schema.rb
|
460
440
|
- test/dummy/public/404.html
|
441
|
+
- test/dummy/public/422.html
|
461
442
|
- test/dummy/public/500.html
|
462
443
|
- test/dummy/public/favicon.ico
|
444
|
+
- test/dummy/test/controllers/authors_controller_test.rb
|
445
|
+
- test/dummy/test/controllers/authors_popup_controller_test.rb
|
446
|
+
- test/dummy/test/controllers/books_controller_test.rb
|
447
|
+
- test/dummy/test/helpers/authors_helper_test.rb
|
448
|
+
- test/dummy/test/models/author_test.rb
|
449
|
+
- test/dummy/test/models/book_test.rb
|
450
|
+
- test/dummy/test/models/rails_config_test.rb
|
451
|
+
- test/dummy/README.rdoc
|
452
|
+
- test/dummy/Rakefile
|
463
453
|
- test/dummy/config.ru
|
464
|
-
- test/test_helper.rb
|
465
|
-
- test/fixtures/authors.yml
|
466
|
-
- test/fixtures/users.yml
|
467
454
|
- test/fixtures/edgarj/model_permissions.yml
|
468
|
-
- test/fixtures/edgarj/sssns.yml
|
469
455
|
- test/fixtures/edgarj/page_infos.yml
|
470
|
-
- test/fixtures/edgarj/
|
456
|
+
- test/fixtures/edgarj/sssns.yml
|
471
457
|
- test/fixtures/edgarj/user_group_users.yml
|
458
|
+
- test/fixtures/edgarj/user_groups.yml
|
459
|
+
- test/fixtures/authors.yml
|
472
460
|
- test/fixtures/books.yml
|
461
|
+
- test/fixtures/users.yml
|
462
|
+
- test/integration/navigation_test.rb
|
463
|
+
- test/models/edgarj/model_permission_test.rb
|
464
|
+
- test/models/edgarj/page_info_test.rb
|
465
|
+
- test/models/edgarj/sssn_test.rb
|
466
|
+
- test/models/edgarj/user_group_test.rb
|
467
|
+
- test/models/edgarj/user_group_user_test.rb
|
468
|
+
- test/models/helpers/edgarj/model_permissions_helper_test.rb
|
469
|
+
- test/models/helpers/edgarj/user_group_users_helper_test.rb
|
470
|
+
- test/support/edgarj/controller_supporter.rb
|
471
|
+
- test/edgarj_test.rb
|
472
|
+
- test/test_helper.rb
|