twitter2jabber 0.2.0 → 0.2.1

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.2.0
5
+ This documentation refers to twitter2jabber version 0.2.1
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/bin/twitter2jabber CHANGED
@@ -196,7 +196,7 @@ begin
196
196
  pid = nil
197
197
 
198
198
  Elif.foreach(log) { |line|
199
- case line
199
+ case line.chomp
200
200
  when /\A(\d+)\z/
201
201
  pid ||= $1.to_i
202
202
  break if options[:last]
@@ -4,7 +4,7 @@ class Twitter2Jabber
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 2
7
- TINY = 0
7
+ TINY = 1
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille