muck-users 3.2.7 → 3.2.8
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/config/locales/en.yml +1 -1
- data/muck-users.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.2.
|
|
1
|
+
3.2.8
|
data/config/locales/en.yml
CHANGED
|
@@ -221,7 +221,7 @@ en:
|
|
|
221
221
|
request_access_code_instruction: Please provide the following information and we'll provide you with an access code as soon as possible.
|
|
222
222
|
fullfilled_access_code_requests: Fulfilled Access Code Requests
|
|
223
223
|
update_profile: Update your profile
|
|
224
|
-
username_help: You can use between 6 and 20 characters. If the name you want isn't available try adding numbers or
|
|
224
|
+
username_help: You can use between 6 and 20 characters. If the name you want isn't available try adding numbers or hyphen.
|
|
225
225
|
user_update_sucess: User was successfully updated
|
|
226
226
|
login_success: Login successful!
|
|
227
227
|
change_permissions_for: Change Permissions for %{user}
|
data/muck-users.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-users}
|
|
8
|
-
s.version = "3.2.
|
|
8
|
+
s.version = "3.2.8"
|
|
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 = %q{2011-05-
|
|
12
|
+
s.date = %q{2011-05-25}
|
|
13
13
|
s.description = %q{Easily add user signup, login and other features to your application}
|
|
14
14
|
s.email = %q{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: 31
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 3.2.
|
|
9
|
+
- 8
|
|
10
|
+
version: 3.2.8
|
|
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-05-
|
|
19
|
+
date: 2011-05-25 00:00:00 -06:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|