Sha256: dbd04807c72878a8c918740e46549a0379449b46b07ef48a46664b181a40b13f

Contents?: true

Size: 968 Bytes

Versions: 1

Compression:

Stored size: 968 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'omniauth/provider_registry/version'

Gem::Specification.new do |spec|
  spec.name          = "omniauth-provider_registry"
  spec.version       = OmniAuth::ProviderRegistry::VERSION
  spec.authors       = ["Joshua Flanagan"]
  spec.email         = ["joshuaflanagan@gmail.com"]
  spec.summary       = %q{Provides access to your configured OmniAuth providers}
  spec.homepage      = "https://github.com/joshuaflanagan/omniauth-provider_registry"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency 'omniauth', '~> 1.0'

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-provider_registry-0.8.0 omniauth-provider_registry.gemspec