hoth 0.3.2.beta3 → 0.3.2.beta4

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.
@@ -19,7 +19,7 @@ module Hoth
19
19
  end
20
20
 
21
21
  def tube_name
22
- @tube_name ||= "#{self.module.name}/#{name}"
22
+ @tube_name ||= "#{self.module.name}/#{name}".dasherize
23
23
  end
24
24
 
25
25
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196357
4
+ hash: 62196363
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 2
10
10
  - beta
11
- - 3
12
- version: 0.3.2.beta3
11
+ - 4
12
+ version: 0.3.2.beta4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Dirk Breuer