simple-login 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module SimpleLogin
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
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.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-07 00:00:00.000000000 Z
12
+ date: 2012-08-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! 'simple-login creates a basic and simple login system for Rails 3 apps.
15
15
  It is based on Railscasts Authentication from Scratch videos. Usage: create your
16
- rails app, then add this gem to your Gemfile. Finally, just type ''rails g simple-login''.
16
+ rails app, then add this gem to your Gemfile. Finally, just type ''rails g simple_login''.
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.'
@@ -63,9 +63,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  version: '0'
64
64
  requirements: []
65
65
  rubyforge_project:
66
- rubygems_version: 1.8.11
66
+ rubygems_version: 1.8.24
67
67
  signing_key:
68
68
  specification_version: 3
69
69
  summary: simple-login can be used easily by adding the gem into your Gemfile and type
70
- the following command 'rails g simple-login'.
70
+ the following command 'rails g simple_login'.
71
71
  test_files: []