loco-liquid-filters 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Loco
2
2
  module Liquid
3
3
  module Filters
4
- VERSION = "0.0.13"
4
+ VERSION = "0.0.14"
5
5
  end
6
6
  end
7
7
  end
@@ -63,7 +63,7 @@ module Loco
63
63
  urls = URI.extract(string)
64
64
  urls = urls.uniq
65
65
  urls.each do[u]
66
- string.gsub(u,"<a href="+u+">"+u+"</a>")
66
+ string.gsub!(u,"<a href="+u+">"+u+"</a>")
67
67
  end
68
68
  return string
69
69
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: loco-liquid-filters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: