simple-login 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/simple_login/version.rb +1 -1
  2. metadata +3 -4
@@ -1,3 +1,3 @@
1
1
  module SimpleLogin
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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