admin_assistant 2.2.5 → 2.2.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/VERSION +1 -1
- data/admin_assistant.gemspec +8 -8
- data/vendor/assets/stylesheets/admin_assistant.css +4 -1
- metadata +39 -64
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.
|
|
1
|
+
2.2.6
|
data/admin_assistant.gemspec
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
|
-
s.name =
|
|
8
|
-
s.version = "2.2.
|
|
7
|
+
s.name = "admin_assistant"
|
|
8
|
+
s.version = "2.2.6"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Francis Hwang"]
|
|
12
|
-
s.date =
|
|
13
|
-
s.description =
|
|
14
|
-
s.email =
|
|
12
|
+
s.date = "2012-02-15"
|
|
13
|
+
s.description = "admin_assistant is a Rails plugin that automates a lot of features typically needed in admin interfaces."
|
|
14
|
+
s.email = "sera@fhwang.net"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"README"
|
|
17
17
|
]
|
|
@@ -163,10 +163,10 @@ Gem::Specification.new do |s|
|
|
|
163
163
|
"website/v1/quick_start.markdown",
|
|
164
164
|
"website/v1/tutorial.markdown"
|
|
165
165
|
]
|
|
166
|
-
s.homepage =
|
|
166
|
+
s.homepage = "http://github.com/fhwang/admin_assistant"
|
|
167
167
|
s.require_paths = ["lib"]
|
|
168
|
-
s.rubygems_version =
|
|
169
|
-
s.summary =
|
|
168
|
+
s.rubygems_version = "1.8.10"
|
|
169
|
+
s.summary = "admin_assistant is a Rails plugin that automates a lot of features typically needed in admin interfaces."
|
|
170
170
|
|
|
171
171
|
if s.respond_to? :specification_version then
|
|
172
172
|
s.specification_version = 3
|
|
@@ -33,7 +33,10 @@ Don't edit this file: It gets re-copied every time the server starts.
|
|
|
33
33
|
padding: 5px
|
|
34
34
|
}
|
|
35
35
|
.admin_assistant td.actions {
|
|
36
|
-
position: relative;
|
|
36
|
+
position: relative;
|
|
37
|
+
text-align: left;
|
|
38
|
+
right: 0;
|
|
39
|
+
top: 0;
|
|
37
40
|
}
|
|
38
41
|
.admin_assistant.index tbody tr td:first-child {
|
|
39
42
|
border-left: 1px solid #ccc;
|
metadata
CHANGED
|
@@ -1,61 +1,46 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: admin_assistant
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 2.2.6
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 2
|
|
8
|
-
- 2
|
|
9
|
-
- 5
|
|
10
|
-
version: 2.2.5
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Francis Hwang
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
dependencies:
|
|
21
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2012-02-15 00:00:00.000000000Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
22
15
|
name: will_paginate
|
|
23
|
-
|
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &70199710509540 !ruby/object:Gem::Requirement
|
|
25
17
|
none: false
|
|
26
|
-
requirements:
|
|
18
|
+
requirements:
|
|
27
19
|
- - ~>
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
|
|
30
|
-
segments:
|
|
31
|
-
- 3
|
|
32
|
-
- 0
|
|
33
|
-
version: "3.0"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '3.0'
|
|
34
22
|
type: :runtime
|
|
35
|
-
version_requirements: *id001
|
|
36
|
-
- !ruby/object:Gem::Dependency
|
|
37
|
-
name: dynamic_form
|
|
38
23
|
prerelease: false
|
|
39
|
-
|
|
24
|
+
version_requirements: *70199710509540
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: dynamic_form
|
|
27
|
+
requirement: &70199710508600 !ruby/object:Gem::Requirement
|
|
40
28
|
none: false
|
|
41
|
-
requirements:
|
|
42
|
-
- -
|
|
43
|
-
- !ruby/object:Gem::Version
|
|
44
|
-
|
|
45
|
-
segments:
|
|
46
|
-
- 0
|
|
47
|
-
version: "0"
|
|
29
|
+
requirements:
|
|
30
|
+
- - ! '>='
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
48
33
|
type: :runtime
|
|
49
|
-
|
|
50
|
-
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: *70199710508600
|
|
36
|
+
description: admin_assistant is a Rails plugin that automates a lot of features typically
|
|
37
|
+
needed in admin interfaces.
|
|
51
38
|
email: sera@fhwang.net
|
|
52
39
|
executables: []
|
|
53
|
-
|
|
54
40
|
extensions: []
|
|
55
|
-
|
|
56
|
-
extra_rdoc_files:
|
|
41
|
+
extra_rdoc_files:
|
|
57
42
|
- README
|
|
58
|
-
files:
|
|
43
|
+
files:
|
|
59
44
|
- MIT-LICENSE
|
|
60
45
|
- README
|
|
61
46
|
- Rakefile
|
|
@@ -202,39 +187,29 @@ files:
|
|
|
202
187
|
- website/v1/index.markdown
|
|
203
188
|
- website/v1/quick_start.markdown
|
|
204
189
|
- website/v1/tutorial.markdown
|
|
205
|
-
has_rdoc: true
|
|
206
190
|
homepage: http://github.com/fhwang/admin_assistant
|
|
207
191
|
licenses: []
|
|
208
|
-
|
|
209
192
|
post_install_message:
|
|
210
193
|
rdoc_options: []
|
|
211
|
-
|
|
212
|
-
require_paths:
|
|
194
|
+
require_paths:
|
|
213
195
|
- lib
|
|
214
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
196
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
215
197
|
none: false
|
|
216
|
-
requirements:
|
|
217
|
-
- -
|
|
218
|
-
- !ruby/object:Gem::Version
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
- 0
|
|
222
|
-
version: "0"
|
|
223
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
198
|
+
requirements:
|
|
199
|
+
- - ! '>='
|
|
200
|
+
- !ruby/object:Gem::Version
|
|
201
|
+
version: '0'
|
|
202
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
203
|
none: false
|
|
225
|
-
requirements:
|
|
226
|
-
- -
|
|
227
|
-
- !ruby/object:Gem::Version
|
|
228
|
-
|
|
229
|
-
segments:
|
|
230
|
-
- 0
|
|
231
|
-
version: "0"
|
|
204
|
+
requirements:
|
|
205
|
+
- - ! '>='
|
|
206
|
+
- !ruby/object:Gem::Version
|
|
207
|
+
version: '0'
|
|
232
208
|
requirements: []
|
|
233
|
-
|
|
234
209
|
rubyforge_project:
|
|
235
|
-
rubygems_version: 1.
|
|
210
|
+
rubygems_version: 1.8.10
|
|
236
211
|
signing_key:
|
|
237
212
|
specification_version: 3
|
|
238
|
-
summary: admin_assistant is a Rails plugin that automates a lot of features typically
|
|
213
|
+
summary: admin_assistant is a Rails plugin that automates a lot of features typically
|
|
214
|
+
needed in admin interfaces.
|
|
239
215
|
test_files: []
|
|
240
|
-
|