admin_assistant 2.3.1 → 2.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/admin_assistant.gemspec +3 -2
- metadata +4 -3
data/Rakefile
CHANGED
@@ -49,6 +49,7 @@ begin
|
|
49
49
|
gem.add_dependency "will_paginate", "~> 3.0"
|
50
50
|
gem.add_dependency "dynamic_form"
|
51
51
|
gem.files.exclude "rails_3_1/**/*"
|
52
|
+
gem.license = 'MIT'
|
52
53
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
53
54
|
end
|
54
55
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.3.
|
1
|
+
2.3.2
|
data/admin_assistant.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "admin_assistant"
|
8
|
-
s.version = "2.3.
|
8
|
+
s.version = "2.3.2"
|
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 = "2013-08-
|
12
|
+
s.date = "2013-08-17"
|
13
13
|
s.description = "admin_assistant is a Rails plugin that automates a lot of features typically needed in admin interfaces."
|
14
14
|
s.email = "sera@fhwang.net"
|
15
15
|
s.extra_rdoc_files = [
|
@@ -150,6 +150,7 @@ Gem::Specification.new do |s|
|
|
150
150
|
"website/v1/tutorial.markdown"
|
151
151
|
]
|
152
152
|
s.homepage = "http://github.com/fhwang/admin_assistant"
|
153
|
+
s.licenses = ["MIT"]
|
153
154
|
s.require_paths = ["lib"]
|
154
155
|
s.rubygems_version = "1.8.23"
|
155
156
|
s.summary = "admin_assistant is a Rails plugin that automates a lot of features typically needed in admin interfaces."
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: admin_assistant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: will_paginate
|
@@ -184,7 +184,8 @@ files:
|
|
184
184
|
- website/v1/quick_start.markdown
|
185
185
|
- website/v1/tutorial.markdown
|
186
186
|
homepage: http://github.com/fhwang/admin_assistant
|
187
|
-
licenses:
|
187
|
+
licenses:
|
188
|
+
- MIT
|
188
189
|
post_install_message:
|
189
190
|
rdoc_options: []
|
190
191
|
require_paths:
|