muck-users 3.1.19 → 3.1.21

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 CHANGED
@@ -1 +1 @@
1
- 3.1.19
1
+ 3.1.21
@@ -1,7 +1,7 @@
1
1
  <p>
2
2
  <%= link_to translate('muck.users.list_access_codes'), admin_access_codes_path %> |
3
- <%= link_to translate('muck.users.access_code_new'), new_admin_access_code_path, { :class => 'dialog-pop', :title => translate('muck.users.add_access_code_title') } %> |
4
3
  <%= link_to translate('muck.users.bulk_access_codes'), bulk_admin_access_codes_path %> |
5
4
  <%= link_to translate('muck.users.unfullfilled_access_code_requests'), admin_access_code_requests_path(:unfullfilled => true) %> |
6
5
  <%= link_to translate('muck.users.fullfilled_access_code_requests'), admin_access_code_requests_path(:fullfilled => true) %>
7
- </p>
6
+ </p>
7
+ <%= link_to translate('muck.users.access_code_new'), new_admin_access_code_path, { :class => 'dialog-pop', :title => translate('muck.users.add_access_code_title') } %>
@@ -83,7 +83,7 @@ en:
83
83
  sign_in: Sign In
84
84
  user_enabled: User enabled
85
85
  name: Name
86
- bulk_access_code_emails: Emails
86
+ bulk_access_code_emails: List of Emails
87
87
  role_not_deleted: Role could not be deleted
88
88
  navigation:
89
89
  inactive_users: Inactive Users
@@ -106,7 +106,7 @@ en:
106
106
  access_code_delete_link: Delete Access Code
107
107
  access_code_tip: Enter a access code.
108
108
  change_password: Change Password
109
- use_limit_tip: Enter the number of times the access code can be used.
109
+ use_limit_tip: Enter the number of times the access code can be used or select 'unlimited' and the code will have infinite use.
110
110
  roles: Roles
111
111
  problem_creating_account: "There was a problem creating your account. Please correct the following errors:"
112
112
  welcome_message: Welcome to muck. This system provides the basic components to help you build your website.
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.19"
8
+ s.version = "3.1.21"
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"]
@@ -53,7 +53,7 @@ Gem::Specification.new do |s|
53
53
  "app/views/admin/access_codes/destroy.js.erb",
54
54
  "app/views/admin/access_codes/edit.erb",
55
55
  "app/views/admin/access_codes/index.html.erb",
56
- "app/views/admin/access_codes/new.html.erb",
56
+ "app/views/admin/access_codes/new.erb",
57
57
  "app/views/admin/access_codes/show.html.erb",
58
58
  "app/views/admin/permissions/_permission.html.erb",
59
59
  "app/views/admin/roles/_role.html.erb",
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: 37
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 19
10
- version: 3.1.19
9
+ - 21
10
+ version: 3.1.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Ball
@@ -123,7 +123,7 @@ files:
123
123
  - app/views/admin/access_codes/destroy.js.erb
124
124
  - app/views/admin/access_codes/edit.erb
125
125
  - app/views/admin/access_codes/index.html.erb
126
- - app/views/admin/access_codes/new.html.erb
126
+ - app/views/admin/access_codes/new.erb
127
127
  - app/views/admin/access_codes/show.html.erb
128
128
  - app/views/admin/permissions/_permission.html.erb
129
129
  - app/views/admin/roles/_role.html.erb