twitter2jabber 0.1.1 → 0.1.2

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.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to twitter2jabber version 0.1.1
5
+ This documentation refers to twitter2jabber version 0.1.2
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -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.text
286
+ body << "RT @#{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
@@ -4,7 +4,7 @@ class Twitter2Jabber
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- TINY = 1
7
+ TINY = 2
8
8
 
9
9
  class << self
10
10
 
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille