rfeedfinder 0.9.9 → 0.9.10

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.9.10 2007-10-18
2
+
3
+ * Remove output
4
+
1
5
  == 0.9.9 2007-10-13
2
6
 
3
7
  * Solve problem with baseuri
data/lib/rfeedfinder.rb CHANGED
@@ -43,7 +43,6 @@ module Rfeedfinder
43
43
  uri = link[:SRC].to_s if uri.empty?
44
44
  if !uri.strip.empty? and uri !~ /^javascript/
45
45
  uri = URI.join(baseuri, uri).to_s if uri !~ /^http:\/\//
46
- puts "uri: #{uri}"
47
46
  links << uri
48
47
  end
49
48
  end
@@ -2,7 +2,7 @@ module Rfeedfinder #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 9
5
- TINY = 9
5
+ TINY = 10
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -33,7 +33,7 @@
33
33
  <h1>rfeedfinder</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rfeedfinder"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/rfeedfinder" class="numbers">0.9.9</a>
36
+ <a href="http://rubyforge.org/projects/rfeedfinder" class="numbers">0.9.10</a>
37
37
  </div>
38
38
  <h2>What</h2>
39
39
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rfeedfinder
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.9.9
7
- date: 2007-10-13 00:00:00 +02:00
6
+ version: 0.9.10
7
+ date: 2007-10-18 00:00:00 +02:00
8
8
  summary: rFeedFinder uses RSS autodiscovery, Atom autodiscovery, spidering, URL correction, and Web service queries -- whatever it takes -- to find the feed.
9
9
  require_paths:
10
10
  - lib