Skip to content

Commit

Permalink
Merge branch 'master' into magic-login
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch4s3 authored Dec 29, 2016
2 parents fbd9dd3 + 6ccbec9 commit 8066814
Show file tree
Hide file tree
Showing 101 changed files with 1,617 additions and 1,682 deletions.
28 changes: 22 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ language: ruby
rvm:
- jruby
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0

env:
global:
Expand All @@ -31,11 +32,26 @@ matrix:
- rvm: 2.0.0
gemfile: gemfiles/active_record-rails42.gemfile

- rvm: jruby
- rvm: 2.0.0
gemfile: Gemfile

- rvm: 2.1.10
gemfile: Gemfile

- rvm: 2.2
- rvm: 2.2.6
gemfile: gemfiles/active_record-rails40.gemfile

- rvm: 2.3.3
gemfile: gemfiles/active_record-rails40.gemfile

- rvm: 2.3.0
- rvm: 2.4.0
gemfile: gemfiles/active_record-rails40.gemfile

- rvm: 2.4.0
gemfile: gemfiles/active_record-rails41.gemfile

- rvm: 2.4.0
gemfile: gemfiles/active_record-rails42.gemfile

- rvm: jruby
gemfile: Gemfile
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
* Deprecated Rails 3
* Deprecated using `callback_filter` in favor of `callback_action`
* Added null: false to migrations
* Added support for Rails 5 by @kyuden
* Added WeChat provider to external submodule.
* Added support for Ruby 2.4 by @kyuden
* Namespace login lock/unlock methods to fix conflicts with Rails lock/unlock (thanks to @kyuden)

## 0.9.1

Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

gem 'rails', '~> 4.0'
gem 'rails', '~> 5.0.0'
gem 'rails-controller-testing'
gem 'sqlite3'
gem 'pry'

Expand Down
Loading

0 comments on commit 8066814

Please sign in to comment.