muck-users 3.1.13 → 3.1.14
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/VERSION +1 -1
- data/lib/muck-users/models/access_code_request.rb +2 -1
- data/muck-users.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.14
|
|
@@ -36,7 +36,8 @@ module MuckUsers
|
|
|
36
36
|
:use_limit => 1,
|
|
37
37
|
:uses => 0,
|
|
38
38
|
:code => AccessCode.random_code,
|
|
39
|
-
:expires_at => expires_at
|
|
39
|
+
:expires_at => expires_at,
|
|
40
|
+
:sent_to => self.email)
|
|
40
41
|
UserMailer.access_code(self.email, subject, message, access_code.code).deliver
|
|
41
42
|
success = AccessCodeRequest.mark_fullfilled([self])
|
|
42
43
|
end
|
data/muck-users.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-users}
|
|
8
|
-
s.version = "3.1.
|
|
8
|
+
s.version = "3.1.14"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Justin Ball", "Joel Duffin"]
|
|
@@ -487,7 +487,7 @@ Gem::Specification.new do |s|
|
|
|
487
487
|
]
|
|
488
488
|
s.homepage = %q{http://github.com/jbasdf/muck_users}
|
|
489
489
|
s.require_paths = ["lib"]
|
|
490
|
-
s.rubygems_version = %q{1.
|
|
490
|
+
s.rubygems_version = %q{1.6.0}
|
|
491
491
|
s.summary = %q{Easy to use user engine for Rails}
|
|
492
492
|
|
|
493
493
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: muck-users
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 3.1.
|
|
9
|
+
- 14
|
|
10
|
+
version: 3.1.14
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Ball
|
|
@@ -584,7 +584,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
584
584
|
requirements: []
|
|
585
585
|
|
|
586
586
|
rubyforge_project:
|
|
587
|
-
rubygems_version: 1.
|
|
587
|
+
rubygems_version: 1.6.0
|
|
588
588
|
signing_key:
|
|
589
589
|
specification_version: 3
|
|
590
590
|
summary: Easy to use user engine for Rails
|