muck-users 3.2.21 → 3.2.22
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/config.rb +3 -0
- data/muck-users.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.22
|
data/lib/muck-users/config.rb
CHANGED
|
@@ -30,6 +30,8 @@ module MuckUsers
|
|
|
30
30
|
attr_accessor :send_access_code_request_confirm # Determines whether or not to send a confirmation email after a user requests an access code.
|
|
31
31
|
attr_accessor :use_http_status_failures # This only applies to json requests
|
|
32
32
|
|
|
33
|
+
attr_accessor :include_signup_scripts # If true then javscript will be added to the sign up form that indicates if login/email are available. Default is true.
|
|
34
|
+
|
|
33
35
|
def initialize
|
|
34
36
|
self.use_http_status_failures = false
|
|
35
37
|
self.automatically_activate = true
|
|
@@ -40,6 +42,7 @@ module MuckUsers
|
|
|
40
42
|
self.require_access_code = false
|
|
41
43
|
self.validate_terms_of_service = false
|
|
42
44
|
self.send_access_code_request_confirm = false
|
|
45
|
+
self.include_signup_scripts = true
|
|
43
46
|
end
|
|
44
47
|
|
|
45
48
|
end
|
data/muck-users.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "muck-users"
|
|
8
|
-
s.version = "3.2.
|
|
8
|
+
s.version = "3.2.22"
|
|
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"]
|
|
12
|
-
s.date = "2011-
|
|
12
|
+
s.date = "2011-11-23"
|
|
13
13
|
s.description = "Easily add user signup, login and other features to your application"
|
|
14
14
|
s.email = "justin@tatemae.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
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: 35
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 3.2.
|
|
9
|
+
- 22
|
|
10
|
+
version: 3.2.22
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Ball
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-
|
|
19
|
+
date: 2011-11-23 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|