Skip to content

Commit 3140352

Browse files
authored
Merge pull request #79 from AlchemyCMS/4.2-stable
v4.2.0
2 parents 44d5b57 + 2534f6c commit 3140352

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
[![Gem Version](https://badge.fury.io/rb/alchemy-devise.svg)](http://badge.fury.io/rb/alchemy-devise) [![Test Coverage](https://codeclimate.com/github/AlchemyCMS/alchemy-devise/badges/coverage.svg)](https://codeclimate.com/github/AlchemyCMS/alchemy-devise/coverage) [![Code Climate](https://codeclimate.com/github/AlchemyCMS/alchemy-devise/badges/gpa.svg)](https://codeclimate.com/github/AlchemyCMS/alchemy-devise) [![security](https://hakiri.io/github/AlchemyCMS/alchemy-devise/master.svg)](https://hakiri.io/github/AlchemyCMS/alchemy-devise/master)
66

7-
**CAUTION: This master branch is a development branch that can contain bugs. For productive environments you should use the [current Ruby gem version](https://rubygems.org/gems/alchemy-devise/versions/4.1.0), or the [latest stable branch (4.2-stable)](https://github.com/AlchemyCMS/alchemy-devise/tree/4.2-stable).**
8-
97
AlchemyCMS has no authentication in its core. So it is possibly to bring your own authentication and use it to authorize users in AlchemyCMS. If you don't have your own authentication, you can use this gem.
108

119
## Install
@@ -14,11 +12,9 @@ Just put the gem into your projects `Gemfile`.
1412

1513
```ruby
1614
# Gemfile
17-
gem 'alchemy-devise', github: 'AlchemyCMS/alchemy-devise', branch: 'master'
15+
gem 'alchemy-devise', github: 'AlchemyCMS/alchemy-devise', branch: '4.2-stable'
1816
```
1917

20-
**NOTE:** You normally want to use a stable branch, like `4.2-stable`.
21-
2218
and run `bundle install`.
2319

2420
Then run the installer:

lib/alchemy/devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Alchemy
22
module Devise
3-
VERSION = "4.1.0"
3+
VERSION = "4.2.0"
44
end
55
end

0 commit comments

Comments
 (0)