jugyo-termtter 0.3.8 → 0.3.9

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.
Files changed (2) hide show
  1. data/lib/termtter.rb +2 -2
  2. metadata +1 -1
data/lib/termtter.rb CHANGED
@@ -10,7 +10,7 @@ $:.unshift(File.dirname(__FILE__)) unless
10
10
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
11
11
 
12
12
  module Termtter
13
- VERSION = '0.3.8'
13
+ VERSION = '0.3.9'
14
14
 
15
15
  class CommandNotFound < StandardError; end
16
16
 
@@ -66,7 +66,7 @@ module Termtter
66
66
 
67
67
  def update_friends_timeline
68
68
  uri = "http://twitter.com/statuses/friends_timeline.json"
69
- if @since_id && !@since_id.empty?
69
+ if @since_id
70
70
  uri += "?since_id=#{@since_id}"
71
71
  end
72
72
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jugyo-termtter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - jugyo