table_helpers 0.9 → 1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +27 -46
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 0d641da8dfa349a34bc2483c94c4d29434585233
|
4
|
+
data.tar.gz: ef7c2beb11249af19af3f9155c2709f6ba7869dc
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0fde799b60ab22a54c1a1330e20c187eb482cc8348b30f15c9315616ba8e42cc684778b05ff7b8fc8ee32db8bf0f2e75ac20e035337546d225cd2133c4917498
|
7
|
+
data.tar.gz: 0d27732a05c21f589b2423f64716bc8d9138e7514bc4d0a0c594988cc57ed01c1a449f169835cfa12640409e7c69c83c7060145cc3796e98fccbc13d6ecfd658
|
metadata
CHANGED
@@ -1,72 +1,53 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: table_helpers
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 9
|
9
|
-
version: "0.9"
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: '1.0'
|
10
5
|
platform: ruby
|
11
|
-
authors:
|
12
|
-
-
|
6
|
+
authors:
|
7
|
+
- Damian Baćkowski
|
13
8
|
autorequire:
|
14
9
|
bindir: bin
|
15
10
|
cert_chain: []
|
16
|
-
|
17
|
-
date: 2013-06-12 00:00:00 Z
|
11
|
+
date: 2013-10-04 00:00:00.000000000 Z
|
18
12
|
dependencies: []
|
19
|
-
|
20
|
-
|
13
|
+
description: The table_helpers library provides a simple helpers to create table lists
|
14
|
+
with headers and presenting data in tables.
|
21
15
|
email: damianbackowski@gmail.com
|
22
16
|
executables: []
|
23
|
-
|
24
17
|
extensions: []
|
25
|
-
|
26
18
|
extra_rdoc_files: []
|
27
|
-
|
28
|
-
files:
|
19
|
+
files:
|
29
20
|
- Rakefile
|
30
|
-
- lib/table_data.rb
|
31
|
-
- lib/tasks/table_helpers.rake
|
32
21
|
- lib/table_helpers.rb
|
22
|
+
- lib/tasks/table_helpers.rake
|
33
23
|
- lib/table_list.rb
|
24
|
+
- lib/table_data.rb
|
34
25
|
- rails/init.rb
|
35
26
|
- test/table_helpers_test.rb
|
36
27
|
- test/test_helper.rb
|
37
28
|
- README.md
|
38
29
|
homepage: https://github.com/dbackowski/table_helpers
|
39
|
-
licenses:
|
40
|
-
|
30
|
+
licenses:
|
31
|
+
- MIT
|
32
|
+
metadata: {}
|
41
33
|
post_install_message:
|
42
34
|
rdoc_options: []
|
43
|
-
|
44
|
-
require_paths:
|
35
|
+
require_paths:
|
45
36
|
- lib
|
46
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
none: false
|
57
|
-
requirements:
|
58
|
-
- - ">="
|
59
|
-
- !ruby/object:Gem::Version
|
60
|
-
hash: 3
|
61
|
-
segments:
|
62
|
-
- 0
|
63
|
-
version: "0"
|
37
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - '>='
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
64
47
|
requirements: []
|
65
|
-
|
66
48
|
rubyforge_project:
|
67
|
-
rubygems_version:
|
49
|
+
rubygems_version: 2.0.3
|
68
50
|
signing_key:
|
69
|
-
specification_version:
|
51
|
+
specification_version: 4
|
70
52
|
summary: Table helpers for Rails 3.2.x
|
71
53
|
test_files: []
|
72
|
-
|