social-avatar-proxy 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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?width=256&height=256"
7
+ "https://graph.facebook.com/#{identifier}/picture?width=73&height=73"
8
8
  else
9
9
  raise RuntimeError, "Identifier contains invalid characters"
10
10
  end
@@ -4,9 +4,9 @@ module SocialAvatarProxy
4
4
  class TwitterAvatar < Avatar
5
5
  def remote_url
6
6
  if identifier =~ /^\d+$/
7
- "http://api.twitter.com/1/users/profile_image?user_id=#{identifier}&size=original"
7
+ "http://api.twitter.com/1/users/profile_image?user_id=#{identifier}&size=bigger"
8
8
  elsif identifier =~ /^[\w\-\.]+$/i
9
- "http://api.twitter.com/1/users/profile_image?screen_name=#{identifier}&size=original"
9
+ "http://api.twitter.com/1/users/profile_image?screen_name=#{identifier}&size=bigger"
10
10
  else
11
11
  raise RuntimeError, "Identifier contains invalid characters"
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module SocialAvatarProxy
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
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.5
4
+ version: 0.0.6
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: -2134945313775672714
139
+ hash: 2654966469690672685
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: -2134945313775672714
148
+ hash: 2654966469690672685
149
149
  requirements: []
150
150
  rubyforge_project:
151
151
  rubygems_version: 1.8.24