corn_starch 1.1.11 → 1.1.12

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: 5d41fb3e1117643492119302d1b3735f886338c0
4
- data.tar.gz: e69e7c68370c7472d941fa1f92c82bd46b18fd1e
3
+ metadata.gz: b1805a44957fe985138374103a33c4220e5b7813
4
+ data.tar.gz: 37348b6c1d4fcb1d2f592462d0561b0182429000
5
5
  SHA512:
6
- metadata.gz: df1760c7dabb45ae8b0be03f7734af70cebce0fd0caea1f3820708bc0e1b0a1f6741518264ced5a9f7c969c1a4e97708f8ca59fb525f65ef53103ed52fbbb74f
7
- data.tar.gz: e33256809aab3d65e17804ca13e15f52128b28bd3ae8071021a92967d33d654418cd80beb02ef7c2c0a25749b5f06d470b04c42569d81241e5597e307dc3297a
6
+ metadata.gz: 57b7f9f53a2d005922f73976df1f80a09e72888ee5d4aa0a79b2a6234665806439d3dec8ea2c63d5a902b47117677f1472e27d3a9a87075a751eb5334d4f4f77
7
+ data.tar.gz: e4e745968625d5e6b777db51ae242e514047abbad7c82ac85eee9d819639ed719f39c830d4bc48cdf03208a37fa7ed5adf1904359ff0a233e92f2d1105768d15
@@ -22,27 +22,6 @@ module CornStarch
22
22
  class_s
23
23
  end
24
24
 
25
- # Glyph Icon
26
- def glyphicon_tag icon_class
27
- span_tag nil, class: class_mash(:glyphicon, icon_class), 'arya-hidden': true
28
- end
29
-
30
- # Label
31
- def lbl_tag label_class, content, icon = nil
32
- span_tag nil, class: class_mash(:label, label_class) do
33
- icon ? glyphicon_tag(icon) + ' ' + content : content
34
- end
35
- end
36
-
37
- # Button Link
38
- def btn_link_to btn_class, target, name = nil, icon = nil, options = {}
39
- link_to target, options do
40
- button_tag class: class_mash(:btn, btn_class) do
41
- block_given? ? yield : (icon ? glyphicon(icon) + ' ' + name : name)
42
- end
43
- end
44
- end
45
-
46
25
  # Missing Method Handler
47
26
  def method_missing name, *args, &block
48
27
 
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.1.11'
2
+ VERSION = '1.1.12'
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.1.11
4
+ version: 1.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse