# -*- encoding: utf-8 -*- # stub: auth0-ruby 0.10 ruby lib Gem::Specification.new do |s| s.name = "auth0-ruby".freeze s.version = "0.10".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Auth0".freeze, "Ezequiel Morito".freeze, "Jose Romaniello".freeze, "Petroe Ivan".freeze] s.date = "2015-02-22" s.description = "Ruby client library for the Auth0 platform. This is fork of https://github.com/auth0/ruby-auth0, but while auth0 is not hurring to merge prs, I've decided to make my own gem with blackjack and hookers. But I really recommend you to switch to ruby-auth0 gem after pr-9 will be merged.".freeze s.email = ["petroei@gmail.com".freeze] s.files = [".bundle/config".freeze, ".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "auth0.gemspec".freeze, "doc/Auth0.html".freeze, "doc/Auth0/AccessDenied.html".freeze, "doc/Auth0/Api.html".freeze, "doc/Auth0/Api/AuthenticationEndpoints.html".freeze, "doc/Auth0/Api/V1.html".freeze, "doc/Auth0/Api/V1/Clients.html".freeze, "doc/Auth0/Api/V1/Connections.html".freeze, "doc/Auth0/Api/V1/Logs.html".freeze, "doc/Auth0/Api/V1/Rules.html".freeze, "doc/Auth0/Api/V1/Users.html".freeze, "doc/Auth0/Api/V2.html".freeze, "doc/Auth0/Api/V2/Blacklists.html".freeze, "doc/Auth0/Api/V2/Clients.html".freeze, "doc/Auth0/Api/V2/Jobs.html".freeze, "doc/Auth0/Api/V2/Router.html".freeze, "doc/Auth0/Api/V2/Stats.html".freeze, "doc/Auth0/Api/V2/Users.html".freeze, "doc/Auth0/BadRequest.html".freeze, "doc/Auth0/Client.html".freeze, "doc/Auth0/Exception.html".freeze, "doc/Auth0/InvalidParameter.html".freeze, "doc/Auth0/Mixins.html".freeze, "doc/Auth0/Mixins/HTTPartyProxy.html".freeze, "doc/Auth0/Mixins/Initializer.html".freeze, "doc/Auth0/NotFound.html".freeze, "doc/Auth0/ServerError.html".freeze, "doc/Auth0/Unauthorized.html".freeze, "doc/Auth0/Unsupported.html".freeze, "doc/Auth0/UserIdIsBlank.html".freeze, "doc/Auth0Client.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/auth0.rb".freeze, "lib/auth0/api/authentication_endpoints.rb".freeze, "lib/auth0/api/v1.rb".freeze, "lib/auth0/api/v1/clients.rb".freeze, "lib/auth0/api/v1/connections.rb".freeze, "lib/auth0/api/v1/logs.rb".freeze, "lib/auth0/api/v1/rules.rb".freeze, "lib/auth0/api/v1/users.rb".freeze, "lib/auth0/api/v2.rb".freeze, "lib/auth0/api/v2/blacklists.rb".freeze, "lib/auth0/api/v2/clients.rb".freeze, "lib/auth0/api/v2/jobs.rb".freeze, "lib/auth0/api/v2/router.rb".freeze, "lib/auth0/api/v2/stats.rb".freeze, "lib/auth0/api/v2/users.rb".freeze, "lib/auth0/client.rb".freeze, "lib/auth0/exception.rb".freeze, "lib/auth0/mixins.rb".freeze, "lib/auth0/mixins/httparty_proxy.rb".freeze, "lib/auth0/mixins/initializer.rb".freeze, "lib/auth0/version.rb".freeze, "lib/auth0_client.rb".freeze, "spec/lib/auth0/api/authentication_endpoints_spec.rb".freeze, "spec/lib/auth0/api/v1/clients_spec.rb".freeze, "spec/lib/auth0/api/v1/connections_spec.rb".freeze, "spec/lib/auth0/api/v1/logs_spec.rb".freeze, "spec/lib/auth0/api/v1/rules_spec.rb".freeze, "spec/lib/auth0/api/v1/users_spec.rb".freeze, "spec/lib/auth0/api/v2/blacklists_spec.rb".freeze, "spec/lib/auth0/api/v2/clients_spec.rb".freeze, "spec/lib/auth0/api/v2/jobs_spec.rb".freeze, "spec/lib/auth0/api/v2/stats_spec.rb".freeze, "spec/lib/auth0/api/v2/users_spec.rb".freeze, "spec/lib/auth0/client_spec.rb".freeze, "spec/lib/auth0/mixins/httparty_proxy_spec.rb".freeze, "spec/lib/auth0_client_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/dummy_class.rb".freeze, "spec/support/dummy_class_for_proxy.rb".freeze, "spec/support/stub_response.rb".freeze] s.homepage = "https://github.com/offtop/ruby-auth0".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby client library for the Auth0 platform.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1.0".freeze, ">= 3.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end