loco-liquid-filters 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -62,7 +62,7 @@ module Loco
62
62
  def replaceURLStringWithHref(string)
63
63
  urls = URI.extract(string)
64
64
  urls = urls.uniq
65
- urls.each do[u]
65
+ urls.each do|u|
66
66
  string.gsub!(u,"<a href="+u+">"+u+"</a>")
67
67
  end
68
68
  return string
@@ -1,7 +1,7 @@
1
1
  module Loco
2
2
  module Liquid
3
3
  module Filters
4
- VERSION = "0.0.14"
4
+ VERSION = "0.0.15"
5
5
  end
6
6
  end
7
7
  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.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: