rdelicious 1.0.1 → 1.0.2

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
+ == 1.0.2 2008-01-09
2
+
3
+ * Corrected: remove debug printing
4
+
1
5
  == 1.0.1 2008-01-09
2
6
 
3
7
  * Corrected: cgi library call, conflict detected when using ramaze
data/lib/rdelicious.rb CHANGED
@@ -27,7 +27,6 @@ class Rdelicious
27
27
  def url_exists?(url)
28
28
  resp = request("/v1/posts/get?&url=#{CGI.escape(url)}")
29
29
  begin
30
- print "resp: #{resp}"
31
30
  # XML Document
32
31
  doc = REXML::Document.new(resp)
33
32
  # Verify number of elements
@@ -56,7 +55,6 @@ class Rdelicious
56
55
  # Method from http://snippets.dzone.com/posts/show/2431
57
56
  resp = ""
58
57
  begin
59
- print "req: #{request}"
60
58
  http.start do |http|
61
59
  req = Net::HTTP::Get.new(request, {"User-Agent" => "Rdelicious"})
62
60
  req.basic_auth(@delicious_id, @delicious_password)
@@ -2,7 +2,7 @@ class Rdelicious
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -33,7 +33,7 @@
33
33
  <h1>rdelicious</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rdelicious"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/rdelicious" class="numbers">1.0.1</a>
36
+ <a href="http://rubyforge.org/projects/rdelicious" class="numbers">1.0.2</a>
37
37
  </div>
38
38
  <h1>&#x2192; &#8216;rdelicious&#8217;</h1>
39
39
 
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rdelicious
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.1
6
+ version: 1.0.2
7
7
  date: 2008-01-09 00:00:00 +01:00
8
8
  summary: Delicious API wrapper for ruby
9
9
  require_paths: