omniauth-realgravity 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf5ceb87d155030e0d7a288e8b7538b1cb63af33
4
- data.tar.gz: 4d10e8cf7c72c4d1283c28425253246f20decb9c
3
+ metadata.gz: f098e1d6d7d0678750b68edb88c41e5c0a6d0d07
4
+ data.tar.gz: b9561a5fb46a7bdd9295e2402ac90d846bfe99b3
5
5
  SHA512:
6
- metadata.gz: 2b46690f7b631dc76b10ff2f26197b04698aa235c06172b233eaf767e30e88ae9a2491d16d53fdf08098f93df2703079a2ad1b61ce67ab851067a2d4914813ad
7
- data.tar.gz: 8104ea5f29bcea8eb2da6560b91f4fb6b0cbd9d3330ae51c0c3ecb089a4e02dfc21b17fdb031179b17269d3463d1d6ddb26fb748a5db1f94cab84f5213fb0c56
6
+ metadata.gz: 3a9689d34fd1cc4a74f29da7127280f5ce4f5c1cc20de3e1713811a5840279f3a06ac40618ba32d279758a775f6ccd6812f615374af3697e9f1d8b8ff52a8086
7
+ data.tar.gz: 57f91ba0a74b886c782b0215bc2fa3bf4e2d8437904b018d1f92ca88ea8256ff1f78f2296bd28dae7c83bbc3791a962b8778d012afdb196f020e46d11f77d99f
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ Gemfile.lock
2
+ *.gem
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module RealGravity
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ module OmniAuth
7
7
  option :name, :realgravity
8
8
 
9
9
  option :client_options, {
10
- site: 'http://api.realgravity.com',
10
+ site: 'http://client.realgravity.com',
11
11
  authorize_url: '/oauth/authorize',
12
12
  }
13
13
 
@@ -14,7 +14,7 @@ describe OmniAuth::Strategies::RealGravity do
14
14
 
15
15
  describe '#client' do
16
16
  it 'should have the correct RealGravity site' do
17
- subject.client.site.should eq("http://api.realgravity.com")
17
+ subject.client.site.should eq("http://client.realgravity.com")
18
18
  end
19
19
 
20
20
  it 'should have the correct authorization url' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-realgravity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Caselas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-23 00:00:00.000000000 Z
11
+ date: 2013-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -73,6 +73,7 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
+ - .gitignore
76
77
  - Gemfile
77
78
  - Gemfile.lock
78
79
  - README.md