noodall-devise 0.1.0 → 0.1.1
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/Gemfile +1 -1
- data/Gemfile.lock +7 -11
- data/app/views/admin/users/show.html.erb +2 -2
- data/lib/noodall/devise/version.rb +1 -1
- metadata +4 -4
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
noodall-devise (0.1.
|
|
4
|
+
noodall-devise (0.1.1)
|
|
5
5
|
devise (~> 1.1.3)
|
|
6
6
|
mm-devise (~> 1.1.6)
|
|
7
7
|
|
|
8
|
-
PATH
|
|
9
|
-
remote: /Users/steve/Gems/noodall-ui
|
|
10
|
-
specs:
|
|
11
|
-
noodall-ui (0.0.5)
|
|
12
|
-
dynamic_form
|
|
13
|
-
noodall-core
|
|
14
|
-
thoughtbot-sortable_table (= 0.0.6)
|
|
15
|
-
will_paginate (~> 3.0.pre2)
|
|
16
|
-
|
|
17
8
|
GEM
|
|
18
9
|
remote: http://rubygems.org/
|
|
19
10
|
specs:
|
|
@@ -129,6 +120,11 @@ GEM
|
|
|
129
120
|
mongo_mapper (= 0.8.4)
|
|
130
121
|
ramdiv-mongo_mapper_acts_as_tree (= 0.1.1)
|
|
131
122
|
ruby-stemmer
|
|
123
|
+
noodall-ui (0.0.10)
|
|
124
|
+
dynamic_form
|
|
125
|
+
noodall-core
|
|
126
|
+
thoughtbot-sortable_table (= 0.0.6)
|
|
127
|
+
will_paginate (~> 3.0.pre2)
|
|
132
128
|
plucky (0.3.6)
|
|
133
129
|
mongo (~> 1.1)
|
|
134
130
|
polyglot (0.3.1)
|
|
@@ -210,7 +206,7 @@ DEPENDENCIES
|
|
|
210
206
|
launchy
|
|
211
207
|
mm-devise (~> 1.1.6)
|
|
212
208
|
noodall-devise!
|
|
213
|
-
noodall-ui
|
|
209
|
+
noodall-ui
|
|
214
210
|
rails (= 3.0.1)
|
|
215
211
|
rmagick
|
|
216
212
|
rspec-rails (>= 2.0.0.beta)
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
</p>
|
|
29
29
|
|
|
30
30
|
<p>
|
|
31
|
-
<span class="tooltip" title="
|
|
32
|
-
<%= f.label :group_list, "Groups" %><br/>
|
|
31
|
+
<span class="tooltip" title="Groups can categorise a user's ability when editing content, specified in content advanced options e.g. "marketing,trusted,homepage editor" or "admin""> </span>
|
|
32
|
+
<%= f.label :group_list, "Permission Groups" %><br/>
|
|
33
33
|
<span class="input-wrap"><%= f.text_field :group_list %></span>
|
|
34
34
|
</p>
|
|
35
35
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: noodall-devise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors: []
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-11-
|
|
18
|
+
date: 2010-11-17 00:00:00 +00:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|