Codebase list ruby-omniauth-facebook / 61f9aa6
prepare for 1.6.0.rc1 Mark Dodwell 10 years ago
3 changed file(s) with 10 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 ## 1.6.0 (Unreleased)
0 ## 1.6.0.rc1 (Unreleased)
11
22 Features:
33
00 PATH
11 remote: ../
22 specs:
3 omniauth-facebook (1.5.1)
3 omniauth-facebook (1.6.0.rc1)
44 omniauth-oauth2 (~> 1.1)
55
66 GEM
2626 omniauth-oauth2 (1.1.1)
2727 oauth2 (~> 0.8.0)
2828 omniauth (~> 1.0)
29 rack (1.4.1)
30 rack-protection (1.2.0)
29 rack (1.5.2)
30 rack-protection (1.5.1)
3131 rack
32 sinatra (1.3.2)
33 rack (~> 1.3, >= 1.3.6)
34 rack-protection (~> 1.2)
35 tilt (~> 1.3, >= 1.3.3)
36 tilt (1.3.3)
32 sinatra (1.4.4)
33 rack (~> 1.4)
34 rack-protection (~> 1.4)
35 tilt (~> 1.3, >= 1.3.4)
36 tilt (1.4.1)
3737
3838 PLATFORMS
3939 ruby
00 module OmniAuth
11 module Facebook
2 VERSION = "1.5.1"
2 VERSION = "1.6.0.rc1"
33 end
44 end