safubot 0.0.4 → 0.0.5

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/lib/safubot/bot.rb CHANGED
@@ -180,7 +180,7 @@ module Safubot
180
180
 
181
181
  # This pulls requests from passive non-streaming sources (currently, the Twitter AJAX API).
182
182
  def pull
183
- @twitter.pull
183
+ @twitter.pull if @twitter
184
184
  end
185
185
 
186
186
  # Goes through each unprocessed Request and submits it for processing.
@@ -1,3 +1,3 @@
1
1
  module Safubot
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: safubot
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jaiden Mispy