# -*- encoding: utf-8 -*- # stub: the_role_api 3.0.3 ruby lib Gem::Specification.new do |s| s.name = "the_role_api".freeze s.version = "3.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ilya N. Zykin [the-teacher]".freeze] s.date = "2015-02-06" s.description = "Authorization for Rails with Web Interface".freeze s.email = ["zykin-ilya@ya.ru".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/concerns/the_role/controller.rb".freeze, "app/models/_templates_/role.rb".freeze, "app/models/concerns/the_role/api/base_methods.rb".freeze, "app/models/concerns/the_role/api/role.rb".freeze, "app/models/concerns/the_role/api/user.rb".freeze, "config/initializers/the_role.rb".freeze, "config/locales/en.the_role.yml".freeze, "config/locales/es.the_role.yml".freeze, "config/locales/nl.the_role.yml".freeze, "config/locales/pl.the_role.yml".freeze, "config/locales/pt_BR.the_role.yml".freeze, "config/locales/ru.the_role.yml".freeze, "config/locales/zh_CN.the_role.yml".freeze, "db/migrate/20111025025129_create_roles.rb".freeze, "gem_version.rb".freeze, "lib/generators/the_role/USAGE".freeze, "lib/generators/the_role/the_role_generator.rb".freeze, "lib/tasks/the_role.rake".freeze, "lib/the_role_api.rb".freeze, "lib/the_role_api/activerecord.rb".freeze, "lib/the_role_api/config.rb".freeze, "lib/the_role_api/hash.rb".freeze, "lib/the_role_api/trash/the_class_exists.rb".freeze, "lib/the_role_api/version.rb".freeze, "the_role_api.gemspec".freeze] s.homepage = "https://github.com/TheRole/the_role_api".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Authorization for Rails".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze, "< 5".freeze]) end