twitter2jabber 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to twitter2jabber version 0.1.0
5
+ This documentation refers to twitter2jabber version 0.1.1
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -4,7 +4,7 @@ class Twitter2Jabber
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- TINY = 0
7
+ TINY = 1
8
8
 
9
9
  class << self
10
10
 
@@ -283,7 +283,7 @@ le[n[gth]] STATUS -- Determine length
283
283
  tweet = twitter.status($1)
284
284
 
285
285
  body << ' ' unless body.empty?
286
- body << '@' << tweet.user.screen_name << ': ' << tweet.body
286
+ body << '@' << tweet.user.screen_name << ': ' << tweet.text
287
287
  elsif body.sub!(/\Are(?:ply)?\s+#?(\d+):?\s+/i, '')
288
288
  options[:in_reply_to_status_id] = $1
289
289
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter2jabber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-31 00:00:00 +02:00
12
+ date: 2009-09-03 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency