forgetful-clearance 0.8.10 → 0.8.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +4 -4
  2. data/VERSION +1 -1
  3. metadata +6 -6
data/Rakefile CHANGED
@@ -80,16 +80,16 @@ require 'jeweler'
80
80
 
81
81
  Jeweler::Tasks.new do |gem|
82
82
  gem.name = "forgetful-clearance"
83
- gem.summary = "Forgetful rails authentication with email & password."
84
- gem.description = "Rails authentication with email & password. You have the option to customize the behavior of the remember me token"
83
+ gem.summary = "Rails authentication with email & password. Forgetful"
84
+ gem.description = "Rails authentication with email & password. You can customize the behaviour of the remember me token."
85
85
  gem.email = "support@thoughtbot.com"
86
- gem.homepage = "http://github.com/rnewman57/clearance"
86
+ gem.homepage = "http://github.com/tganzarolli/clearance"
87
87
  gem.authors = ["Dan Croak", "Mike Burns", "Jason Morrison",
88
88
  "Joe Ferris", "Eugene Bolshakov", "Nick Quaranto",
89
89
  "Josh Nichols", "Mike Breen", "Marcel Görner",
90
90
  "Bence Nagy", "Ben Mabey", "Eloy Duran",
91
91
  "Tim Pope", "Mihai Anca", "Mark Cornick",
92
- "Shay Arnett", "Jon Yurek", "Chad Pytel", "Ron Newman"]
92
+ "Shay Arnett", "Jon Yurek", "Chad Pytel", "Thiago Ganzarolli"]
93
93
  gem.files = FileList["[A-Z]*", "{app,config,generators,lib,shoulda_macros,rails}/**/*"]
94
94
  end
95
95
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.10
1
+ 0.8.11
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 8
8
- - 10
9
- version: 0.8.10
8
+ - 11
9
+ version: 0.8.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dan Croak
@@ -27,7 +27,7 @@ authors:
27
27
  - Shay Arnett
28
28
  - Jon Yurek
29
29
  - Chad Pytel
30
- - Ron Newman
30
+ - Thiago Ganzarolli
31
31
  autorequire:
32
32
  bindir: bin
33
33
  cert_chain: []
@@ -36,7 +36,7 @@ date: 2010-03-23 00:00:00 -03:00
36
36
  default_executable:
37
37
  dependencies: []
38
38
 
39
- description: Rails authentication with email & password. You have the option to customize the behavior of the remember me token
39
+ description: Rails authentication with email & password. You can customize the behaviour of the remember me token.
40
40
  email: support@thoughtbot.com
41
41
  executables: []
42
42
 
@@ -98,7 +98,7 @@ files:
98
98
  - rails/init.rb
99
99
  - shoulda_macros/clearance.rb
100
100
  has_rdoc: true
101
- homepage: http://github.com/rnewman57/clearance
101
+ homepage: http://github.com/tganzarolli/clearance
102
102
  licenses: []
103
103
 
104
104
  post_install_message:
@@ -126,7 +126,7 @@ rubyforge_project:
126
126
  rubygems_version: 1.3.6
127
127
  signing_key:
128
128
  specification_version: 3
129
- summary: Forgetful rails authentication with email & password.
129
+ summary: Rails authentication with email & password. Forgetful
130
130
  test_files:
131
131
  - test/controllers/confirmations_controller_test.rb
132
132
  - test/controllers/passwords_controller_test.rb