1
0
Fork 0
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:
Mark Dodwell 2013-12-03 00:35:06 -08:00
parent 98bf80b39c
commit 61f9aa6d21
3 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
## 1.6.0 (Unreleased)
## 1.6.0.rc1 (Unreleased)
Features:

View file

@ -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

View file

@ -1,5 +1,5 @@
module OmniAuth
module Facebook
VERSION = "1.5.1"
VERSION = "1.6.0.rc1"
end
end