omniauth-aleph 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
data/README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
# OmniAuth Aleph
|
2
|
+
[![Gem Version](https://badge.fury.io/rb/omniauth-aleph.png)](http://badge.fury.io/rb/omniauth-aleph)
|
2
3
|
[![Build Status](https://api.travis-ci.org/scotdalton/omniauth-aleph.png?branch=master)](https://travis-ci.org/scotdalton/omniauth-aleph)
|
3
4
|
[![Dependency Status](https://gemnasium.com/scotdalton/omniauth-aleph.png)](https://gemnasium.com/scotdalton/omniauth-aleph)
|
4
5
|
[![Code Climate](https://codeclimate.com/github/scotdalton/omniauth-aleph.png)](https://codeclimate.com/github/scotdalton/omniauth-aleph)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-aleph
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -161,7 +161,6 @@ files:
|
|
161
161
|
- spec/omniauth/aleph/adaptor_spec.rb
|
162
162
|
- spec/omniauth/strategies/aleph_spec.rb
|
163
163
|
- spec/spec_helper.rb
|
164
|
-
- spec/vcr_cassettes/OmniAuth_Aleph_Adaptor/when_the_aleph_host_doesn_t_connect/_authenticate/should_raise_an_Aleph_error.yml
|
165
164
|
- spec/vcr_cassettes/aleph_host_returns_an_empty_body.yml
|
166
165
|
- spec/vcr_cassettes/aleph_host_returns_html.yml
|
167
166
|
- spec/vcr_cassettes/aleph_host_returns_non_bor_auth_xml.yml
|
@@ -186,7 +185,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
186
185
|
version: '0'
|
187
186
|
segments:
|
188
187
|
- 0
|
189
|
-
hash: -
|
188
|
+
hash: -3650854603192444323
|
190
189
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
191
190
|
none: false
|
192
191
|
requirements:
|
@@ -195,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
194
|
version: '0'
|
196
195
|
segments:
|
197
196
|
- 0
|
198
|
-
hash: -
|
197
|
+
hash: -3650854603192444323
|
199
198
|
requirements: []
|
200
199
|
rubyforge_project:
|
201
200
|
rubygems_version: 1.8.23
|
@@ -206,7 +205,6 @@ test_files:
|
|
206
205
|
- spec/omniauth/aleph/adaptor_spec.rb
|
207
206
|
- spec/omniauth/strategies/aleph_spec.rb
|
208
207
|
- spec/spec_helper.rb
|
209
|
-
- spec/vcr_cassettes/OmniAuth_Aleph_Adaptor/when_the_aleph_host_doesn_t_connect/_authenticate/should_raise_an_Aleph_error.yml
|
210
208
|
- spec/vcr_cassettes/aleph_host_returns_an_empty_body.yml
|
211
209
|
- spec/vcr_cassettes/aleph_host_returns_html.yml
|
212
210
|
- spec/vcr_cassettes/aleph_host_returns_non_bor_auth_xml.yml
|
@@ -1,36 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: http://aleph.library.edu/X?bor_id=USERNAME&library=ADM50&op=bor-auth&sub_library=SUB&verification=PASSWORD
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- Faraday v0.9.0
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
-
Accept:
|
15
|
-
- ! '*/*'
|
16
|
-
response:
|
17
|
-
status:
|
18
|
-
code: 303
|
19
|
-
message: See Other
|
20
|
-
headers:
|
21
|
-
Location:
|
22
|
-
- http://guidetest.a.id.opendns.com/?url=aleph%2Elibrary%2Eedu%2FX%3Fbor%5Fid%3DUSERNAME%26library%3DADM50%26op%3Dbor%2Dauth%26sub%5Flibrary%3DSUB%26verification%3DPASSWORD
|
23
|
-
Content-Length:
|
24
|
-
- '0'
|
25
|
-
Connection:
|
26
|
-
- close
|
27
|
-
Date:
|
28
|
-
- Thu, 23 Jan 2014 01:50:00 GMT
|
29
|
-
Server:
|
30
|
-
- OpenDNS Guide
|
31
|
-
body:
|
32
|
-
encoding: US-ASCII
|
33
|
-
string: ''
|
34
|
-
http_version:
|
35
|
-
recorded_at: Thu, 23 Jan 2014 01:49:59 GMT
|
36
|
-
recorded_with: VCR 2.8.0
|