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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ec84eaea6ea1cb601a5185dd43d60817269c8d6
|
|
4
|
+
data.tar.gz: 65d287f1333d5c74fbf753c3119060dfe75baa08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ddef8c267f23d4b6eae1944ebdfb172a6a9a5410b0fcbd98200d9ba32ffa6ff537da284761783722154a291fd41bfd9cb5b73e16065ca37c9429fc3e10d3a51
|
|
7
|
+
data.tar.gz: f2ac66e906b8cae15957b74acb0a5306ac50987bae9d5be42ee6ed0f9c14b7924c4560fb348e4ed674716bfb3472c766ccbaefa1b6765220aad8e08fdf31ce3b
|
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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 %>
|
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.
|
|
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:
|
|
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
|