mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Bump to 1.0.0.beta1
This commit is contained in:
parent
b11bd38ff9
commit
da328e96bd
2 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,8 @@ on the wiki for this project.
|
|||
One strategy, called `Developer`, is included with OmniAuth and provides
|
||||
a completely unsecure, non-production-usable strategy that directly
|
||||
prompts a user for authentication information and then passes it
|
||||
straight through.
|
||||
straight through. You can use it as a placeholder when you start
|
||||
development and easily swap in other strategies later.
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module OmniAuth
|
||||
VERSION = "1.0.0.pr2"
|
||||
VERSION = "1.0.0.beta1"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue