scrivito_table_widget 0.7.4 → 0.7.5

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: 0921d48d665eef12aa2e99cb9bbe03f68de7d780
4
- data.tar.gz: 8df100c9f59f95e76ab45ce81654f5048c35bb6d
3
+ metadata.gz: 4c71c495d2cef6e14cac4cfebb1afe0101f94f43
4
+ data.tar.gz: a00149462ed084f0216759398a3f4d2d7f3ccc96
5
5
  SHA512:
6
- metadata.gz: a6ec02519d5321aff999a8da8c84096355b5a569c9b3358fa7b0923c46342f640e71d7a3a561b11f6ce33d55631a4ca71ac044f06c06db90e36f8fd611f112e6
7
- data.tar.gz: 3416394b24b0a7510b6666473c7bde90fcb76fb2fc5441fc126cd2df0a79048d7b0e731abc94b223c3f6451fcaadc221c79eed2720f95a2b8250b4812409f391
6
+ metadata.gz: 15f1a4d87441531f61496379821dc1a7e698659242ffa7d3ea59817a03b5729a53a59e2250aefcabce91f6e5c34e4f9aa1c7719699313f35bf5c53b52345ac99
7
+ data.tar.gz: ad08417026c173b33b80a59d97f765c3e70c14c47fa475b00e0a170f582df166d02f3f86320a2552972d9540b6e417534ee356dac9eb74a55cde55cd223f9a73
@@ -1,3 +1,3 @@
1
- <%= scrivito_thumbnail t('scrivito_table_widget.thumbnail.title', default: 'Table'), image_tag("table.png") do %>
1
+ <%= scrivito_thumbnail t('scrivito_table_widget.thumbnail.title', default: 'Table'), image_tag("widgets/scrivito_table_widget.png") do %>
2
2
  <%= t('scrivito_table_widget.thumbnail.description', default: 'Add an inline editable table to your page')%>
3
3
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoTableWidget
2
- VERSION = "0.7.4"
2
+ VERSION = "0.7.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.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-24 00:00:00.000000000 Z
11
+ date: 2016-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: scrivito
@@ -48,7 +48,7 @@ files:
48
48
  - LICENSE
49
49
  - README.md
50
50
  - Rakefile
51
- - app/assets/images/table.png
51
+ - app/assets/images/widgets/scrivito_table_widget.png
52
52
  - app/assets/javascripts/scrivito_table_widget.js
53
53
  - app/assets/javascripts/scrivito_table_widget/jquery.edit.table.js
54
54
  - app/assets/javascripts/scrivito_table_widget/tableEditor.js
Binary file