loco-liquid-filters 0.0.6 → 0.0.7

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.6"
4
+ VERSION = "0.0.7"
5
5
  end
6
6
  end
7
7
  end
@@ -13,6 +13,10 @@ module Loco
13
13
  "http://www.gravatar.com/avatar/#{hash}"
14
14
  end
15
15
 
16
+ def twitter(handle)
17
+ "<a href='http://twitter.com/#{handle}' target='_blank'>@#{handle}</a>"
18
+ end
19
+
16
20
  def teaser(html)
17
21
  if html.nil? || html.empty?
18
22
  ""
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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -103,12 +103,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
103
  - - ! '>='
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
+ segments:
107
+ - 0
108
+ hash: 2701603406876982575
106
109
  required_rubygems_version: !ruby/object:Gem::Requirement
107
110
  none: false
108
111
  requirements:
109
112
  - - ! '>='
110
113
  - !ruby/object:Gem::Version
111
114
  version: '0'
115
+ segments:
116
+ - 0
117
+ hash: 2701603406876982575
112
118
  requirements: []
113
119
  rubyforge_project:
114
120
  rubygems_version: 1.8.24