edgarj 4.06.05 → 4.06.07

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/edgarj/version.rb +1 -1
  3. metadata +76 -70
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e2b4a25bc7fec12ca9810d9d828e941f84f61961ea596ef1dcc1f8491c99a23
4
- data.tar.gz: 0d50818595fc1b58ad00c3b8a90b6317ae0b6867d3e83b719e0c4c81f2be8e0e
3
+ metadata.gz: 89af6f3fa1a69afd9923df642c2a632143d71e4a55b7a906a69a6594b2403486
4
+ data.tar.gz: b69638c270f49cb12698131426cd425db7fc17f4d41f66fe58cd97b434ed9949
5
5
  SHA512:
6
- metadata.gz: 3cfc7575de7a5b9d44b96135f39435f74857e12a362fcbbe7e13237355c131e50f5300ab1384975a2d2f4447b1e73ba907562588e36875765957ab43c3bd8e34
7
- data.tar.gz: e830712769b62337b0751b1ad1c6d9808a37ce40b27713a8dad7f39fa72d0003582a796edc3e226a82f2d0d1be35051ec4d91bfbeab6bd86213eee227e0a6d54
6
+ metadata.gz: e31a1d25e649ba50907f8d01b83644bec0d49b49fe4160aa347acd0e399baec61376dc305050b88142b69b235c2e22bce94c53722f5be0072141a5d3304f2e57
7
+ data.tar.gz: 400a75d325a8f989fef4d56afcb1f2d4593157079fdb9bef4ca000a09603a24e96f265f6a3fca74a8a81ed708e9d726c45bdb5dafa7ff0733e075a1283d66e77
@@ -1,3 +1,3 @@
1
1
  module Edgarj
2
- VERSION = '4.06.05'
2
+ VERSION = '4.06.06'
3
3
  end
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.05
4
+ version: 4.06.07
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fuminori Ido
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-10 00:00:00.000000000 Z
11
+ date: 2022-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -82,16 +82,22 @@ dependencies:
82
82
  name: kaminari
83
83
  requirement: !ruby/object:Gem::Requirement
84
84
  requirements:
85
- - - "~>"
85
+ - - ">="
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0.15'
88
+ - - "<"
89
+ - !ruby/object:Gem::Version
90
+ version: '2.0'
88
91
  type: :runtime
89
92
  prerelease: false
90
93
  version_requirements: !ruby/object:Gem::Requirement
91
94
  requirements:
92
- - - "~>"
95
+ - - ">="
93
96
  - !ruby/object:Gem::Version
94
97
  version: '0.15'
98
+ - - "<"
99
+ - !ruby/object:Gem::Version
100
+ version: '2.0'
95
101
  - !ruby/object:Gem::Dependency
96
102
  name: remotipart
97
103
  requirement: !ruby/object:Gem::Requirement
@@ -372,95 +378,95 @@ required_rubygems_version: !ruby/object:Gem::Requirement
372
378
  - !ruby/object:Gem::Version
373
379
  version: '0'
374
380
  requirements: []
375
- rubygems_version: 3.1.4
381
+ rubygems_version: 3.3.11
376
382
  signing_key:
377
383
  specification_version: 4
378
384
  summary: Scaffold with Ajax, search, sort, 'belongs_to' popup, and more.
379
385
  test_files:
380
- - test/controllers/edgarj/edgarj_controller_test.rb
386
+ - test/models/helpers/edgarj/model_permissions_helper_test.rb
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
381
395
  - test/controllers/edgarj/model_permissions_controller_test.rb
382
396
  - test/controllers/edgarj/user_group_users_controller_test.rb
397
+ - test/controllers/edgarj/edgarj_controller_test.rb
398
+ - test/support/edgarj/controller_supporter.rb
383
399
  - test/dummy/README.rdoc
384
- - test/dummy/Rakefile
385
- - test/dummy/app/assets/javascripts/application.js
386
- - test/dummy/app/assets/javascripts/authors.js
387
- - test/dummy/app/assets/stylesheets/application.css
388
- - test/dummy/app/assets/stylesheets/authors.css
389
- - test/dummy/app/assets/stylesheets/scaffold.css
390
- - test/dummy/app/controllers/application_controller.rb
391
- - test/dummy/app/controllers/authors_controller.rb
392
- - test/dummy/app/controllers/authors_popup_controller.rb
393
- - test/dummy/app/controllers/books_controller.rb
394
- - test/dummy/app/controllers/dummy_auth_mixin.rb
395
- - test/dummy/app/decorators/models/edgarj/user_group_decorator.rb
396
- - test/dummy/app/helpers/application_helper.rb
397
- - test/dummy/app/helpers/authors_helper.rb
398
- - test/dummy/app/helpers/authors_popup_helper.rb
399
- - test/dummy/app/helpers/books_helper.rb
400
- - test/dummy/app/models/author.rb
401
- - test/dummy/app/models/book.rb
402
- - test/dummy/app/models/user.rb
403
- - test/dummy/app/views/layouts/application.html.erb
404
- - test/dummy/app/views/layouts/login.html.erb
405
- - test/dummy/bin/bundle
406
400
  - test/dummy/bin/rails
