blackwinter-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: blackwinter-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
@@ -87,6 +87,7 @@ files:
87
87
  - sample/templates/tweet.txt
88
88
  has_rdoc: false
89
89
  homepage: http://twitter2jabber.rubyforge.org/
90
+ licenses:
90
91
  post_install_message:
91
92
  rdoc_options:
92
93
  - --line-numbers
@@ -115,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
116
  requirements: []
116
117
 
117
118
  rubyforge_project: twitter2jabber
118
- rubygems_version: 1.2.0
119
+ rubygems_version: 1.3.5
119
120
  signing_key:
120
121
  specification_version: 3
121
122
  summary: Twitter-to-Jabber gateway.