greentable 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +2 -1
  2. data/greentable.gemspec +2 -2
  3. data/todo.txt +1 -0
  4. metadata +3 -2
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  Greentable
2
2
  ==========
3
3
 
4
- Rails declarative html tables with export (csv,xls,pdf,xml) features.
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.5"
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 = "Rails declarative html tables with export features"
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
@@ -5,4 +5,5 @@
5
5
  greentable_export
6
6
  greentable_id
7
7
  greentable_export_filename
8
+ * assets/greentable.css
8
9
 
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.5
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: Rails declarative html tables with export features
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: []