mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
Merge branch '1-6-stable'
Conflicts: CHANGELOG.md
This commit is contained in:
commit
171d1f5021
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
before_install:
|
||||||
|
- gem update bundler
|
||||||
|
- bundle --version
|
||||||
|
- gem update --system 2.1.11
|
||||||
|
- gem --version
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## 1.6.0.rc1 (2013-12-03)
|
## 1.6.0 (2014-01-13)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module OmniAuth
|
module OmniAuth
|
||||||
module Facebook
|
module Facebook
|
||||||
VERSION = "1.6.0.rc1"
|
VERSION = "1.6.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue