simple_table 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/simple_table/body.rb +0 -3
- metadata +22 -6
data/lib/simple_table/body.rb
CHANGED
@@ -2,9 +2,6 @@ module SimpleTable
|
|
2
2
|
class Body < Rows
|
3
3
|
self.tag_name = :tbody
|
4
4
|
|
5
|
-
include ActionController::RecordIdentifier
|
6
|
-
include ActionView::Helpers::RecordIdentificationHelper
|
7
|
-
|
8
5
|
def row(options = {}, &block)
|
9
6
|
table.collection.each_with_index do |record, ix|
|
10
7
|
super(record, options_for_record(record, ix, options))
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_table
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sven Fuchs
|
@@ -16,10 +16,26 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-
|
19
|
+
date: 2010-08-01 00:00:00 +02:00
|
20
20
|
default_executable:
|
21
|
-
dependencies:
|
22
|
-
|
21
|
+
dependencies:
|
22
|
+
- !ruby/object:Gem::Dependency
|
23
|
+
name: active_support
|
24
|
+
prerelease: false
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
27
|
+
requirements:
|
28
|
+
- - ~>
|
29
|
+
- !ruby/object:Gem::Version
|
30
|
+
hash: -1848230024
|
31
|
+
segments:
|
32
|
+
- 3
|
33
|
+
- 0
|
34
|
+
- 0
|
35
|
+
- beta4
|
36
|
+
version: 3.0.0.beta4
|
37
|
+
type: :runtime
|
38
|
+
version_requirements: *id001
|
23
39
|
description: "[description]"
|
24
40
|
email: raphaela.wrede@gmail.com
|
25
41
|
executables: []
|