socialite 0.1.0.pre.2 → 0.1.0.pre.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/socialite/controllers/helpers.rb +1 -1
- data/lib/socialite/models/user_concern.rb +1 -1
- data/lib/socialite/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Socialite
|
1
|
+
# Socialite [![Build Status](https://travis-ci.org/jsmestad/socialite.png?branch=master)](https://travis-ci.org/jsmestad/socialite)
|
2
2
|
|
3
3
|
This is an opinionated Rails 3.1 mountable engine provides your application with
|
4
4
|
support for managing multiple OAuth providers per User.
|
data/lib/socialite/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: socialite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 0.1.0.pre.
|
5
|
+
version: 0.1.0.pre.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Justin Smestad
|
@@ -409,7 +409,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
409
409
|
- !ruby/object:Gem::Version
|
410
410
|
segments:
|
411
411
|
- 0
|
412
|
-
hash:
|
412
|
+
hash: 4151013875851256199
|
413
413
|
version: '0'
|
414
414
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
415
415
|
none: false
|