simple-login 0.0.7 → 0.0.8
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
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.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-05-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
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.
|
|
16
16
|
email:
|
|
17
17
|
- designium@gmail.com
|
|
@@ -63,6 +63,6 @@ rubyforge_project:
|
|
|
63
63
|
rubygems_version: 1.8.11
|
|
64
64
|
signing_key:
|
|
65
65
|
specification_version: 3
|
|
66
|
-
summary:
|
|
67
|
-
the following command 'rails g
|
|
66
|
+
summary: simple-login can be used easily by adding the gem into your Gemfile and type
|
|
67
|
+
the following command 'rails g simple-login'.
|
|
68
68
|
test_files: []
|