social-avatar-proxy 0.0.8 → 0.0.9

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.
@@ -22,6 +22,11 @@ module SocialAvatarProxy
22
22
  end
23
23
 
24
24
  module Helpers
25
+ def self.included(base)
26
+ base.helper_method :twitter_avatar_path
27
+ base.helper_method :facebook_avatar_path
28
+ end
29
+
25
30
  def twitter_avatar_path(identifier)
26
31
  "/#{SocialAvatarProxy::Engine.mounted_at}/twitter/#{identifier}"
27
32
  end
@@ -1,3 +1,3 @@
1
1
  module SocialAvatarProxy
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social-avatar-proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -160,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  segments:
162
162
  - 0
163
- hash: -3423004338528291902
163
+ hash: -2314349014414794940
164
164
  required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  none: false
166
166
  requirements:
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  version: '0'
170
170
  segments:
171
171
  - 0
172
- hash: -3423004338528291902
172
+ hash: -2314349014414794940
173
173
  requirements: []
174
174
  rubyforge_project:
175
175
  rubygems_version: 1.8.24