oa-core 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/lib/omniauth/core.rb CHANGED
@@ -58,7 +58,8 @@ module OmniAuth
58
58
  'oauth2' => 'OAuth2',
59
59
  'openid' => 'OpenID',
60
60
  'open_id' => 'OpenID',
61
- 'github' => 'GitHub'
61
+ 'github' => 'GitHub',
62
+ 'tripit' => 'TripIt'
62
63
  }
63
64
 
64
65
  module_function
@@ -5,8 +5,9 @@ module OmniAuth
5
5
 
6
6
  module Test
7
7
 
8
- # Support for testing OmniAuth strategies. Usage:
8
+ # Support for testing OmniAuth strategies.
9
9
  #
10
+ # @example Usage
10
11
  # class MyStrategyTest < Test::Unit::TestCase
11
12
  # include OmniAuth::Test::StrategyTestCase
12
13
  # def strategy
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oa-core
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Bleigh
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-12 00:00:00 -05:00
18
+ date: 2010-10-19 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency