1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
--- !ruby/object:Gem::Specification
name: omniauth
version: !ruby/object:Gem::Version
version: 1.2.1
platform: ruby
authors:
- Michael Bleigh
- Erik Michaels-Ober
autorequire:
bindir: bin
cert_chain:
- |
-----BEGIN CERTIFICATE-----
MIIDLjCCAhagAwIBAgIBADANBgkqhkiG9w0BAQUFADA9MQ8wDQYDVQQDDAZzZmVy
aWsxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2NvbTAe
Fw0xMzAyMDMxMDAyMjdaFw0xNDAyMDMxMDAyMjdaMD0xDzANBgNVBAMMBnNmZXJp
azEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29tMIIB
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl0x5dx8uKxi7TkrIuyBUTJVB
v1o93nUB9j/y4M96gV2rYwAci1JPBseNd6Fybzjo3YGuHl7EQHuSHNaf1p2lxew/
y60JXIJBBgPcDK/KCP4NUHofm0jfoYD+H5uNJfHCNq7/ZsTxOtE3Ra92s0BCMTpm
wBMMlWR5MtdEhIYuBO4XhnejYgH0L/7BL2lymntVnsr/agdQoojQCN1IQmsRJvrR
duZRO3tZvoIo1pBc4JEehDuqCeyBgPLOqMoKtQlold1TQs1kWUBK7KWMFEhKC/Kg
zyzKRHQo9yDYwOvYngoBLY+T/lwCT4dyssdhzRbfnxAhaKu4SAssIwaC01yVowID
AQABozkwNzAJBgNVHRMEAjAAMB0GA1UdDgQWBBS0ruDfRak5ci1OpDNX/ZdDEkIs
iTALBgNVHQ8EBAMCBLAwDQYJKoZIhvcNAQEFBQADggEBAHHSMs/MP0sOaLkEv4Jo
zvkm3qn5A6t0vaHx774cmejyMU+5wySxRezspL7ULh9NeuK2OhU+Oe3TpqrAg5TK
R8GQILnVu2FemGA6sAkPDlcPtgA6ieI19PZOF6HVLmc/ID/dP/NgZWWzEeqQKmcK
2+HM+SEEDhZkScYekw4ZOe164ZtZG816oAv5x0pGitSIkumUp7V8iEZ/6ehr7Y9e
XOg4eeun5L/JjmjARoW2kNdvkRD3c2EeSLqWvQRsBlypHfhs6JJuLlyZPGhU3R/v
Sf3lVKpBCWgRpGTvy45XVpB+59y33PJmEuQ1PTEOYvQyao9UKMAAaAN/7qWQtjl0
hlw=
-----END CERTIFICATE-----
date: 2014-01-16 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: hashie
requirement: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '1.2'
- - "<"
- !ruby/object:Gem::Version
version: '3'
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '1.2'
- - "<"
- !ruby/object:Gem::Version
version: '3'
- !ruby/object:Gem::Dependency
name: rack
requirement: !ruby/object:Gem::Requirement
requirements:
- - "~>"
- !ruby/object:Gem::Version
version: '1.0'
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - "~>"
- !ruby/object:Gem::Version
version: '1.0'
- !ruby/object:Gem::Dependency
name: bundler
requirement: !ruby/object:Gem::Requirement
requirements:
- - "~>"
- !ruby/object:Gem::Version
version: '1.0'
type: :development
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - "~>"
- !ruby/object:Gem::Version
version: '1.0'
description: A generalized Rack framework for multiple-provider authentication.
email:
- michael@intridea.com
- sferik@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".gemtest"
- ".gitignore"
- ".rspec"
- ".rubocop.yml"
- ".travis.yml"
- ".yardopts"
- Gemfile
- Gemfile.rack-1.3.x
- Guardfile
- LICENSE.md
- README.md
- Rakefile
- certs/sferik.pem
- lib/omniauth.rb
- lib/omniauth/auth_hash.rb
- lib/omniauth/builder.rb
- lib/omniauth/failure_endpoint.rb
- lib/omniauth/form.css
- lib/omniauth/form.rb
- lib/omniauth/strategies/developer.rb
- lib/omniauth/strategy.rb
- lib/omniauth/test.rb
- lib/omniauth/test/phony_session.rb
- lib/omniauth/test/strategy_macros.rb
- lib/omniauth/test/strategy_test_case.rb
- lib/omniauth/version.rb
- omniauth.gemspec
- spec/helper.rb
- spec/omniauth/auth_hash_spec.rb
- spec/omniauth/builder_spec.rb
- spec/omniauth/failure_endpoint_spec.rb
- spec/omniauth/form_spec.rb
- spec/omniauth/strategies/developer_spec.rb
- spec/omniauth/strategy_spec.rb
- spec/omniauth_spec.rb
homepage: http://github.com/intridea/omniauth
licenses:
- MIT
metadata: {}
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: 1.3.5
requirements: []
rubyforge_project:
rubygems_version: 2.2.0
signing_key:
specification_version: 4
summary: A generalized Rack framework for multiple-provider authentication.
test_files:
- spec/helper.rb
- spec/omniauth/auth_hash_spec.rb
- spec/omniauth/builder_spec.rb
- spec/omniauth/failure_endpoint_spec.rb
- spec/omniauth/form_spec.rb
- spec/omniauth/strategies/developer_spec.rb
- spec/omniauth/strategy_spec.rb
- spec/omniauth_spec.rb
has_rdoc:
|