corn_starch 1.1.32 → 1.1.33
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 +4 -4
- data/app/helpers/corn_starch/corn_starch_helper.rb +7 -0
- data/lib/corn_starch/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: baa8c54b829b1e5f33c3f710db2d6bdea9cb7057
|
|
4
|
+
data.tar.gz: 80ee50eac115325648b528c8803c9975ed2a079a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fab3760cdf0d088dfe4cc050619389ea441e9ad2836cb06c01cef78f18bdbc6421caee3df84c0b2290b7f33ab1d13b19a3f70f7612866f975992597078c3709
|
|
7
|
+
data.tar.gz: 1a56999a225b931ddc25df354abae7ea198f6fb918a42ae97a04b4a0bf544b21de44339f2dd368419f61021292784446a80d7e308db415c478c1aeddb1fc4525
|
|
@@ -11,6 +11,13 @@ module CornStarch
|
|
|
11
11
|
extend ActionView::Helpers
|
|
12
12
|
extend ActionView::Context
|
|
13
13
|
|
|
14
|
+
# Icon Link
|
|
15
|
+
def icon_link_to target, icon
|
|
16
|
+
link_to target do
|
|
17
|
+
image_tag icon
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
|
|
14
21
|
# Class Masher
|
|
15
22
|
def class_mash base, classes
|
|
16
23
|
class_s = base
|
data/lib/corn_starch/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: corn_starch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.33
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eresse
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06-
|
|
11
|
+
date: 2016-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|