401
+ - test/dummy/bin/bundle
407
402
  - test/dummy/bin/rake
408
- - test/dummy/config.ru
409
- - test/dummy/config/application.rb
410
- - test/dummy/config/boot.rb
411
- - test/dummy/config/database.yml
412
- - test/dummy/config/edgarj/menu_config.rb
413
- - test/dummy/config/environment.rb
414
- - test/dummy/config/environments/development.rb
415
- - test/dummy/config/environments/production.rb
416
- - test/dummy/config/environments/test.rb
417
- - test/dummy/config/initializers/backtrace_silencers.rb
418
- - test/dummy/config/initializers/config.rb
419
- - test/dummy/config/initializers/filter_parameter_logging.rb
420
- - test/dummy/config/initializers/inflections.rb
403
+ - test/dummy/test/models/author_test.rb
404
+ - test/dummy/test/models/rails_config_test.rb
405
+ - test/dummy/test/models/book_test.rb
406
+ - test/dummy/test/helpers/authors_helper_test.rb
407
+ - test/dummy/test/controllers/authors_controller_test.rb
408
+ - test/dummy/test/controllers/books_controller_test.rb
409
+ - test/dummy/test/controllers/authors_popup_controller_test.rb
410
+ - test/dummy/Rakefile
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
421
417
  - test/dummy/config/initializers/mime_types.rb
422
418
  - test/dummy/config/initializers/secret_token.rb
423
- - test/dummy/config/initializers/session_store.rb
424
419
  - 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
425
  - test/dummy/config/locales/en.yml
426
426
  - 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
427
432
  - test/dummy/config/routes.rb
428
433
  - test/dummy/config/settings.yml
429
434
  - test/dummy/config/settings/development.yml
430
435
  - test/dummy/config/settings/production.yml
431
436
  - test/dummy/config/settings/test.yml
432
- - test/dummy/db/migrate/20131107120635_create_authors.rb
433
- - test/dummy/db/migrate/20131218011851_create_books.rb
434
- - test/dummy/db/migrate/20140201000000_add_user_group_id_to_authors.rb
435
- - test/dummy/db/migrate/20140807065420_create_users.rb
436
- - test/dummy/db/schema.rb
437
- - test/dummy/public/404.html
437
+ - test/dummy/config/application.rb
438
+ - test/dummy/config/database.yml
439
+ - test/dummy/app/models/user.rb
440
+ - test/dummy/app/models/book.rb
441
+ - test/dummy/app/models/author.rb
442
+ - test/dummy/app/helpers/authors_popup_helper.rb
443
+ - test/dummy/app/helpers/authors_helper.rb
444
+ - test/dummy/app/helpers/application_helper.rb
445
+ - test/dummy/app/helpers/books_helper.rb
446
+ - test/dummy/app/decorators/models/edgarj/user_group_decorator.rb
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
438
459
  - test/dummy/public/422.html
460
+ - test/dummy/public/404.html
439
461
  - test/dummy/public/500.html
440
462
  - test/dummy/public/favicon.ico
441
- - test/dummy/test/controllers/authors_controller_test.rb
442
- - test/dummy/test/controllers/authors_popup_controller_test.rb
443
- - test/dummy/test/controllers/books_controller_test.rb
444
- - test/dummy/test/helpers/authors_helper_test.rb
445
- - test/dummy/test/models/author_test.rb
446
- - test/dummy/test/models/book_test.rb
447
- - test/dummy/test/models/rails_config_test.rb
448
- - test/edgarj_test.rb
463
+ - test/dummy/config.ru
464
+ - test/test_helper.rb
449
465
  - test/fixtures/authors.yml
450
- - test/fixtures/books.yml
466
+ - test/fixtures/users.yml
451
467
  - test/fixtures/edgarj/model_permissions.yml
452
- - test/fixtures/edgarj/page_infos.yml
453
468
  - test/fixtures/edgarj/sssns.yml
454
- - test/fixtures/edgarj/user_group_users.yml
469
+ - test/fixtures/edgarj/page_infos.yml
455
470
  - test/fixtures/edgarj/user_groups.yml
456
- - test/fixtures/users.yml
457
- - test/integration/navigation_test.rb
458
- - test/models/edgarj/model_permission_test.rb
459
- - test/models/edgarj/page_info_test.rb
460
- - test/models/edgarj/sssn_test.rb
461
- - test/models/edgarj/user_group_test.rb
462
- - test/models/edgarj/user_group_user_test.rb
463
- - test/models/helpers/edgarj/model_permissions_helper_test.rb
464
- - test/models/helpers/edgarj/user_group_users_helper_test.rb
465
- - test/support/edgarj/controller_supporter.rb
466
- - test/test_helper.rb
471
+ - test/fixtures/edgarj/user_group_users.yml
472
+ - test/fixtures/books.yml