scrivito_icon_box_widget 1.2.2 → 1.2.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: c8a11bf1ed40a39c3522ecbf03e948cb66691069
4
- data.tar.gz: 7e2452aa9c9e433c621f78e786e802216afa4c2c
3
+ metadata.gz: c5ce35178936bccf4784be050e2c5b7b335f8f0a
4
+ data.tar.gz: cec6ccf4065becd167a0b8870b56dc3a8b79a1d5
5
5
  SHA512:
6
- metadata.gz: 66925f4d4d09da9a39d26932874a1742eaf5776895caacd8784de969f03b728e52f618e48af79b30efd6b08f4abd6484a35b336ceb43a54bb379f50afdbeaef9
7
- data.tar.gz: ae91f6d4337035f3342f0379365270935fa5c7084b5623c32160e823e52980063548c314b764baa69348b8549795d71b81e2c2d57e9b001ee4cf03b471375840
6
+ metadata.gz: 316bfff4211a6025f31d1e4c021ba95ad1dcd0a5294d7e33f1b471add30f7305b66157d46757ba8dbe333c716dababaf5ad564844932f08cc42c51bf7165d3ed
7
+ data.tar.gz: 362031af66fa26a662070f5d8279262083ed4100febadd0cdbbc71b5feddd7f805d6db5d066a42d7277d9365762c39ca30e147aa59cadb1f100611b8a3a8fcd9
@@ -1,19 +1,19 @@
1
- <%= scrivito_details_for 'Icon' do %>
1
+ <%= scrivito_details_for t('scrivito_icon_box_widget.details.icon', default: 'Icon') do %>
2
2
  <%= render 'icon_box_widget/partials/icons_picker', widget: widget, attribute: :icon %>
3
3
  <% end %>
4
4
 
5
- <%= scrivito_details_for 'Size' do %>
5
+ <%= scrivito_details_for t('scrivito_icon_box_widget.details.size', default: 'Size') do %>
6
6
  <%= scrivito_tag(:div, widget, :size) %>
7
7
  <% end %>
8
8
 
9
- <%= scrivito_details_for 'Style' do %>
9
+ <%= scrivito_details_for t('scrivito_icon_box_widget.details.style', default: 'Style') do %>
10
10
  <%= scrivito_tag(:div, widget, :style) %>
11
11
  <% end %>
12
12
 
13
- <%= scrivito_details_for 'Icon Color' do %>
13
+ <%= scrivito_details_for t('scrivito_icon_box_widget.details.icon_color', default: 'Icon Color') do %>
14
14
  <%= scrivito_tag :div, widget, :color, data: {colors_list: scrivito_selectable_color_classes('icon_box_widget', 'color')} %>
15
15
  <% end %>
16
16
 
17
- <%= scrivito_details_for 'Background Color' do %>
17
+ <%= scrivito_details_for t('scrivito_icon_box_widget.details.background_color', default: 'Background Color') do %>
18
18
  <%= scrivito_tag :div, widget, :background_color, data: {colors_list: scrivito_selectable_color_classes('icon_box_widget', 'background_color')} %>
19
19
  <% end %>
@@ -1,3 +1,3 @@
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
+ <%= scrivito_thumbnail t('scrivito_icon_box_widget.thumbnail.title', default: 'Icon Box'), image_tag("widget_preview_icon.png") do %>
2
+ <%= t('scrivito_icon_box_widget.thumbnail.description', default: 'A Box to display an icon in specified color and shape.') %>
3
+ <% end %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoIconBoxWidget
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_icon_box_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-03 00:00:00.000000000 Z
11
+ date: 2016-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: '0'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: scrivito_sdk
29
15
  requirement: !ruby/object:Gem::Requirement
@@ -52,20 +38,6 @@ dependencies:
52
38
  - - ">="
53
39
  - !ruby/object:Gem::Version
54
40
  version: '0'
55
- - !ruby/object:Gem::Dependency
56
- name: rake
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
41
  description: Widget for scrivito to display an icon in a box.
70
42
  email:
71
43
  - support@scrivito.com