mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
prepare for 1.6.0.rc1
This commit is contained in:
parent
98bf80b39c
commit
61f9aa6d21
3 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
## 1.6.0 (Unreleased)
|
||||
## 1.6.0.rc1 (Unreleased)
|
||||
|
||||
Features:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: ../
|
||||
specs:
|
||||
omniauth-facebook (1.5.1)
|
||||
omniauth-facebook (1.6.0.rc1)
|
||||
omniauth-oauth2 (~> 1.1)
|
||||
|
||||
GEM
|
||||
|
@ -27,14 +27,14 @@ GEM
|
|||
omniauth-oauth2 (1.1.1)
|
||||
oauth2 (~> 0.8.0)
|
||||
omniauth (~> 1.0)
|
||||
rack (1.4.1)
|
||||
rack-protection (1.2.0)
|
||||
rack (1.5.2)
|
||||
rack-protection (1.5.1)
|
||||
rack
|
||||
sinatra (1.3.2)
|
||||
rack (~> 1.3, >= 1.3.6)
|
||||
rack-protection (~> 1.2)
|
||||
tilt (~> 1.3, >= 1.3.3)
|
||||
tilt (1.3.3)
|
||||
sinatra (1.4.4)
|
||||
rack (~> 1.4)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (~> 1.3, >= 1.3.4)
|
||||
tilt (1.4.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module OmniAuth
|
||||
module Facebook
|
||||
VERSION = "1.5.1"
|
||||
VERSION = "1.6.0.rc1"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue