admin_assistant 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.0
1
+ 2.3.1
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "admin_assistant"
8
- s.version = "2.3.0"
8
+ s.version = "2.3.1"
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-04-07"
12
+ s.date = "2013-08-16"
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 = [
@@ -151,7 +151,7 @@ Gem::Specification.new do |s|
151
151
  ]
152
152
  s.homepage = "http://github.com/fhwang/admin_assistant"
153
153
  s.require_paths = ["lib"]
154
- s.rubygems_version = "1.8.25"
154
+ s.rubygems_version = "1.8.23"
155
155
  s.summary = "admin_assistant is a Rails plugin that automates a lot of features typically needed in admin interfaces."
156
156
 
157
157
  if s.respond_to? :specification_version then
@@ -287,7 +287,7 @@ class AdminAssistant
287
287
  record
288
288
  )
289
289
  end
290
- links.join(" • ")
290
+ links.join(" ")
291
291
  end
292
292
 
293
293
  def tr_css_classes(record)
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.0
4
+ version: 2.3.1
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-04-07 00:00:00.000000000 Z
12
+ date: 2013-08-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: will_paginate
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: '0'
204
204
  requirements: []
205
205
  rubyforge_project:
206
- rubygems_version: 1.8.25
206
+ rubygems_version: 1.8.23
207
207
  signing_key:
208
208
  specification_version: 3
209
209
  summary: admin_assistant is a Rails plugin that automates a lot of features typically