tweetwine 0.2.10 → 0.2.11

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.2.11 released 2010-02-28
2
+
3
+ * Fix compatibility with rest-client 1.4.0
4
+
1
5
  === 0.2.10 released 2010-02-28
2
6
 
3
7
  * Fixed a bug in retrying connection upon connection failure: the last attempt
@@ -1,3 +1,3 @@
1
1
  module Tweetwine
2
- VERSION = "0.2.10".freeze
2
+ VERSION = "0.2.11".freeze
3
3
  end
@@ -18,7 +18,7 @@ module Tweetwine
18
18
  non_retrying_method_name = "original_#{method_name}".to_sym
19
19
  alias_method non_retrying_method_name, method_name
20
20
  define_method(method_name) do |*args|
21
- do_with_retries { send(non_retrying_method_name, *args) }
21
+ do_with_retries { send(non_retrying_method_name, *args).to_s }
22
22
  end
23
23
  end
24
24
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 10
9
- version: 0.2.10
8
+ - 11
9
+ version: 0.2.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tuomas Kareinen
@@ -91,7 +91,7 @@ licenses: []
91
91
  post_install_message:
92
92
  rdoc_options:
93
93
  - --title
94
- - tweetwine 0.2.10
94
+ - tweetwine 0.2.11
95
95
  - --main
96
96
  - README.rdoc
97
97
  - --exclude