corn_starch 1.3.26 → 1.3.27

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: 497e7781ab37fa8e06f2b744b85c201ad419116d
4
- data.tar.gz: 33f5c81ac761f3ff716450ba2011780d4cc93403
3
+ metadata.gz: ea715071a90bdbb8663f5cf12943018c947d49a8
4
+ data.tar.gz: 871e99697bc98ea1ea4093efef68f0e068c91a18
5
5
  SHA512:
6
- metadata.gz: cb4e69cdfac2b1606dba830db70aba7b75ae53a6bf52ee9304600985bc891164531d3e75f4abca329ae92f5214e2b49ca8b87a95ec4a1fb3af93886cd46c6d32
7
- data.tar.gz: b350abeb83d2a04f38d9028675cb94751c7ce4fb6b2262c0eb68172437dce9cb58cf7e3c5645cecfd4de4ebf45c82a8f06b279363ce77b24a47cac49a5ef7dbc
6
+ metadata.gz: 5fc19a20cb70ae1da4e7c20fd88e3655e380f6e1aaadc7dd278ce69c00566a1dd984191f6a10359b47f56bc51c52516eda7c2ec70528d953850099b467a1ac82
7
+ data.tar.gz: c0a2c7e228435cf4972227274d1f754b874d8f7a5e28758c0da5f00691d5f1fc7eb7ecb0602f5679545f059da20e9cb831a96102c69311f81ecb99b7447e1c81
@@ -14,7 +14,7 @@ module CornStarch
14
14
  # Icon Link
15
15
  def icon_link_to target, icon, text = nil, extra = nil
16
16
  link_to target, extra do
17
- image_tag icon + (text ? ' ' + text : '')
17
+ image_tag(icon) + (text ? ' ' + text : '')
18
18
  end
19
19
  end
20
20
 
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.3.26'
2
+ VERSION = '1.3.27'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_starch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.26
4
+ version: 1.3.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse