twitter2jabber 0.2.1 → 0.2.2

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.2.1
5
+ This documentation refers to twitter2jabber version 0.2.2
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/bin/twitter2jabber CHANGED
@@ -176,8 +176,8 @@ recipients.uniq!
176
176
 
177
177
  begin
178
178
  if options[:wrap]
179
- options[:loop] = true
180
- options[:verbose] = true
179
+ options[:loop] = true
180
+ config[:verbose] = true
181
181
 
182
182
  case log = config[:log]
183
183
  when String
@@ -4,7 +4,7 @@ class Twitter2Jabber
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 2
7
- TINY = 1
7
+ TINY = 2
8
8
 
9
9
  class << self
10
10
 
@@ -69,6 +69,7 @@ class Twitter2Jabber
69
69
  @debug = options[:debug]
70
70
  @log = options[:log]
71
71
 
72
+ log.sync = true
72
73
  logm 'HAI!'
73
74
 
74
75
  @twitter = twitter_connect(options[:twitter])
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.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille