# -*- encoding: utf-8 -*-
# stub: action_access 0.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "action_access".freeze
  s.version = "0.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Mat\u00EDas A. Gagliano".freeze]
  s.date = "2014-09-26"
  s.description = "Easy and modular way to secure applications and handle permissions.".freeze
  s.email = ["matias.gagliano@gmail.com".freeze]
  s.files = [".gitignore".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "action_access.gemspec".freeze, "lib/action_access.rb".freeze, "lib/action_access/controller_additions.rb".freeze, "lib/action_access/keeper.rb".freeze, "lib/action_access/model_additions.rb".freeze, "lib/action_access/railtie.rb".freeze, "lib/action_access/user_utilities.rb".freeze, "lib/action_access/version.rb".freeze, "test/action_access_test.rb".freeze, "test/controllers/articles_controller_test.rb".freeze, "test/controllers/secrets_controller_test.rb".freeze, "test/controllers/static_controller_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/images/.keep".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/articles_controller.rb".freeze, "test/dummy/app/controllers/concerns/.keep".freeze, "test/dummy/app/controllers/secrets_controller.rb".freeze, "test/dummy/app/controllers/static_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/mailers/.keep".freeze, "test/dummy/app/models/.keep".freeze, "test/dummy/app/models/concerns/.keep".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/articles/edit.html.erb".freeze, "test/dummy/app/views/articles/index.html.erb".freeze, "test/dummy/app/views/articles/new.html.erb".freeze, "test/dummy/app/views/articles/show.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/static/home.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/db/migrate/20140926071026_create_users.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/lib/assets/.keep".freeze, "test/dummy/log/.keep".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/models/user_test.rb".freeze, "test/support/compact_environment.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "https://github.com/matiasgagliano/action_access".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Access control system for Ruby on Rails.".freeze
  s.test_files = ["test/action_access_test.rb".freeze, "test/controllers/articles_controller_test.rb".freeze, "test/controllers/secrets_controller_test.rb".freeze, "test/controllers/static_controller_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/images/.keep".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/articles_controller.rb".freeze, "test/dummy/app/controllers/concerns/.keep".freeze, "test/dummy/app/controllers/secrets_controller.rb".freeze, "test/dummy/app/controllers/static_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/mailers/.keep".freeze, "test/dummy/app/models/.keep".freeze, "test/dummy/app/models/concerns/.keep".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/articles/edit.html.erb".freeze, "test/dummy/app/views/articles/index.html.erb".freeze, "test/dummy/app/views/articles/new.html.erb".freeze, "test/dummy/app/views/articles/show.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/static/home.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/assets.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/cookies_serializer.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/secrets.yml".freeze, "test/dummy/db/migrate/20140926071026_create_users.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/lib/assets/.keep".freeze, "test/dummy/log/.keep".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/models/user_test.rb".freeze, "test/support/compact_environment.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<rails>.freeze, ["~> 4.1".freeze])
  s.add_development_dependency(%q<sqlite3>.freeze, [">= 0".freeze])
end