omniauth-realgravity 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f098e1d6d7d0678750b68edb88c41e5c0a6d0d07
|
|
4
|
+
data.tar.gz: b9561a5fb46a7bdd9295e2402ac90d846bfe99b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a9689d34fd1cc4a74f29da7127280f5ce4f5c1cc20de3e1713811a5840279f3a06ac40618ba32d279758a775f6ccd6812f615374af3697e9f1d8b8ff52a8086
|
|
7
|
+
data.tar.gz: 57f91ba0a74b886c782b0215bc2fa3bf4e2d8437904b018d1f92ca88ea8256ff1f78f2296bd28dae7c83bbc3791a962b8778d012afdb196f020e46d11f77d99f
|
data/.gitignore
ADDED
|
@@ -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://
|
|
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.
|
|
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-
|
|
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
|