greentable 0.0.5 → 0.0.6
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/README.md +2 -1
- data/greentable.gemspec +2 -2
- data/todo.txt +1 -0
- metadata +3 -2
data/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
Greentable
|
|
2
2
|
==========
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
Greentable produces HTML tables from an array without you having to deal with any HTML elements.
|
|
5
|
+
Greentable is an declarative approach to HTML tables and adds additional export (csv,xls,pdf,xml) features.
|
|
5
6
|
|
|
6
7
|
Please note that the export module is still under development.
|
|
7
8
|
|
data/greentable.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "greentable"
|
|
3
|
-
s.version = "0.0.
|
|
3
|
+
s.version = "0.0.6"
|
|
4
4
|
s.author = "Wael Chatila"
|
|
5
5
|
s.homepage = "https://github.com/waelchatila/greentable"
|
|
6
6
|
s.summary = "Rails declarative html tables with export features"
|
|
7
|
-
s.description = "
|
|
7
|
+
s.description = "Greentable produces HTML tables from an array without you having to deal with any HTML elements."
|
|
8
8
|
s.license = 'LGPLv3+'
|
|
9
9
|
|
|
10
10
|
s.files = `git ls-files`.split("\n")
|
data/todo.txt
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: greentable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -43,7 +43,8 @@ dependencies:
|
|
|
43
43
|
- - ! '>='
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
|
-
description:
|
|
46
|
+
description: Greentable produces HTML tables from an array without you having to deal
|
|
47
|
+
with any HTML elements.
|
|
47
48
|
email:
|
|
48
49
|
executables: []
|
|
49
50
|
extensions: []
|