maglove-widgets 1.1.6 → 1.1.7

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: 9c612cedad441da458beb655b9cfb7cb2723b6fc
4
- data.tar.gz: a0141003d730b18118404deeb806f4381881ee70
3
+ metadata.gz: fbc8041f9847dc9f6c9544928145fd7f82e60203
4
+ data.tar.gz: 1a76bbd0a7aad0f01117468553ba354d8a049e54
5
5
  SHA512:
6
- metadata.gz: 34661fe9a20bd21c8d885b1ea7b2375b355c98407504ed26126fc3fb633e84fc155afbaca9ddca9297a948ca078410f5207d8322c0f0b8c6b73009215d5ee1af
7
- data.tar.gz: 4970a604a77ac208a1e7859b72f45b7be9423401f8c8387a5dcf6e9b958b9f08575c24155eaaaaae2eda1957fb6f01114c5b29156ee0567ba5ef7da12f868ae6
6
+ metadata.gz: 5def996c369c3a237602ad245bdf256b3486e4baaf138c4c4b00b42738f8346c14fd6d1dd0a243099cc5ff96c67bf1c332168179259cde0e5fb769b7d2bf51f3
7
+ data.tar.gz: 7db7ce22923925c5785ad6b2265ee35953a8fbb1fed8d7b458229c45bac597b9413ae652a2e9f2c20858b1d31e0f2a1dddb6e17c17d83a353bb5b2f00cd0ed8d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- maglove-widgets (1.1.6)
4
+ maglove-widgets (1.1.7)
5
5
  bundler (~> 1.14)
6
6
  hamloft (~> 0.2)
7
7
 
@@ -27,4 +27,4 @@ DEPENDENCIES
27
27
  maglove-widgets!
28
28
 
29
29
  BUNDLED WITH
30
- 1.15.1
30
+ 1.15.4
@@ -11,7 +11,8 @@ module Maglove
11
11
  style: "default",
12
12
  align: "left",
13
13
  margin_bottom: "1em",
14
- line_height: ""
14
+ line_height: "",
15
+ letter_spacing: ""
15
16
  }
16
17
  end
17
18
 
@@ -23,7 +24,7 @@ module Maglove
23
24
  end
24
25
  widget_block(Widgets::Heading.new(options)) do |widget|
25
26
  haml_tag :header, class: "#{widget.options[:style]} align-#{widget.options[:align]}", style: style_string(widget.options, :margin, :padding) do
26
- haml_tag widget.options[:type], class: "_typeloft_editable _typeloft_widget_autoselect", style: style_string(widget.options, :line_height) do
27
+ haml_tag widget.options[:type], class: "_typeloft_editable _typeloft_widget_autoselect", style: style_string(widget.options, :line_height, :letter_spacing) do
27
28
  haml_concat(contents) if contents
28
29
  yield if block
29
30
  end
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "maglove-widgets"
6
- s.version = "1.1.6"
6
+ s.version = "1.1.7"
7
7
  s.licenses = ["BSD-3-Clause"]
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Tobias Strebitzer"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maglove-widgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Strebitzer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-03 00:00:00.000000000 Z
11
+ date: 2017-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -88,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  version: '0'
89
89
  requirements: []
90
90
  rubyforge_project:
91
- rubygems_version: 2.6.10
91
+ rubygems_version: 2.5.2
92
92
  signing_key:
93
93
  specification_version: 4
94
94
  summary: MagLove Widgets Repository