swdyh-avaticon 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/avaticon.rb +6 -5
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -17,7 +17,7 @@ DESCRIPTION = "A library for getting web service user icon."
17
17
  RUBYFORGE_PROJECT = "avaticon"
18
18
  HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
19
19
  BIN_FILES = %w( )
20
- VERS = "0.0.5"
20
+ VERS = "0.0.6"
21
21
 
22
22
  REV = File.read(".svn/entries")[/committed-rev="(d+)"/, 1] rescue nil
23
23
  CLEAN.include ['**/.*.sw?', '*.gem', '.config']
@@ -79,11 +79,12 @@ class Avaticon
79
79
  end
80
80
 
81
81
  def self.get_html url, opt = {}
82
- if /twitter.com/ === url
83
- Avaticon.get_tw_html url, opt
84
- else
85
- open(url).read
86
- end
82
+ open(url).read
83
+ # if /twitter.com/ === url
84
+ # Avaticon.get_tw_html url, opt
85
+ # else
86
+ # open(url).read
87
+ # end
87
88
  end
88
89
 
89
90
  def self.get_tw_html url, opt = {}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swdyh-avaticon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - swdyh
@@ -9,7 +9,7 @@ autorequire: ""
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-22 00:00:00 -07:00
12
+ date: 2009-09-26 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency