hooch 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f5d340b61453c7779d4c652427d934d97b7eb35
4
- data.tar.gz: 7436f2734625d6d03764cfb97057d9e42ffca258
3
+ metadata.gz: 664d3ac9e1271950fb929b64edd948df743c5f99
4
+ data.tar.gz: 8375e270929b27cd0b359a98c8d122a3304a5fea
5
5
  SHA512:
6
- metadata.gz: ff1892a00559ecb9436cf8f49ac0f761dde648a8e680b8968876f05a3c6c3c843265f2328638c1cdee11ef04ff6341ab0008a1044d26aed1ee431d6a1be15a2e
7
- data.tar.gz: 863e5332edfb2077382d8312f2411f0d63932380fc9cfb79bf065d0e4be363d5604bed1d8ddfa82ce0e4a065b616ba7da41bed46cbf6c9ddbb988e4bec4d6b72
6
+ metadata.gz: b19fb23c6fe0f7c176f630373f2f2702f5eef0215dbecf95698ccfcfcda0858965c6ec3704110e990b3604f1ffd4bd4aea52a7800380d9c9aae935bf33f96597
7
+ data.tar.gz: 1c51fe640573fdff0bf2770d77b568e0e406b07e5ba68899d54b40b5bd2b6fc82819b0ed9e48a14d3d80918bf2c56fa312afcae5ea14e142a32d1b05a88359b8
@@ -2,7 +2,7 @@ module Hooch
2
2
  module HoochHelper
3
3
  def tab_set(name, type: nil, default_tab: nil)
4
4
  if :ajax == type
5
- type = 'hooch.AjaxTabGroup'
5
+ type = 'AjaxTabGroup'
6
6
  end
7
7
  attrs = 'data-tab-group=' + name
8
8
  attrs += ' data-sub-type=' + type if type.present?
@@ -39,7 +39,7 @@ module Hooch
39
39
 
40
40
  def expanded(id, type: nil)
41
41
  if :ajax == type
42
- type = 'hooch.AjaxExpandable'
42
+ type = 'AjaxExpandable'
43
43
  end
44
44
  attrs = "data-expand-state=expanded data-expand-id=" + id
45
45
  attrs += " data-sub-type=" + type if type.present?
data/lib/hooch/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hooch
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hooch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut