We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408a876 commit 39d1287Copy full SHA for 39d1287
.gitignore
@@ -1,2 +1,4 @@
1
.bundle
2
vendor
3
+
4
+Gemfile.lock
Gemfile.lock
@@ -1,11 +1,9 @@
PATH
remote: .
specs:
- roda-auth (0.0.2)
+ roda-auth (0.1.0)
5
bcrypt (~> 3)
6
omniauth (~> 1)
7
- omniauth-facebook
8
- omniauth-twitter
9
roda (~> 2)
10
warden (~> 1.2)
11
@@ -57,6 +55,8 @@ PLATFORMS
57
55
58
56
DEPENDENCIES
59
minitest (~> 5.5)
+ omniauth-facebook
+ omniauth-twitter
60
rack-test (~> 0.6)
61
rake (~> 10)
62
roda-auth!
0 commit comments