Sha256: c0a8bdce2be0c99bbaf7365331cfc3d48a9d68d6d9c5e6b6bf82eab2aa538926

Contents?: true

Size: 907 Bytes

Versions: 2

Compression:

Stored size: 907 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/omniauth-active_passport/version', __FILE__)

Gem::Specification.new do |s|
  s.name        = "omniauth-active-passport"
  s.version     = Omniauth::ActivePassport::VERSION
  s.authors     = ["Cesar Camacho"]
  s.email       = ["cesar.camacho@activenetwork.com"]
  s.homepage    = "https://github.com/hlcfan/omniauth-active-passport"
  s.summary     = %q{Official OmniAuth strategy for Active Passport.}
  s.description = %q{Official OmniAuth strategy for Active Passport.}

  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_dependency 'omniauth', '~> 1.0'
  s.add_dependency 'omniauth-oauth2', '~> 1.0'
  s.add_development_dependency 'rspec', '~> 2.7'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omniauth-active-passport-0.0.2.1 omniauth-active-passport.gemspec
omniauth-active-passport-0.0.2 omniauth-active-passport.gemspec