twitter2jabber 0.1.9 → 0.2.0

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.9
5
+ This documentation refers to twitter2jabber version 0.2.0
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/bin/twitter2jabber CHANGED
@@ -124,7 +124,7 @@ OptionParser.new { |opts|
124
124
 
125
125
  opts.on('-L', '--loop-wrap [LOG]', "Convenience switch: implies '--loop', '--verbose', and", "'--since-id'; kills existing process and logs output to LOG") { |l|
126
126
  options[:wrap] = true
127
- options[:log] = File.open(l, 'a') if l
127
+ options[:log] = l && File.open(l, 'a')
128
128
  }
129
129
 
130
130
  opts.separator ' '
@@ -3,8 +3,8 @@ class Twitter2Jabber
3
3
  module Version
4
4
 
5
5
  MAJOR = 0
6
- MINOR = 1
7
- TINY = 9
6
+ MINOR = 2
7
+ TINY = 0
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.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille