--- !ruby/object:Gem::Specification name: adeia version: !ruby/object:Gem::Version version: 0.15.4 platform: ruby authors: - khcr autorequire: bindir: bin cert_chain: [] date: 2019-02-02 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - !ruby/object:Gem::Dependency name: snaptable requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: bcrypt requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec-rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec-activemodel-mocks requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rails-controller-testing requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: factory_girl_rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: capybara requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: An authorization gem for Rails that allows you to have the complete control of your app. email: - kocher.ke@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - MIT-LICENSE - README.md - Rakefile - app/assets/javascripts/adeia/application.js - app/assets/javascripts/adeia/flash.js - app/assets/javascripts/adeia/nested_form.js - app/assets/stylesheets/adeia/application.css - app/controllers/adeia/application_controller.rb - app/controllers/adeia/group_users_controller.rb - app/controllers/adeia/groups_controller.rb - app/controllers/adeia/permissions_controller.rb - app/controllers/adeia/tokens_controller.rb - app/helpers/adeia/application_helper.rb - app/models/adeia/action.rb - app/models/adeia/action_permission.rb - app/models/adeia/element.rb - app/models/adeia/group.rb - app/models/adeia/group_user.rb - app/models/adeia/permission.rb - app/models/adeia/token.rb - app/tables/group_user_table.rb - app/tables/permission_table.rb - app/tables/token_table.rb - app/views/adeia/application/_back_button.html.erb - app/views/adeia/application/_error_messages.html.erb - app/views/adeia/group_users/_form.html.erb - app/views/adeia/group_users/edit.html.erb - app/views/adeia/group_users/index.html.erb - app/views/adeia/group_users/new.html.erb - app/views/adeia/groups/_form.html.erb - app/views/adeia/groups/edit.html.erb - app/views/adeia/groups/index.html.erb - app/views/adeia/groups/new.html.erb - app/views/adeia/permissions/_form.html.erb - app/views/adeia/permissions/edit.html.erb - app/views/adeia/permissions/index.html.erb - app/views/adeia/permissions/new.html.erb - app/views/adeia/tokens/_form.html.erb - app/views/adeia/tokens/edit.html.erb - app/views/adeia/tokens/index.html.erb - app/views/adeia/tokens/new.html.erb - app/views/layouts/adeia/_flash.html.erb - app/views/layouts/adeia/_sidebar.html.erb - app/views/layouts/adeia/application.html.erb - config/initializers/snaptable.rb - config/locales/en.yml - config/locales/fr.yml - config/routes.rb - db/migrate/20151003144041_create_adeia_elements.rb - db/migrate/20151003144208_create_adeia_permissions.rb - db/migrate/20151003144650_create_adeia_groups.rb - db/migrate/20151003144706_create_adeia_group_users.rb - db/migrate/20151003150524_create_adeia_tokens.rb - db/migrate/20151003150747_create_adeia_actions.rb - db/migrate/20151003150806_create_adeia_action_permissions.rb - lib/adeia.rb - lib/adeia/authorization.rb - lib/adeia/controller_methods.rb - lib/adeia/controller_resource.rb - lib/adeia/database.rb - lib/adeia/engine.rb - lib/adeia/exceptions.rb - lib/adeia/guest_user.rb - lib/adeia/helpers/sessions_helper.rb - lib/adeia/helpers/user_helper.rb - lib/adeia/version.rb - lib/tasks/init.rake - spec/README.md - spec/adeia/authorization_spec.rb - spec/adeia/controller_methods_spec.rb - spec/adeia/validations_spec.rb - spec/controllers/adeia/group_users_controller_spec.rb - spec/controllers/adeia/groups_controller_spec.rb - spec/controllers/adeia/permissions_controller_spec.rb - spec/controllers/adeia/tokens_controller_spec.rb - spec/controllers/articles_controller_spec.rb - spec/factories.rb - spec/features/redirect_back_or_spec.rb - spec/models/adeia/permission_spec.rb - spec/rails_helper.rb - spec/spec_helper.rb - spec/support/spec_login_helper.rb - spec/test_app/Rakefile - spec/test_app/app/assets/javascripts/application.js - spec/test_app/app/assets/stylesheets/application.css - spec/test_app/app/assets/stylesheets/scaffold.css - spec/test_app/app/controllers/application_controller.rb - spec/test_app/app/controllers/articles_controller.rb - spec/test_app/app/controllers/comments_controller.rb - spec/test_app/app/controllers/pages_controller.rb - spec/test_app/app/controllers/sessions_controller.rb - spec/test_app/app/helpers/application_helper.rb - spec/test_app/app/models/article.rb - spec/test_app/app/models/user.rb - spec/test_app/app/views/articles/_form.html.erb - spec/test_app/app/views/articles/edit.html.erb - spec/test_app/app/views/articles/index.html.erb - spec/test_app/app/views/articles/new.html.erb - spec/test_app/app/views/articles/show.html.erb - spec/test_app/app/views/comments/new.html.erb - spec/test_app/app/views/layouts/application.html.erb - spec/test_app/app/views/pages/dashboard.html.erb - spec/test_app/app/views/sessions/new.html.erb - spec/test_app/bin/bundle - spec/test_app/bin/rails - spec/test_app/bin/rake - spec/test_app/bin/setup - spec/test_app/config.ru - spec/test_app/config/application.rb - spec/test_app/config/boot.rb - spec/test_app/config/database.yml - spec/test_app/config/environment.rb - spec/test_app/config/environments/development.rb - spec/test_app/config/environments/production.rb - spec/test_app/config/environments/test.rb - spec/test_app/config/initializers/assets.rb - spec/test_app/config/initializers/backtrace_silencers.rb - spec/test_app/config/initializers/cookies_serializer.rb - spec/test_app/config/initializers/filter_parameter_logging.rb - spec/test_app/config/initializers/inflections.rb - spec/test_app/config/initializers/mime_types.rb - spec/test_app/config/initializers/session_store.rb - spec/test_app/config/initializers/wrap_parameters.rb - spec/test_app/config/locales/en.yml - spec/test_app/config/routes.rb - spec/test_app/config/secrets.yml - spec/test_app/db/migrate/20151012185720_create_users.rb - spec/test_app/db/migrate/20151012185726_create_articles.rb - spec/test_app/db/schema.rb - spec/test_app/db/test.sqlite3 - spec/test_app/lib/tasks/init.rake - spec/test_app/log/development.log - spec/test_app/log/test.log - spec/test_app/public/404.html - spec/test_app/public/422.html - spec/test_app/public/500.html - spec/test_app/public/favicon.ico - spec/test_app/tmp/cache/assets/sprockets/v3.0/-j/-jiEgj1PPF5gbWGRpC9tdGLzDuhTXz_L0ZX7kFRpHqQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/1d/1dsLlbjB5CJ_LjchPQ0t6UYPQtDF_GYXY0_6YtQBCRo.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/2_/2_A0MrIPW3lrUjaZNCTLu1Akcwdg3DU2Fd0_jjIGbYE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/2_/2_DZoqQuRc8Hgemwa4Ahd_ho2pjENDlWFO9mQfu-7Pw.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/3Y/3YSjxvWdmWSov1blaf1Lq0IeZD-3IdlgMyRYwEf7ac0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/3q/3qZtnmpf-lo5QGF0qOg1CM40P-R4lxj0Y66Y8GAC5Ek.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/4g/4gN9mtCS6u5uyxqQwD8gxDkemrsi3NOtlBkl6IEDiLI.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/59/59kSBUVt7z6DgFXaZYUmUaF8cUuP5lZBcAoOuKh9DIg.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6M/6MEcnHrtKOiBUTGJPvRbQGl3Lq9pN4gd6gsqCKgiOMY.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6Q/6Qd82FgRmJ78Z9-nqlQYlam1JJW5oeO4KLOj7kPvciY.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6Q/6qiSAxZY4f7mjQfzrZhMb4GYXfxfxLdSau-fg0bCmzU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6U/6UTZRaXZPo7ZR3AsfJU_KT6kHLC1Wg2075yoFFI46Co.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6o/6oswcsvROygIERbhyL3HS7EpehocnqTKl_jx9X7MQf0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ae/AEmzO43gcQOOGWTEo0S8wzb05M-TtHfHDGTqPsPesrU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ae/AeNjpuYa3zj7jw_N5gkV9Ta16MjQ9ICVZOTzGYrXiJM.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ce/CeTW2Tz6RgeG2hf7-uErLmxz3EkjsHTdkzXg3Fi1wsU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/D9/D9jk295WgtI_pkvzdYaa5tQsPhApob8HNiMDU7raOjs.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Dm/DmmfrCpXtt74Hr6NO54lxyOCDv6klnDyBqeDFR7oDU8.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ik/IkGcC8fT-7uKeslpXpqPCgLOWwc_tPww2N8ZAdZ50XI.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/JV/JVKPOUqwQ9tWe3wZjV4EnluyjuedrH3z_UY3bDBBQSo.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Jx/JxXo2tcDFA6K7KBKyAuJOjd1ns70ASGbB5qYjVLoB74.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ku/KuCAV-EBouiYD6PVKX0UYYNIleb-QfMw6IvO2lZg0cw.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/L4/L43TzgSSg3pQOxwOobTjMowj7q--ZykjMJfC_C4LBGU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/MF/MFAob4tuSo0uQ_9aQYDzG7GF7JsDr0eOjZwFNtuozC4.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/O4/O4wB-9WJaZ5Rlgfajst9-gTBl3z0usPhAtBxL4Q-SFE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/O8/O89HryFkZF1Z2_fme3h6dmHWBnHdLhkQtsW2fVdXR1Q.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/OZ/OZ8MDbqLY4wFF0OlFw6p3W-QQqyaQlC2nk31LwWpHSI.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/QN/QN-g5bGJb8kh46dZbz37YzOTNZ0H3aMhLyONb0qu7Jg.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/SO/SO4GzoHMqa0kMKE3-1j6SCRsw2q_HfMPQKKfmP4_5c0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/T6/T6tiRoqyIXaZkytUlKzipOctwGUxubogU7DJHvltMHQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/TN/TN5RIxv3eOsUG2BArbTLmk8g63GelzRnKw3F7L3mIkU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/U1/U1JkbW1lehDbKckBsrWnpT_HP9vQYkVtLd-MeISkrz0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/UQ/UQIPlzD9E0Ji2FSp39qVQVX5OgEkVPhbkmm168gssXQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Wj/WjvqyXVwuGKSXK8PyuL8DD4lP2dRyqa4u_aETcqpAZQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Xt/Xtuc-XUJQKqOwDcQ-eMU37AiffPJAV1zINc6YWyVtkE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Y2/Y2wJoax9YPVNgt2YUK_ere1Gkr15Z0WsisiNwbU6iWQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Y3/Y3-yo3ZjzEmtUWyJwzgkuj6yrQwWo_fa6AXiOdyas8o.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Zd/Zdk49tPeD1nW7jOfvtEA2L7WSdCLRyh21XReCSo1LfA.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/ac/ac72wzy3oH2SnXEDa3_TOFPp8s2EyzZZjnMoqNgGLMg.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/bP/bPzU50v1DfO2a2zm4Rkls5kdnEvLwEnD_J-t7YeP4jk.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/bi/bijrA8D3D5GspLvRbMKDBnaIZhRa-53_D0P6YKtSbI0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/cd/cd1RZoWrCfxrVEsxUElJbVNt72n-93mP_c0eRbPpoms.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/eA/eAtHO180Q_OwrAOAUfpMAsrPyFF-MOmZe8TexjTDCpE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/eJ/eJFt2F9aErXkCFP31i6vXYbzHVqujKFc6HatEKCKBEo.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/ff/ffGW8tN5s89LeTFBoZLiQurKB3xfNtiLvE-NgK1hfow.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/h2/h2IaPh9y4iCCX-nvC4eI5z30BryCaTDldL9TNL1kj-I.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/hV/hVzYRX0iEKx2rQXtyO-C6HhyJXptGugrXwUgulQBrZc.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/ia/iaS83en8zYCUE-FPlQD_9p90f1VRE66RJg-59OXb1d0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/jP/jP8g5iuQw2y8YnDYUKjcH3DBxTiAUD5GLsZ3Xr29d18.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/kT/kT1rBlEvYyzmAqkxjPuEwiWR0vpBJ6-ixaI55UVQmsk.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/lw/lwSqxvAAj1RTe4QShwyzV9J1sq8wwdG4DAPn4eMzuH8.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/oX/oXu2NCsnCnkCUWAgRUT9UazkLSM5W74m8PGdNvGP310.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/o_/o_TnCsaOF483OcFtryOZBO0n2ICjQdOktIcx5-Hj4pc.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/qT/qTilMwOjc0EzKZ_-UUqEP5wpUeyUlFrwEhA1EJf_uv8.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/q_/q_hv-X1P5aS2bjJ3cYmDeIn1asEKomoBN5dXLw_gSy8.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/s2/s2jarJbtJahppRADkj_l63fE2Ea82VlR9D3rpn0x8w4.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/sc/sc-jHPQEcSE4uzyAGG1Mzdd7FsfPgt58R7uauy_vkyI.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/tH/tHs1QogtODe6AE9Nr1qQ5ANma33zqXX-YWOJNu_NQw0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/yh/yhs1KEHNWlgQAlqOBBQWxAORD0g62BOACSTSLKeC5KE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/yy/yyWH-L_zBwXL696k42PC9owMwhUhKnLsbnyRF8zJifo.cache homepage: http://github.com/JS-Tech/adeia licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.7 signing_key: specification_version: 4 summary: An authorization gem for Rails that allows you to have the complete control of your app. test_files: - spec/spec_helper.rb - spec/test_app/app/models/article.rb - spec/test_app/app/models/user.rb - spec/test_app/app/controllers/application_controller.rb - spec/test_app/app/controllers/comments_controller.rb - spec/test_app/app/controllers/pages_controller.rb - spec/test_app/app/controllers/articles_controller.rb - spec/test_app/app/controllers/sessions_controller.rb - spec/test_app/app/views/comments/new.html.erb - spec/test_app/app/views/articles/index.html.erb - spec/test_app/app/views/articles/edit.html.erb - spec/test_app/app/views/articles/show.html.erb - spec/test_app/app/views/articles/_form.html.erb - spec/test_app/app/views/articles/new.html.erb - spec/test_app/app/views/sessions/new.html.erb - spec/test_app/app/views/layouts/application.html.erb - spec/test_app/app/views/pages/dashboard.html.erb - spec/test_app/app/assets/javascripts/application.js - spec/test_app/app/assets/stylesheets/application.css - spec/test_app/app/assets/stylesheets/scaffold.css - spec/test_app/app/helpers/application_helper.rb - spec/test_app/bin/rake - spec/test_app/bin/setup - spec/test_app/bin/bundle - spec/test_app/bin/rails - spec/test_app/config/secrets.yml - spec/test_app/config/routes.rb - spec/test_app/config/locales/en.yml - spec/test_app/config/environments/production.rb - spec/test_app/config/environments/development.rb - spec/test_app/config/environments/test.rb - spec/test_app/config/environment.rb - spec/test_app/config/application.rb - spec/test_app/config/database.yml - spec/test_app/config/boot.rb - spec/test_app/config/initializers/backtrace_silencers.rb - spec/test_app/config/initializers/mime_types.rb - spec/test_app/config/initializers/filter_parameter_logging.rb - spec/test_app/config/initializers/session_store.rb - spec/test_app/config/initializers/wrap_parameters.rb - spec/test_app/config/initializers/assets.rb - spec/test_app/config/initializers/cookies_serializer.rb - spec/test_app/config/initializers/inflections.rb - spec/test_app/config.ru - spec/test_app/Rakefile - spec/test_app/public/favicon.ico - spec/test_app/public/422.html - spec/test_app/public/500.html - spec/test_app/public/404.html - spec/test_app/lib/tasks/init.rake - spec/test_app/db/schema.rb - spec/test_app/db/test.sqlite3 - spec/test_app/db/migrate/20151012185720_create_users.rb - spec/test_app/db/migrate/20151012185726_create_articles.rb - spec/test_app/log/test.log - spec/test_app/log/development.log - spec/test_app/tmp/cache/assets/sprockets/v3.0/Y2/Y2wJoax9YPVNgt2YUK_ere1Gkr15Z0WsisiNwbU6iWQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/yy/yyWH-L_zBwXL696k42PC9owMwhUhKnLsbnyRF8zJifo.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/59/59kSBUVt7z6DgFXaZYUmUaF8cUuP5lZBcAoOuKh9DIg.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Zd/Zdk49tPeD1nW7jOfvtEA2L7WSdCLRyh21XReCSo1LfA.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/3Y/3YSjxvWdmWSov1blaf1Lq0IeZD-3IdlgMyRYwEf7ac0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6o/6oswcsvROygIERbhyL3HS7EpehocnqTKl_jx9X7MQf0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/s2/s2jarJbtJahppRADkj_l63fE2Ea82VlR9D3rpn0x8w4.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/U1/U1JkbW1lehDbKckBsrWnpT_HP9vQYkVtLd-MeISkrz0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6U/6UTZRaXZPo7ZR3AsfJU_KT6kHLC1Wg2075yoFFI46Co.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/sc/sc-jHPQEcSE4uzyAGG1Mzdd7FsfPgt58R7uauy_vkyI.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/pE/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Y3/Y3-yo3ZjzEmtUWyJwzgkuj6yrQwWo_fa6AXiOdyas8o.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/3q/3qZtnmpf-lo5QGF0qOg1CM40P-R4lxj0Y66Y8GAC5Ek.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/bP/bPzU50v1DfO2a2zm4Rkls5kdnEvLwEnD_J-t7YeP4jk.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/D9/D9jk295WgtI_pkvzdYaa5tQsPhApob8HNiMDU7raOjs.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/ac/ac72wzy3oH2SnXEDa3_TOFPp8s2EyzZZjnMoqNgGLMg.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/h2/h2IaPh9y4iCCX-nvC4eI5z30BryCaTDldL9TNL1kj-I.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/MF/MFAob4tuSo0uQ_9aQYDzG7GF7JsDr0eOjZwFNtuozC4.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/hV/hVzYRX0iEKx2rQXtyO-C6HhyJXptGugrXwUgulQBrZc.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ae/AEmzO43gcQOOGWTEo0S8wzb05M-TtHfHDGTqPsPesrU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ae/AeNjpuYa3zj7jw_N5gkV9Ta16MjQ9ICVZOTzGYrXiJM.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/L4/L43TzgSSg3pQOxwOobTjMowj7q--ZykjMJfC_C4LBGU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/eJ/eJFt2F9aErXkCFP31i6vXYbzHVqujKFc6HatEKCKBEo.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/lw/lwSqxvAAj1RTe4QShwyzV9J1sq8wwdG4DAPn4eMzuH8.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/O4/O4wB-9WJaZ5Rlgfajst9-gTBl3z0usPhAtBxL4Q-SFE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/oX/oXu2NCsnCnkCUWAgRUT9UazkLSM5W74m8PGdNvGP310.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/ia/iaS83en8zYCUE-FPlQD_9p90f1VRE66RJg-59OXb1d0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/qT/qTilMwOjc0EzKZ_-UUqEP5wpUeyUlFrwEhA1EJf_uv8.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Wj/WjvqyXVwuGKSXK8PyuL8DD4lP2dRyqa4u_aETcqpAZQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/q_/q_hv-X1P5aS2bjJ3cYmDeIn1asEKomoBN5dXLw_gSy8.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Xt/Xtuc-XUJQKqOwDcQ-eMU37AiffPJAV1zINc6YWyVtkE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/QN/QN-g5bGJb8kh46dZbz37YzOTNZ0H3aMhLyONb0qu7Jg.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/2_/2_A0MrIPW3lrUjaZNCTLu1Akcwdg3DU2Fd0_jjIGbYE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/2_/2_DZoqQuRc8Hgemwa4Ahd_ho2pjENDlWFO9mQfu-7Pw.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/yh/yhs1KEHNWlgQAlqOBBQWxAORD0g62BOACSTSLKeC5KE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/UQ/UQIPlzD9E0Ji2FSp39qVQVX5OgEkVPhbkmm168gssXQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/SO/SO4GzoHMqa0kMKE3-1j6SCRsw2q_HfMPQKKfmP4_5c0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6M/6MEcnHrtKOiBUTGJPvRbQGl3Lq9pN4gd6gsqCKgiOMY.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6Q/6qiSAxZY4f7mjQfzrZhMb4GYXfxfxLdSau-fg0bCmzU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/6Q/6Qd82FgRmJ78Z9-nqlQYlam1JJW5oeO4KLOj7kPvciY.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ku/KuCAV-EBouiYD6PVKX0UYYNIleb-QfMw6IvO2lZg0cw.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/hZ/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Dm/DmmfrCpXtt74Hr6NO54lxyOCDv6klnDyBqeDFR7oDU8.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/bi/bijrA8D3D5GspLvRbMKDBnaIZhRa-53_D0P6YKtSbI0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/kT/kT1rBlEvYyzmAqkxjPuEwiWR0vpBJ6-ixaI55UVQmsk.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/-j/-jiEgj1PPF5gbWGRpC9tdGLzDuhTXz_L0ZX7kFRpHqQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/O8/O89HryFkZF1Z2_fme3h6dmHWBnHdLhkQtsW2fVdXR1Q.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/eA/eAtHO180Q_OwrAOAUfpMAsrPyFF-MOmZe8TexjTDCpE.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/OZ/OZ8MDbqLY4wFF0OlFw6p3W-QQqyaQlC2nk31LwWpHSI.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/cd/cd1RZoWrCfxrVEsxUElJbVNt72n-93mP_c0eRbPpoms.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/o_/o_TnCsaOF483OcFtryOZBO0n2ICjQdOktIcx5-Hj4pc.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/jP/jP8g5iuQw2y8YnDYUKjcH3DBxTiAUD5GLsZ3Xr29d18.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/ff/ffGW8tN5s89LeTFBoZLiQurKB3xfNtiLvE-NgK1hfow.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ik/IkGcC8fT-7uKeslpXpqPCgLOWwc_tPww2N8ZAdZ50XI.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/JV/JVKPOUqwQ9tWe3wZjV4EnluyjuedrH3z_UY3bDBBQSo.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Jx/JxXo2tcDFA6K7KBKyAuJOjd1ns70ASGbB5qYjVLoB74.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/Ce/CeTW2Tz6RgeG2hf7-uErLmxz3EkjsHTdkzXg3Fi1wsU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/T6/T6tiRoqyIXaZkytUlKzipOctwGUxubogU7DJHvltMHQ.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/tH/tHs1QogtODe6AE9Nr1qQ5ANma33zqXX-YWOJNu_NQw0.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/1d/1dsLlbjB5CJ_LjchPQ0t6UYPQtDF_GYXY0_6YtQBCRo.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/TN/TN5RIxv3eOsUG2BArbTLmk8g63GelzRnKw3F7L3mIkU.cache - spec/test_app/tmp/cache/assets/sprockets/v3.0/4g/4gN9mtCS6u5uyxqQwD8gxDkemrsi3NOtlBkl6IEDiLI.cache - spec/features/redirect_back_or_spec.rb - spec/models/adeia/permission_spec.rb - spec/README.md - spec/factories.rb - spec/support/spec_login_helper.rb - spec/controllers/articles_controller_spec.rb - spec/controllers/adeia/tokens_controller_spec.rb - spec/controllers/adeia/permissions_controller_spec.rb - spec/controllers/adeia/groups_controller_spec.rb - spec/controllers/adeia/group_users_controller_spec.rb - spec/rails_helper.rb - spec/adeia/authorization_spec.rb - spec/adeia/validations_spec.rb - spec/adeia/controller_methods_spec.rb