Sha256: 770a4202bb7a175654a43ad8705a1b6cc162946f644a8490e9e353ebf1848db4

Contents?: true

Size: 971 Bytes

Versions: 3

Compression:

Stored size: 971 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.add_dependency 'hashie', ['>= 1.2', '< 4']
  spec.add_dependency 'rack', ['>= 1.0', '< 3']
  spec.add_development_dependency 'bundler', '~> 1.0'
  spec.authors       = ['Michael Bleigh', 'Erik Michaels-Ober', 'Tom Milewski']
  spec.description   = 'A generalized Rack framework for multiple-provider authentication.'
  spec.email         = ['michael@intridea.com', 'sferik@gmail.com', 'tmilewski@gmail.com']
  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('spec/') }
  spec.homepage      = 'http://github.com/intridea/omniauth'
  spec.licenses      = %w(MIT)
  spec.name          = 'omniauth'
  spec.require_paths = %w(lib)
  spec.required_rubygems_version = '>= 1.3.5'
  spec.summary       = spec.description
  spec.version       = OmniAuth::VERSION
end

Version data entries

3 entries across 2 versions & 2 rubygems

Version Path
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/omniauth-1.3.1/omniauth.gemspec
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/omniauth-1.3.1/omniauth.gemspec
omniauth-1.3.1 omniauth.gemspec