scrivito_two_column_widget 1.0.1 → 1.0.2

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: 31171115b0db4167ec384766180f03e8f6f5d91b
4
- data.tar.gz: 58f888d3cd9eea06e96c82ae02e206a97b581121
3
+ metadata.gz: 2764cc619506ea5073c7a9d14872e37163203675
4
+ data.tar.gz: 64b71f7f62e2de15acb79d5293f770fdb384e776
5
5
  SHA512:
6
- metadata.gz: 7b449b30ca025b050347f4f544892d5020ccadb02b3685f94e29176528e97d4dfc09f7280a40afcbfe646c91eb2f00eab91ba9e30b0f0f33ff6e288b83464013
7
- data.tar.gz: d200b7459aaaa6e3c400fb06fc9e453d2037a4608074e1e66e8a1448303b0e35592ded8b7554a1eddc98661dffabfea580c153037f5f003a2e50f303b6380c2e
6
+ metadata.gz: f7564dfc379474e7ff1dd74dee20e2506aa16968b28e7c1189b7b6db477ea72902e5b760aa447d15cc93421a40a906ee82f1fb39fb52f2630f7ab7d712ff6366
7
+ data.tar.gz: 15213a0c5a5d241f637d36dd9abc0fc627b059bcde5879cdb1a586b853330e3d78411b7193d5aedf5866517b94b55e4d78171547274cf23953c4240f45bde8d0
@@ -1,3 +1,3 @@
1
- <%= scrivito_thumbnail t('scrivito_two_column_widget.thumbnail.title', default: 'Three Coumns'), image_tag("scrivito_two_column_widget/widget_preview_2cols.png") do %>
1
+ <%= scrivito_thumbnail t('scrivito_two_column_widget.thumbnail.title', default: 'Three Coumns'), image_tag("widgets/scrivito_two_column_widget.png") do %>
2
2
  <%= t('scrivito_two_column_widget.thumbnail.description', default: 'Two columns that can be filled with widgets') %>
3
3
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoTwoColumnWidget
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_two_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
@@ -34,7 +34,7 @@ files:
34
34
  - LICENSE
35
35
  - README.md
36
36
  - Rakefile
37
- - app/assets/images/scrivito_two_column_widget/widget_preview_2cols.png
37
+ - app/assets/images/widgets/scrivito_two_column_widget.png
38
38
  - app/assets/stylesheets/scritivo_two_column_widget.scss
39
39
  - app/models/two_column_widget.rb
40
40
  - app/views/two_column_widget/details.html.erb