scrivito_two_column_widget 0.0.2 → 0.0.3

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: c5d85d0ff5ded3ba0d8c02980f66065ad244975f
4
- data.tar.gz: c88088492324722b2686a5a5be3820952504b7f6
3
+ metadata.gz: 9ec84eaea6ea1cb601a5185dd43d60817269c8d6
4
+ data.tar.gz: 65d287f1333d5c74fbf753c3119060dfe75baa08
5
5
  SHA512:
6
- metadata.gz: df4feff00da95dd84db48051876ccd70f7e61475be734280deb51652d492765baccac2aee98c5050ca77ad7c015f5e0155fde16722a01570b824c516c4e2abc0
7
- data.tar.gz: 8ce5a4fbf5f72b111989cd1e62920c498837924e38a3d261293ff5151942718b069f0e54fd6096d9030912bd3b9402478f8339b8bcc31031437f8b3685f7b7ec
6
+ metadata.gz: 8ddef8c267f23d4b6eae1944ebdfb172a6a9a5410b0fcbd98200d9ba32ffa6ff537da284761783722154a291fd41bfd9cb5b73e16065ca37c9429fc3e10d3a51
7
+ data.tar.gz: f2ac66e906b8cae15957b74acb0a5306ac50987bae9d5be42ee6ed0f9c14b7924c4560fb348e4ed674716bfb3472c766ccbaefa1b6765220aad8e08fdf31ce3b
@@ -1,13 +1,3 @@
1
- <div class="editing-dialog-thumbnail">
2
- <div class="visualization">
3
- <span class="icon editing-icon-2cols"></span>
4
- </div>
5
-
6
- <div class="title">
7
- Two Columns
8
- </div>
9
-
10
- <div class="description">
11
- The two column widget creates a section with 2 widget fields.
12
- </div>
13
- </div>
1
+ <%= scrivito_thumbnail 'Two Columns', image_tag("scrivito_two_column_widget/widget_preview_2cols.png") do %>
2
+ Two columns that can be filled with widgets.
3
+ <% end %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoTwoColumnWidget
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-12 00:00:00.000000000 Z
11
+ date: 2015-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: scrivito
@@ -34,6 +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
38
  - app/assets/javascripts/scrivito_two_column_widget/application.js
38
39
  - app/assets/stylesheets/scrivito_two_column_widget/application.css
39
40
  - app/models/two_column_widget.rb