Sha256: 7237305916a770e7137186e7c88fc51b804c3ca8479a23ed40c3b5850b2ab072

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

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

Gem::Specification.new do |gem|
  %w(oa-core oa-oauth oa-basic oa-openid oa-enterprise oa-more).each do |subgem|
    gem.add_runtime_dependency subgem, Omniauth::VERSION.dup
  end
  gem.name = 'omniauth'
  gem.version = Omniauth::VERSION.dup
  gem.summary = %q{Rack middleware for standardized multi-provider authentication.}
  gem.description = %q{OmniAuth is an authentication framework that that separates the concept of authentiation from the concept of identity, providing simple hooks for any application to have one or multiple authentication providers for a user.}
  gem.email = ['michael@intridea.com', 'sferik@gmail.com']
  gem.homepage = 'http://github.com/intridea/omniauth'
  gem.authors = ['Michael Bleigh', 'Erik Michaels-Ober']
  gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
  gem.files = `git ls-files`.split("\n")
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.require_paths = ['lib']
  gem.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if gem.respond_to? :required_rubygems_version=
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-0.2.4 omniauth.gemspec