scrivito_icon_box_widget 1.1.4 → 1.1.6

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: e90cd3c4c3a0aa2435f605368d8ab6d2ecf3cf38
4
- data.tar.gz: 9f9643a20f4c3aea33edb9b0db4b1501ad15090e
3
+ metadata.gz: e0114ea9bf299adf2706b7523ecc0d29d8476ca3
4
+ data.tar.gz: e790711007d0089e888c8b0ed0cacbd69e123706
5
5
  SHA512:
6
- metadata.gz: 302ecd968d39f7693c06d78f8d160e0400f1f3d204d835beede2407cf2f8b53d2835f66a8772ea300864a4d2d5983bb7a3e58ee5386934c41d62f091ddf8d01d
7
- data.tar.gz: 35b05a24037dd1a4bda26d5abcd528ad98ca76437045e7d8008e7c0e664c1bca7a7d5013e09a90d635a209bc8b6e34faad1d87741c1f14f96bf621352ad6def9
6
+ metadata.gz: 51891615d800f5ab0bea1b4265e8c7f55f93ec9cad1fb88828bcf985f7935d2a0893decf6625610e829b832fa6c11e0624dff210a9844944b03975e82fc4e427
7
+ data.tar.gz: e1bd66f79a572899f5f9fcfabb5e2bd6e264cf03e91e3e995f918e6e986988bc4bb4c6e805d46c130d5bd9febb5a7a6add0035f4ac61c8f5c9d064ab5fc0627b
@@ -1,13 +1,3 @@
1
- <div class="editing-dialog-thumbnail">
2
- <div class="visualization">
3
- <span class="icon editing-icon-image"></span>
4
- </div>
5
-
6
- <div class="title">
7
- Icon Box
8
- </div>
9
-
10
- <div class="description">
11
- A Box to display an icon in specified color and shape.
12
- </div>
13
- </div>
1
+ <%= scrivito_thumbnail 'Icon Box', image_tag("widget_preview_icon.png") do %>
2
+ A Box to display an icon in specified color and shape.
3
+ <% end %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoIconBoxWidget
2
- VERSION = "1.1.4"
2
+ VERSION = "1.1.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_icon_box_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-10 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -89,9 +89,9 @@ extra_rdoc_files: []
89
89
  files:
90
90
  - LICENSE
91
91
  - Rakefile
92
+ - app/assets/images/widget_preview_icon.png
92
93
  - app/assets/javascripts/scrivito_icon_box_widget.js
93
94
  - app/assets/stylesheets/scrivito_icon_box_widget.css
94
- - app/assets/stylesheets/scrivito_icon_box_widget/application.css
95
95
  - app/assets/stylesheets/scrivito_icon_box_widget/base.css
96
96
  - app/assets/stylesheets/scrivito_icon_box_widget/colors.css
97
97
  - app/assets/stylesheets/scrivito_icon_box_widget/widget.css
@@ -1,4 +0,0 @@
1
- /*
2
- *= require font-awesome
3
- *= require_tree ./
4
- */