admin_assistant 2.0.0.pre2 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/admin_assistant.gemspec +3 -3
- data/website/community.markdown +1 -0
- metadata +8 -11
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.0
|
1
|
+
2.0.0
|
data/admin_assistant.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{admin_assistant}
|
8
|
-
s.version = "2.0.0
|
8
|
+
s.version = "2.0.0"
|
9
9
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
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 = %q{2011-
|
12
|
+
s.date = %q{2011-06-11}
|
13
13
|
s.description = %q{admin_assistant is a Rails plugin that automates a lot of features typically needed in admin interfaces.}
|
14
14
|
s.email = %q{sera@fhwang.net}
|
15
15
|
s.extra_rdoc_files = [
|
data/website/community.markdown
CHANGED
@@ -17,6 +17,7 @@ admin\_assistant is being used on the following sites:
|
|
17
17
|
* [fhwang.net](http://fhwang.net) by [Francis Hwang][fhwang]
|
18
18
|
* [sling.com](http://www.sling.com) by [Diversion Media](http://www.diversionmedia.com/)
|
19
19
|
* [stockblotter.com](http://stockblotter.com) by [Alex Farrill][afarrill]
|
20
|
+
* [weplay.com](http://www.weplay.com) by [Weplay](http://www.weplay.com/)
|
20
21
|
|
21
22
|
If you're also using admin\_assistant, and would like to be listed here, please get in touch with us on the mailing list.
|
22
23
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: admin_assistant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 15
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
9
|
- 0
|
10
|
-
|
11
|
-
version: 2.0.0.pre2
|
10
|
+
version: 2.0.0
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Francis Hwang
|
@@ -16,7 +15,7 @@ autorequire:
|
|
16
15
|
bindir: bin
|
17
16
|
cert_chain: []
|
18
17
|
|
19
|
-
date: 2011-
|
18
|
+
date: 2011-06-11 00:00:00 -04:00
|
20
19
|
default_executable:
|
21
20
|
dependencies:
|
22
21
|
- !ruby/object:Gem::Dependency
|
@@ -197,14 +196,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
197
196
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
198
197
|
none: false
|
199
198
|
requirements:
|
200
|
-
- - "
|
199
|
+
- - ">="
|
201
200
|
- !ruby/object:Gem::Version
|
202
|
-
hash:
|
201
|
+
hash: 3
|
203
202
|
segments:
|
204
|
-
-
|
205
|
-
|
206
|
-
- 1
|
207
|
-
version: 1.3.1
|
203
|
+
- 0
|
204
|
+
version: "0"
|
208
205
|
requirements: []
|
209
206
|
|
210
207
|
rubyforge_project:
|