social-avatar-proxy 0.0.2 → 0.0.3

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.
@@ -4,7 +4,7 @@ module SocialAvatarProxy
4
4
  class FacebookAvatar < Avatar
5
5
  def remote_url
6
6
  if identifier =~ /^[\w\-\.]+$/i
7
- "https://graph.facebook.com/#{identifier}/picture"
7
+ "https://graph.facebook.com/#{identifier}/picture?width=256&height=256"
8
8
  else
9
9
  raise RuntimeError, "Identifier contains invalid characters"
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module SocialAvatarProxy
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -136,7 +136,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  segments:
138
138
  - 0
139
- hash: -4225642886398576553
139
+ hash: 1494370510572488826
140
140
  required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  none: false
142
142
  requirements:
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  version: '0'
146
146
  segments:
147
147
  - 0
148
- hash: -4225642886398576553
148
+ hash: 1494370510572488826
149
149
  requirements: []
150
150
  rubyforge_project:
151
151
  rubygems_version: 1.8.24