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 +4 -4
- data/app/assets/images/widgets/scrivito_three_column_widget.png +0 -0
- data/app/views/three_column_widget/thumbnail.html.erb +1 -1
- data/lib/scrivito_three_column_widget/version.rb +1 -1
- metadata +3 -3
- data/app/assets/images/scrivito_three_column_widget/widget_preview_3cols.png +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5dc0931be63222649db2b1456ca9bda8534fefe9
|
4
|
+
data.tar.gz: 0da510e5b9b640184cdf74fcd9992cd6714eba73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67a29e8da7d765080a0aa6d4e8fbaf5ca838744b9844f86e905a88464918849264e5e5ae271899bd99d53d18c6a5b0d298c7fb0b1dbd994c0b475ff27c8cccb8
|
7
|
+
data.tar.gz: 5abc28d0b9d5d858c758ba0dba2b5b8e458245ce57e83dfcaeb6d131011f85af2c30e6c34bf7deb60872d1b1803acef7360d5c320dbd260cfd8fda7a9b5218f9
|
Binary file
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<%= scrivito_thumbnail t('scrivito_three_column_widget.thumbnail.title', default: 'Three Coumns'), image_tag("scrivito_three_column_widget
|
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 %>
|
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.
|
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-
|
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
|
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
|
Binary file
|