noodall-devise 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source :rubygems
3
3
  gemspec
4
4
 
5
5
  gem "rails", "3.0.1"
6
- gem 'noodall-ui', :path => "~/Gems/noodall-ui"
6
+ gem 'noodall-ui'
7
7
  gem "capybara", ">= 0.3.9"
8
8
  gem "rspec-rails", ">= 2.0.0.beta"
9
9
  gem 'database_cleaner'
data/Gemfile.lock CHANGED
@@ -1,19 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- noodall-devise (0.1.0)
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="Enter the groups this user belongs to (comma seperated)">&nbsp;</span>
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. &quot;marketing,trusted,homepage editor&quot; or &quot;admin&quot;">&nbsp;</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
 
@@ -1,5 +1,5 @@
1
1
  module Noodall
2
2
  module Devise
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
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-05 00:00:00 +00:00
18
+ date: 2010-11-17 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency