muck-users 3.0.5 → 3.0.6
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/README.rdoc +2 -2
- data/VERSION +1 -1
- data/app/views/users/_signup_form_javascript.html.erb +2 -2
- data/muck-users.gemspec +2 -2
- data/test/rails_test/Gemfile.lock +49 -43
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -119,9 +119,9 @@ Muck users provides an autocomplete login search. To enable this functionality
|
|
|
119
119
|
the following code to include the needed javascript and css:
|
|
120
120
|
|
|
121
121
|
<% content_for :head do -%>
|
|
122
|
-
<%= javascript_include_tag 'jquery/jquery.autocomplete.min' %>
|
|
122
|
+
<%= javascript_include_tag 'jquery/jquery.autocomplete.min.js' %>
|
|
123
123
|
<%= javascript_include_tag 'muck-users' %>
|
|
124
|
-
<%= stylesheet_link_tag 'jquery/jquery.autocomplete' %>
|
|
124
|
+
<%= stylesheet_link_tag 'jquery/jquery.autocomplete.js' %>
|
|
125
125
|
<% end -%>
|
|
126
126
|
|
|
127
127
|
If you override the users controller you will also need to include login_search in your routes:
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.6
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<% content_for :head do -%>
|
|
2
|
-
<%= javascript_include_tag 'jquery/jquery.autocomplete.min' %>
|
|
2
|
+
<%= javascript_include_tag 'jquery/jquery.autocomplete.min.js' %>
|
|
3
3
|
<%= javascript_include_tag 'muck-users' %>
|
|
4
|
-
<%= stylesheet_link_tag 'jquery/jquery.autocomplete' %>
|
|
4
|
+
<%= stylesheet_link_tag 'jquery/jquery.autocomplete.js' %>
|
|
5
5
|
<% end -%>
|
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.0.
|
|
8
|
+
s.version = "3.0.6"
|
|
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{2010-
|
|
12
|
+
s.date = %q{2010-11-01}
|
|
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 = [
|
|
@@ -9,7 +9,7 @@ GIT
|
|
|
9
9
|
PATH
|
|
10
10
|
remote: /Users/jbasdf/projects/muck-engine
|
|
11
11
|
specs:
|
|
12
|
-
muck-engine (3.0.
|
|
12
|
+
muck-engine (3.0.6)
|
|
13
13
|
overlord
|
|
14
14
|
validation_reflection
|
|
15
15
|
will_paginate (~> 3.0.beta)
|
|
@@ -17,7 +17,7 @@ PATH
|
|
|
17
17
|
PATH
|
|
18
18
|
remote: /Users/jbasdf/projects/muck-users
|
|
19
19
|
specs:
|
|
20
|
-
muck-users (3.0.
|
|
20
|
+
muck-users (3.0.5)
|
|
21
21
|
authlogic
|
|
22
22
|
bcrypt-ruby
|
|
23
23
|
friendly_id
|
|
@@ -32,12 +32,12 @@ GEM
|
|
|
32
32
|
remote: http://rubygems.org/
|
|
33
33
|
specs:
|
|
34
34
|
abstract (1.0.0)
|
|
35
|
-
actionmailer (3.0.
|
|
36
|
-
actionpack (= 3.0.
|
|
35
|
+
actionmailer (3.0.1)
|
|
36
|
+
actionpack (= 3.0.1)
|
|
37
37
|
mail (~> 2.2.5)
|
|
38
|
-
actionpack (3.0.
|
|
39
|
-
activemodel (= 3.0.
|
|
40
|
-
activesupport (= 3.0.
|
|
38
|
+
actionpack (3.0.1)
|
|
39
|
+
activemodel (= 3.0.1)
|
|
40
|
+
activesupport (= 3.0.1)
|
|
41
41
|
builder (~> 2.1.2)
|
|
42
42
|
erubis (~> 2.6.6)
|
|
43
43
|
i18n (~> 0.4.1)
|
|
@@ -45,33 +45,36 @@ GEM
|
|
|
45
45
|
rack-mount (~> 0.6.12)
|
|
46
46
|
rack-test (~> 0.5.4)
|
|
47
47
|
tzinfo (~> 0.3.23)
|
|
48
|
-
activemodel (3.0.
|
|
49
|
-
activesupport (= 3.0.
|
|
48
|
+
activemodel (3.0.1)
|
|
49
|
+
activesupport (= 3.0.1)
|
|
50
50
|
builder (~> 2.1.2)
|
|
51
51
|
i18n (~> 0.4.1)
|
|
52
|
-
activerecord (3.0.
|
|
53
|
-
activemodel (= 3.0.
|
|
54
|
-
activesupport (= 3.0.
|
|
52
|
+
activerecord (3.0.1)
|
|
53
|
+
activemodel (= 3.0.1)
|
|
54
|
+
activesupport (= 3.0.1)
|
|
55
55
|
arel (~> 1.0.0)
|
|
56
56
|
tzinfo (~> 0.3.23)
|
|
57
|
-
activeresource (3.0.
|
|
58
|
-
activemodel (= 3.0.
|
|
59
|
-
activesupport (= 3.0.
|
|
60
|
-
activesupport (3.0.
|
|
57
|
+
activeresource (3.0.1)
|
|
58
|
+
activemodel (= 3.0.1)
|
|
59
|
+
activesupport (= 3.0.1)
|
|
60
|
+
activesupport (3.0.1)
|
|
61
61
|
arel (1.0.1)
|
|
62
62
|
activesupport (~> 3.0.0)
|
|
63
63
|
autotest (4.4.1)
|
|
64
64
|
babosa (0.2.0)
|
|
65
65
|
bcrypt-ruby (2.1.2)
|
|
66
66
|
builder (2.1.2)
|
|
67
|
-
capybara (0.
|
|
67
|
+
capybara (0.4.0)
|
|
68
|
+
celerity (>= 0.7.9)
|
|
68
69
|
culerity (>= 0.2.4)
|
|
69
70
|
mime-types (>= 1.16)
|
|
70
71
|
nokogiri (>= 1.3.3)
|
|
71
72
|
rack (>= 1.0.0)
|
|
72
73
|
rack-test (>= 0.5.4)
|
|
73
|
-
selenium-webdriver (>= 0.0.
|
|
74
|
-
|
|
74
|
+
selenium-webdriver (>= 0.0.27)
|
|
75
|
+
xpath (~> 0.1.2)
|
|
76
|
+
celerity (0.8.2)
|
|
77
|
+
childprocess (0.1.3)
|
|
75
78
|
ffi (~> 0.6.3)
|
|
76
79
|
columnize (0.3.1)
|
|
77
80
|
configuration (1.1.0)
|
|
@@ -94,7 +97,7 @@ GEM
|
|
|
94
97
|
rake (>= 0.8.7)
|
|
95
98
|
friendly_id (3.1.7)
|
|
96
99
|
babosa (~> 0.2.0)
|
|
97
|
-
gherkin (2.2.
|
|
100
|
+
gherkin (2.2.9)
|
|
98
101
|
json (~> 1.4.6)
|
|
99
102
|
term-ansicolor (~> 1.0.5)
|
|
100
103
|
httparty (0.6.1)
|
|
@@ -113,41 +116,42 @@ GEM
|
|
|
113
116
|
mime-types (1.16)
|
|
114
117
|
mysql (2.8.1)
|
|
115
118
|
nokogiri (1.4.3.1)
|
|
116
|
-
overlord (3.0.
|
|
119
|
+
overlord (3.0.2)
|
|
117
120
|
httparty
|
|
121
|
+
json
|
|
118
122
|
polyglot (0.3.1)
|
|
119
123
|
rack (1.2.1)
|
|
120
124
|
rack-mount (0.6.13)
|
|
121
125
|
rack (>= 1.0.0)
|
|
122
126
|
rack-test (0.5.6)
|
|
123
127
|
rack (>= 1.0)
|
|
124
|
-
rails (3.0.
|
|
125
|
-
actionmailer (= 3.0.
|
|
126
|
-
actionpack (= 3.0.
|
|
127
|
-
activerecord (= 3.0.
|
|
128
|
-
activeresource (= 3.0.
|
|
129
|
-
activesupport (= 3.0.
|
|
128
|
+
rails (3.0.1)
|
|
129
|
+
actionmailer (= 3.0.1)
|
|
130
|
+
actionpack (= 3.0.1)
|
|
131
|
+
activerecord (= 3.0.1)
|
|
132
|
+
activeresource (= 3.0.1)
|
|
133
|
+
activesupport (= 3.0.1)
|
|
130
134
|
bundler (~> 1.0.0)
|
|
131
|
-
railties (= 3.0.
|
|
132
|
-
railties (3.0.
|
|
133
|
-
actionpack (= 3.0.
|
|
134
|
-
activesupport (= 3.0.
|
|
135
|
+
railties (= 3.0.1)
|
|
136
|
+
railties (3.0.1)
|
|
137
|
+
actionpack (= 3.0.1)
|
|
138
|
+
activesupport (= 3.0.1)
|
|
135
139
|
rake (>= 0.8.4)
|
|
136
140
|
thor (~> 0.14.0)
|
|
137
141
|
rake (0.8.7)
|
|
138
142
|
rcov (0.9.9)
|
|
139
|
-
rspec (2.0.
|
|
140
|
-
rspec-core (
|
|
141
|
-
rspec-expectations (
|
|
142
|
-
rspec-mocks (
|
|
143
|
-
rspec-core (2.0.
|
|
144
|
-
rspec-expectations (2.0.
|
|
143
|
+
rspec (2.0.1)
|
|
144
|
+
rspec-core (~> 2.0.1)
|
|
145
|
+
rspec-expectations (~> 2.0.1)
|
|
146
|
+
rspec-mocks (~> 2.0.1)
|
|
147
|
+
rspec-core (2.0.1)
|
|
148
|
+
rspec-expectations (2.0.1)
|
|
145
149
|
diff-lcs (>= 1.1.2)
|
|
146
|
-
rspec-mocks (2.0.
|
|
147
|
-
rspec-core (
|
|
148
|
-
rspec-expectations (
|
|
149
|
-
rspec-rails (2.0.
|
|
150
|
-
rspec (
|
|
150
|
+
rspec-mocks (2.0.1)
|
|
151
|
+
rspec-core (~> 2.0.1)
|
|
152
|
+
rspec-expectations (~> 2.0.1)
|
|
153
|
+
rspec-rails (2.0.1)
|
|
154
|
+
rspec (~> 2.0.0)
|
|
151
155
|
ruby-debug (0.10.3)
|
|
152
156
|
columnize (>= 0.1)
|
|
153
157
|
ruby-debug-base (~> 0.10.3.0)
|
|
@@ -167,6 +171,8 @@ GEM
|
|
|
167
171
|
tzinfo (0.3.23)
|
|
168
172
|
validation_reflection (1.0.0)
|
|
169
173
|
will_paginate (3.0.pre2)
|
|
174
|
+
xpath (0.1.2)
|
|
175
|
+
nokogiri (~> 1.3)
|
|
170
176
|
|
|
171
177
|
PLATFORMS
|
|
172
178
|
ruby
|
|
@@ -184,7 +190,7 @@ DEPENDENCIES
|
|
|
184
190
|
muck-engine!
|
|
185
191
|
muck-users!
|
|
186
192
|
mysql
|
|
187
|
-
rails (= 3.0.
|
|
193
|
+
rails (= 3.0.1)
|
|
188
194
|
rcov
|
|
189
195
|
rspec (>= 2.0.0)
|
|
190
196
|
rspec-rails (>= 2.0.0)
|
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: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 3.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 3.0.6
|
|
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: 2010-
|
|
19
|
+
date: 2010-11-01 00:00:00 -06:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|