simple-login 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  ************************************************
2
- simple_login is Rails 3 login generator
2
+ simple-login is Rails 3 login generator
3
3
  ************************************************
4
4
 
5
5
  Example:
@@ -1,3 +1,3 @@
1
1
  module SimpleLogin
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
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.0.7
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: simple_login creates a basic and simple login system for Rails 3 apps.
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: simple_login can be used easily by adding the gem into your Gemfile and type
67
- the following command 'rails g simple_login'.
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: []