scrivito_table_widget 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 135adfafbb9d2de3885937dac8cf089a11246ce3
4
- data.tar.gz: ac84c0c2a3294abdcaa1b5f907d18c7297f4716d
3
+ metadata.gz: c70e749b527d4ef71950e3c9d0ea49907db61679
4
+ data.tar.gz: b1e12788f67b8c2118154bbf12c9ba5e869cf87d
5
5
  SHA512:
6
- metadata.gz: 80da27533205cf22068fd3d4895fb7a6cb3f9c29a84c8eeb44c0ea12dd200590922cf7831a965dbfd93b0cf58694587700cdf19a610fcbb552be7ef819fe607c
7
- data.tar.gz: 26463f3edd10b2fa42d6edcc9b3b5c0a8da86773196fa0d8dc98b29a8c26ac84ccb2a5b9a3551d9b98aa6d2ae59f548c44c1044469d7c78722e79fa3ff653674
6
+ metadata.gz: 48a9e0adcd59f1e429c6f2f57887c9279df26f53a3218923c1cab703dfb11ae1a7a8eb24649b02750c8ec2162b21af8fd5676bca56a2bae97f0cd9392dd75280
7
+ data.tar.gz: ae02fbd51ae3dc46ff6c9829819f2d8600fc4a7b41b704530e7f38a4790db22a34e144d6d37082a44aa76dd7ab1581b1ab16cb18dad1dc87c4362c07dfa7824f
data/README.md CHANGED
@@ -20,13 +20,6 @@ Add this line to your application stylesheet manifest:
20
20
 
21
21
  *= require scrivito_table_widget
22
22
 
23
- After that, execute:
24
-
25
- $ bundle
26
- $ rake scrivito:migrate:install
27
- $ rake scrivito:migrate
28
- $ rake scrivito:migrate:publish
29
-
30
23
  ## Changelog
31
24
  See [Changelog](https://github.com/Scrivito/scrivito_table_widget/blob/master/CHANGELOG.md) for more
32
25
  details.
Binary file
@@ -29,7 +29,7 @@
29
29
  }
30
30
 
31
31
  .table-options.main {
32
- width: 333px;
32
+ width: 350px;
33
33
  }
34
34
 
35
35
  .table-buttons.edit div.alert-gray,
@@ -1,5 +1,5 @@
1
1
  <% if widget.table.blank? %>
2
- <%= scrivito_tag(:div, widget, :table) do %>
2
+ <%= scrivito_tag(:div, widget, :table, data: {editor: 'create-new-table'}) do %>
3
3
  <div class="create-new-table">
4
4
  <div class="alert alert-info">
5
5
  There is no table present. Click this message to insert a new one.
@@ -1,3 +1,3 @@
1
1
  module ScrivitoTableWidget
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
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.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-21 00:00:00.000000000 Z
11
+ date: 2015-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler