Skip to content

Commit

Permalink
Corrected the error for generator. It's simple_login.
Browse files Browse the repository at this point in the history
  • Loading branch information
designium committed Aug 19, 2012
1 parent caa1e86 commit ddad3c6
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 3 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified Gemfile
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified Rakefile
100644 → 100755
Empty file.
Empty file modified lib/rails/generators/simple_login/USAGE
100644 → 100755
Empty file.
Empty file modified lib/rails/generators/simple_login/simple_login_generator.rb
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified lib/rails/generators/simple_login/templates/create_users.rb
100644 → 100755
Empty file.
Empty file.
Empty file modified lib/rails/generators/simple_login/templates/models/user.rb
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified lib/simple_login.rb
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/simple_login/version.rb
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleLogin
VERSION = "0.1.6"
VERSION = "0.1.7"
end
4 changes: 2 additions & 2 deletions simple_login.gemspec
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ require File.expand_path('../lib/simple_login/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Chim Kan"]
gem.email = ["designium@gmail.com"]
gem.description = "simple-login creates a basic and simple login system for Rails 3 apps. It is based on Railscasts Authentication from Scratch videos. Usage: create your rails app, then add this gem to your Gemfile. Finally, just type 'rails g simple-login'. All these routes are available: signup_path, login_path, logout_path, password_reset_path. Also, these methods are available: authorize and current_user. More info on github page."
gem.summary = "simple-login can be used easily by adding the gem into your Gemfile and type the following command 'rails g simple-login'."
gem.description = "simple-login creates a basic and simple login system for Rails 3 apps. It is based on Railscasts Authentication from Scratch videos. Usage: create your rails app, then add this gem to your Gemfile. Finally, just type 'rails g simple_login'. All these routes are available: signup_path, login_path, logout_path, password_reset_path. Also, these methods are available: authorize and current_user. More info on github page."
gem.summary = "simple-login can be used easily by adding the gem into your Gemfile and type the following command 'rails g simple_login'."
gem.homepage = "https://github.com/designium/simple-login"
gem.email = 'designium+simple@gmail.com'

Expand Down

0 comments on commit ddad3c6

Please sign in to comment.