tagify_string 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ String.class_eval do
26
26
  end
27
27
 
28
28
  # The Sonia Clause. Check for all garbage characters. Return an empty string in this case.
29
- output = self.gsub("_", "").parameterize(opts[:sep])
29
+ output = self.gsub("_", " ").parameterize(opts[:sep])
30
30
  return "" if output.length == 0
31
31
 
32
32
  # Otherwise, attach prefix, process for case and send back.
@@ -1,3 +1,3 @@
1
1
  module TagifyString
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagify_string
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: