scrivito_three_column_widget 1.0.1 → 1.0.2

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: e71152d352280a7781c6885e10d53988ec8ab018
4
- data.tar.gz: bebe1b7838210e898e11ad45fd2eb06b390b4d2a
3
+ metadata.gz: 5dc0931be63222649db2b1456ca9bda8534fefe9
4
+ data.tar.gz: 0da510e5b9b640184cdf74fcd9992cd6714eba73
5
5
  SHA512:
6
- metadata.gz: b0963cd34a1760c9f81535fd900ac931de5fb894d536f0ff5b045065dc4bedc0fafea0c28b4e8e0a4c7fc844f16fdf5524a9d339bf24a000145a9aee9dc881b6
7
- data.tar.gz: 5b30043b9a8c31f02d5cfef595c83cdbdde6f3c1bc6c272207e63651cea934257669f8991da0eadbc7280cf0b44a5a4d8186bb168e022ec7c5fdca692e0fcef2
6
+ metadata.gz: 67a29e8da7d765080a0aa6d4e8fbaf5ca838744b9844f86e905a88464918849264e5e5ae271899bd99d53d18c6a5b0d298c7fb0b1dbd994c0b475ff27c8cccb8
7
+ data.tar.gz: 5abc28d0b9d5d858c758ba0dba2b5b8e458245ce57e83dfcaeb6d131011f85af2c30e6c34bf7deb60872d1b1803acef7360d5c320dbd260cfd8fda7a9b5218f9
@@ -1,3 +1,3 @@
1
- <%= scrivito_thumbnail t('scrivito_three_column_widget.thumbnail.title', default: 'Three Coumns'), image_tag("scrivito_three_column_widget/widget_preview_3cols.png") do %>
1
+ <%= scrivito_thumbnail t('scrivito_three_column_widget.thumbnail.title', default: 'Three Coumns'), image_tag("widgets/scrivito_three_column_widget.png") do %>
2
2
  <%= t('scrivito_three_column_widget.thumbnail.description', default: 'Three columns that can be filled with widgets') %>
3
3
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoThreeColumnWidget
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_three_column_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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-25 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
@@ -35,7 +35,7 @@ files:
35
35
  - LICENSE
36
36
  - README.md
37
37
  - Rakefile
38
- - app/assets/images/scrivito_three_column_widget/widget_preview_3cols.png
38
+ - app/assets/images/widgets/scrivito_three_column_widget.png
39
39
  - app/assets/stylesheets/scrivito_three_column_widget.scss
40
40
  - app/models/three_column_widget.rb
41
41
  - app/views/three_column_widget/details.html.erb