scrivito_table_widget 0.5.3 → 0.5.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1a4630ccc3032060cfb610c83200c3618c7f320
4
- data.tar.gz: bda083992d4b4430fdf2d90bdcd0ba2cce7dccd5
3
+ metadata.gz: 135adfafbb9d2de3885937dac8cf089a11246ce3
4
+ data.tar.gz: ac84c0c2a3294abdcaa1b5f907d18c7297f4716d
5
5
  SHA512:
6
- metadata.gz: b1b54db085ee03c786a2f9a5977e98e8ebb50c6e6cf7c951548a97144d9747773d710de5bd6923d90553d5d82308732c5bdb8d9fca5dc43562994bc8277b7ba3
7
- data.tar.gz: 53cfb4979f18811cd9d155822f533e2bef64cdaed3008428d3d421fc58adc4aeec0e93913d270dbdec6ffce20581ca516a378679ac55fbd1fc1cfe40a431e211
6
+ metadata.gz: 80da27533205cf22068fd3d4895fb7a6cb3f9c29a84c8eeb44c0ea12dd200590922cf7831a965dbfd93b0cf58694587700cdf19a610fcbb552be7ef819fe607c
7
+ data.tar.gz: 26463f3edd10b2fa42d6edcc9b3b5c0a8da86773196fa0d8dc98b29a8c26ac84ccb2a5b9a3551d9b98aa6d2ae59f548c44c1044469d7c78722e79fa3ff653674
data/README.md CHANGED
@@ -14,7 +14,7 @@ Add this line to your application's `Gemfile`:
14
14
 
15
15
  Add this line to your editing javascript manifest:
16
16
 
17
- /= require scrivito_table_widget
17
+ //= require scrivito_table_widget
18
18
 
19
19
  Add this line to your application stylesheet manifest:
20
20
 
@@ -1,3 +1,4 @@
1
1
  /*
2
+ *= require font-awesome
2
3
  *= require_tree ./scrivito_table_widget
3
4
  */
@@ -1,2 +1,3 @@
1
1
  class TableWidget < Widget
2
+ attribute :table, :html
2
3
  end
@@ -1,3 +1,3 @@
1
1
  module ScrivitoTableWidget
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_table_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-25 00:00:00.000000000 Z
11
+ date: 2015-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler