Sha256: 3d42bc9a9c31d480a9febffd4832280629025582b25522067becb820f658b498

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "auth0/version"

Gem::Specification.new do |s|
  s.name        = "omniauth-auth0"
  s.version     = Auth0::VERSION
  s.authors     = ["Auth0", "Ezequiel Morito", "Jose Romaniello"]
  s.email       = ["support@auth0.com"]
  s.homepage    = "https://github.com/auth0/omniauth-auth0"
  s.summary     = %q{Omniauth OAuth2 strategy for the Auth0 platform.}
  s.description = %q{Omniauth OAuth2 strategy for the Auth0 platform.}

  s.rubyforge_project = "omniauth-auth0"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'

  s.add_development_dependency 'rspec', '~> 2.7'
  s.add_development_dependency 'rack-test'
  s.add_development_dependency 'simplecov'
  s.add_development_dependency 'webmock'

  s.license = 'MIT'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
omniauth-auth0-1.2.0 omniauth-auth0.gemspec
omniauth-auth0-1.1.0 omniauth-auth0.gemspec
omniauth-auth0-1.0.2 omniauth-auth0.gemspec
omniauth-auth0-1.0.1 omniauth-auth0.gemspec
omniauth-auth0-1.0.0 omniauth-auth0.gemspec