# -*- encoding: utf-8 -*- # stub: simon_says 0.3.0.alpha.6 ruby lib Gem::Specification.new do |s| s.name = "simon_says".freeze s.version = "0.3.0.alpha.6".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Coyne".freeze, "Cameron Craig".freeze, "SimplyBuilt".freeze] s.date = "2019-07-16" s.description = "This gem is a simple, easy-to-use declarative role-based access control system for Rails".freeze s.email = ["mikeycgto@gmail.com".freeze] s.executables = ["console".freeze, "setup".freeze] s.files = [".gitignore".freeze, ".gitpublish".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "SimonSays.png".freeze, "bin/console".freeze, "bin/setup".freeze, "config/locales/en.yml".freeze, "lib/generators/active_record/simon_says_generator.rb".freeze, "lib/generators/active_record/templates/migration.rb".freeze, "lib/simon_says.rb".freeze, "lib/simon_says/authorizer.rb".freeze, "lib/simon_says/roleable.rb".freeze, "lib/simon_says/version.rb".freeze, "simon_says.gemspec".freeze, "test/controllers/admin/reports_controller_test.rb".freeze, "test/controllers/documents_controller_test.rb".freeze, "test/controllers/images_controller_test.rb".freeze, "test/rails_app/.gitignore".freeze, "test/rails_app/README.rdoc".freeze, "test/rails_app/Rakefile".freeze, "test/rails_app/app/assets/images/.keep".freeze, "test/rails_app/app/assets/javascripts/application.js".freeze, "test/rails_app/app/assets/stylesheets/application.css".freeze, "test/rails_app/app/controllers/admin/comm_reports_controller.rb".freeze, "test/rails_app/app/controllers/admin/reports_controller.rb".freeze, "test/rails_app/app/controllers/application_controller.rb".freeze, "test/rails_app/app/controllers/concerns/.keep".freeze, "test/rails_app/app/controllers/documents_controller.rb".freeze, "test/rails_app/app/controllers/images_controller.rb".freeze, "test/rails_app/app/helpers/application_helper.rb".freeze, "test/rails_app/app/mailers/.keep".freeze, "test/rails_app/app/models/.keep".freeze, "test/rails_app/app/models/admin.rb".freeze, "test/rails_app/app/models/admin/report.rb".freeze, "test/rails_app/app/models/application_record.rb".freeze, "test/rails_app/app/models/client.rb".freeze, "test/rails_app/app/models/concerns/.keep".freeze, "test/rails_app/app/models/document.rb".freeze, "test/rails_app/app/models/image.rb".freeze, "test/rails_app/app/models/membership.rb".freeze, "test/rails_app/app/models/user.rb".freeze, "test/rails_app/app/views/layouts/application.html.erb".freeze, "test/rails_app/bin/bundle".freeze, "test/rails_app/bin/rails".freeze, "test/rails_app/bin/rake".freeze, "test/rails_app/bin/spring".freeze, "test/rails_app/config.ru".freeze, "test/rails_app/config/application.rb".freeze, "test/rails_app/config/boot.rb".freeze, "test/rails_app/config/database.yml".freeze, "test/rails_app/config/environment.rb".freeze, "test/rails_app/config/environments/development.rb".freeze, "test/rails_app/config/environments/production.rb".freeze, "test/rails_app/config/environments/test.rb".freeze, "test/rails_app/config/initializers/assets.rb".freeze, "test/rails_app/config/initializers/backtrace_silencers.rb".freeze, "test/rails_app/config/initializers/cookies_serializer.rb".freeze, "test/rails_app/config/initializers/filter_parameter_logging.rb".freeze, "test/rails_app/config/initializers/inflections.rb".freeze, "test/rails_app/config/initializers/mime_types.rb".freeze, "test/rails_app/config/initializers/session_store.rb".freeze, "test/rails_app/config/initializers/wrap_parameters.rb".freeze, "test/rails_app/config/locales/en.yml".freeze, "test/rails_app/config/routes.rb".freeze, "test/rails_app/config/secrets.yml".freeze, "test/rails_app/db/migrate/20141016142638_create_admins.rb".freeze, "test/rails_app/db/migrate/20141016183619_create_users.rb".freeze, "test/rails_app/db/migrate/20141016183633_create_memberships.rb".freeze, "test/rails_app/db/migrate/20141016183642_create_documents.rb".freeze, "test/rails_app/db/migrate/20141017140833_create_admin_reports.rb".freeze, "test/rails_app/db/migrate/20160823220959_create_images.rb".freeze, "test/rails_app/db/migrate/20190711184853_create_clients.rb".freeze, "test/rails_app/db/schema.rb".freeze, "test/rails_app/db/seeds.rb".freeze, "test/rails_app/lib/assets/.keep".freeze, "test/rails_app/lib/tasks/.keep".freeze, "test/rails_app/log/.keep".freeze, "test/rails_app/public/404.html".freeze, "test/rails_app/public/422.html".freeze, "test/rails_app/public/500.html".freeze, "test/rails_app/public/favicon.ico".freeze, "test/rails_app/public/robots.txt".freeze, "test/rails_app/test/controllers/.keep".freeze, "test/rails_app/test/fixtures/.keep".freeze, "test/rails_app/test/fixtures/admin/reports.yml".freeze, "test/rails_app/test/fixtures/admins.yml".freeze, "test/rails_app/test/fixtures/clients.yml".freeze, "test/rails_app/test/fixtures/documents.yml".freeze, "test/rails_app/test/fixtures/images.yml".freeze, "test/rails_app/test/fixtures/memberships.yml".freeze, "test/rails_app/test/fixtures/users.yml".freeze, "test/rails_app/test/helpers/.keep".freeze, "test/rails_app/test/integration/.keep".freeze, "test/rails_app/test/mailers/.keep".freeze, "test/rails_app/test/models/.keep".freeze, "test/rails_app/test/models/admin/report_test.rb".freeze, "test/rails_app/test/models/client_test.rb".freeze, "test/rails_app/test/models/document_test.rb".freeze, "test/rails_app/test/models/image_test.rb".freeze, "test/rails_app/test/models/membership_test.rb".freeze, "test/rails_app/test/models/user_test.rb".freeze, "test/rails_app/test/test_helper.rb".freeze, "test/rails_app/vendor/assets/javascripts/.keep".freeze, "test/rails_app/vendor/assets/stylesheets/.keep".freeze, "test/simon_says/authorizer_denied_test.rb".freeze, "test/simon_says/authorizer_test.rb".freeze, "test/simon_says/roleable_test.rb".freeze, "test/simon_says_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/SimplyBuilt/SimonSays".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Light-weight, declarative authorization and access control for Rails".freeze s.test_files = ["test/controllers/admin/reports_controller_test.rb".freeze, "test/controllers/documents_controller_test.rb".freeze, "test/controllers/images_controller_test.rb".freeze, "test/rails_app/.gitignore".freeze, "test/rails_app/README.rdoc".freeze, "test/rails_app/Rakefile".freeze, "test/rails_app/app/assets/images/.keep".freeze, "test/rails_app/app/assets/javascripts/application.js".freeze, "test/rails_app/app/assets/stylesheets/application.css".freeze, "test/rails_app/app/controllers/admin/comm_reports_controller.rb".freeze, "test/rails_app/app/controllers/admin/reports_controller.rb".freeze, "test/rails_app/app/controllers/application_controller.rb".freeze, "test/rails_app/app/controllers/concerns/.keep".freeze, "test/rails_app/app/controllers/documents_controller.rb".freeze, "test/rails_app/app/controllers/images_controller.rb".freeze, "test/rails_app/app/helpers/application_helper.rb".freeze, "test/rails_app/app/mailers/.keep".freeze, "test/rails_app/app/models/.keep".freeze, "test/rails_app/app/models/admin.rb".freeze, "test/rails_app/app/models/admin/report.rb".freeze, "test/rails_app/app/models/application_record.rb".freeze, "test/rails_app/app/models/client.rb".freeze, "test/rails_app/app/models/concerns/.keep".freeze, "test/rails_app/app/models/document.rb".freeze, "test/rails_app/app/models/image.rb".freeze, "test/rails_app/app/models/membership.rb".freeze, "test/rails_app/app/models/user.rb".freeze, "test/rails_app/app/views/layouts/application.html.erb".freeze, "test/rails_app/bin/bundle".freeze, "test/rails_app/bin/rails".freeze, "test/rails_app/bin/rake".freeze, "test/rails_app/bin/spring".freeze, "test/rails_app/config.ru".freeze, "test/rails_app/config/application.rb".freeze, "test/rails_app/config/boot.rb".freeze, "test/rails_app/config/database.yml".freeze, "test/rails_app/config/environment.rb".freeze, "test/rails_app/config/environments/development.rb".freeze, "test/rails_app/config/environments/production.rb".freeze, "test/rails_app/config/environments/test.rb".freeze, "test/rails_app/config/initializers/assets.rb".freeze, "test/rails_app/config/initializers/backtrace_silencers.rb".freeze, "test/rails_app/config/initializers/cookies_serializer.rb".freeze, "test/rails_app/config/initializers/filter_parameter_logging.rb".freeze, "test/rails_app/config/initializers/inflections.rb".freeze, "test/rails_app/config/initializers/mime_types.rb".freeze, "test/rails_app/config/initializers/session_store.rb".freeze, "test/rails_app/config/initializers/wrap_parameters.rb".freeze, "test/rails_app/config/locales/en.yml".freeze, "test/rails_app/config/routes.rb".freeze, "test/rails_app/config/secrets.yml".freeze, "test/rails_app/db/migrate/20141016142638_create_admins.rb".freeze, "test/rails_app/db/migrate/20141016183619_create_users.rb".freeze, "test/rails_app/db/migrate/20141016183633_create_memberships.rb".freeze, "test/rails_app/db/migrate/20141016183642_create_documents.rb".freeze, "test/rails_app/db/migrate/20141017140833_create_admin_reports.rb".freeze, "test/rails_app/db/migrate/20160823220959_create_images.rb".freeze, "test/rails_app/db/migrate/20190711184853_create_clients.rb".freeze, "test/rails_app/db/schema.rb".freeze, "test/rails_app/db/seeds.rb".freeze, "test/rails_app/lib/assets/.keep".freeze, "test/rails_app/lib/tasks/.keep".freeze, "test/rails_app/log/.keep".freeze, "test/rails_app/public/404.html".freeze, "test/rails_app/public/422.html".freeze, "test/rails_app/public/500.html".freeze, "test/rails_app/public/favicon.ico".freeze, "test/rails_app/public/robots.txt".freeze, "test/rails_app/test/controllers/.keep".freeze, "test/rails_app/test/fixtures/.keep".freeze, "test/rails_app/test/fixtures/admin/reports.yml".freeze, "test/rails_app/test/fixtures/admins.yml".freeze, "test/rails_app/test/fixtures/clients.yml".freeze, "test/rails_app/test/fixtures/documents.yml".freeze, "test/rails_app/test/fixtures/images.yml".freeze, "test/rails_app/test/fixtures/memberships.yml".freeze, "test/rails_app/test/fixtures/users.yml".freeze, "test/rails_app/test/helpers/.keep".freeze, "test/rails_app/test/integration/.keep".freeze, "test/rails_app/test/mailers/.keep".freeze, "test/rails_app/test/models/.keep".freeze, "test/rails_app/test/models/admin/report_test.rb".freeze, "test/rails_app/test/models/client_test.rb".freeze, "test/rails_app/test/models/document_test.rb".freeze, "test/rails_app/test/models/image_test.rb".freeze, "test/rails_app/test/models/membership_test.rb".freeze, "test/rails_app/test/models/user_test.rb".freeze, "test/rails_app/test/test_helper.rb".freeze, "test/rails_app/vendor/assets/javascripts/.keep".freeze, "test/rails_app/vendor/assets/stylesheets/.keep".freeze, "test/simon_says/authorizer_denied_test.rb".freeze, "test/simon_says/authorizer_test.rb".freeze, "test/simon_says/roleable_test.rb".freeze, "test/simon_says_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 4.0".freeze, "< 5.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1".freeze]) end