simple-login 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/simple_login/version.rb +1 -1
- metadata +3 -4
data/lib/simple_login/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple-login
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -17,8 +17,7 @@ description: ! 'simple-login creates a basic and simple login system for Rails 3
|
|
|
17
17
|
All these routes are available: signup_path, login_path, logout_path, password_reset_path.
|
|
18
18
|
Also, these methods are available: authorize and current_user. More info on github
|
|
19
19
|
page.'
|
|
20
|
-
email:
|
|
21
|
-
- designium@gmail.com
|
|
20
|
+
email: designium+simple@gmail.com
|
|
22
21
|
executables: []
|
|
23
22
|
extensions: []
|
|
24
23
|
extra_rdoc_files: []
|
|
@@ -46,7 +45,7 @@ files:
|
|
|
46
45
|
- README.md
|
|
47
46
|
homepage: https://github.com/designium/simple-login
|
|
48
47
|
licenses: []
|
|
49
|
-
post_install_message:
|
|
48
|
+
post_install_message: ! '***************************************'
|
|
50
49
|
rdoc_options: []
|
|
51
50
|
require_paths:
|
|
52
51
|
- lib
|