easy_admin_ui 0.5.4 → 0.5.5

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 CHANGED
@@ -1 +1 @@
1
- 0.5.4
1
+ 0.5.5
@@ -1,5 +1,5 @@
1
1
  module EasyAdminUi
2
- module ViewHelpers
2
+ module EasyAdminUiHelper
3
3
  def table(items, columns, actions, options = {}, &block)
4
4
  options ||= {}
5
5
  html = ''.html_safe
@@ -8,7 +8,7 @@
8
8
 
9
9
  <%= paginate @items if @items.respond_to?(:per) %>
10
10
 
11
- <%= table(@items, @options[:columns], @options[:show_actions], @options[:render_index]) %>
11
+ <%= table(@items, @options[:columns], @options[:show_actions], @options) %>
12
12
 
13
13
  <%= paginate @items if @items.respond_to?(:per) %>
14
14
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "easy_admin_ui"
8
- s.version = "0.5.4"
8
+ s.version = "0.5.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Martin Moen Wulffeld"]
12
- s.date = "2011-10-25"
12
+ s.date = "2011-11-21"
13
13
  s.description = "Very simple DRY admin UI."
14
14
  s.email = "martin@wulffeld.org"
15
15
  s.extra_rdoc_files = [
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
26
26
  "app/assets/images/easy_admin_ui/pencil.png",
27
27
  "app/assets/images/easy_admin_ui/show.png",
28
28
  "app/assets/stylesheets/easy_admin_ui/easy_admin_ui.sass",
29
+ "app/helpers/easy_admin_ui/easy_admin_ui_helper.rb",
29
30
  "app/views/easy_admin_ui/destroy.js.erb",
30
31
  "app/views/easy_admin_ui/edit.html.erb",
31
32
  "app/views/easy_admin_ui/index.html.erb",
@@ -36,7 +37,6 @@ Gem::Specification.new do |s|
36
37
  "lib/easy_admin_ui/core_ext.rb",
37
38
  "lib/easy_admin_ui/rails/engine.rb",
38
39
  "lib/easy_admin_ui/tasks.rb",
39
- "lib/easy_admin_ui/view_helpers.rb",
40
40
  "tasks/easy_admin_ui.rake",
41
41
  "vendor/plugins/make_resourceful/.gitignore",
42
42
  "vendor/plugins/make_resourceful/DEFAULTS",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_admin_ui
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 4
10
- version: 0.5.4
9
+ - 5
10
+ version: 0.5.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Martin Moen Wulffeld
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-25 00:00:00 Z
18
+ date: 2011-11-21 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: kaminari
@@ -68,6 +68,7 @@ files:
68
68
  - app/assets/images/easy_admin_ui/pencil.png
69
69
  - app/assets/images/easy_admin_ui/show.png
70
70
  - app/assets/stylesheets/easy_admin_ui/easy_admin_ui.sass
71
+ - app/helpers/easy_admin_ui/easy_admin_ui_helper.rb
71
72
  - app/views/easy_admin_ui/destroy.js.erb
72
73
  - app/views/easy_admin_ui/edit.html.erb
73
74
  - app/views/easy_admin_ui/index.html.erb
@@ -78,7 +79,6 @@ files:
78
79
  - lib/easy_admin_ui/core_ext.rb
79
80
  - lib/easy_admin_ui/rails/engine.rb
80
81
  - lib/easy_admin_ui/tasks.rb
81
- - lib/easy_admin_ui/view_helpers.rb
82
82
  - tasks/easy_admin_ui.rake
83
83
  - vendor/plugins/make_resourceful/.gitignore
84
84
  - vendor/plugins/make_resourceful/DEFAULTS