em-ruby-irc 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module IRC
27
27
 
28
28
  def connect
29
29
  begin
30
- if not defined?(EventMachine::fork_reactor) or ENV["FORK"] == false
30
+ if not defined?(EventMachine::fork_reactor) or ENV["FORK"] == "false"
31
31
  logger.warn("WARNING: Version of eventmachine does not support forking or you used 'FORK=false'. If you specified multiple connections you will only connect to one.")
32
32
  EventMachine::run {
33
33
  begin
data/lib/em-ruby-irc.rb CHANGED
@@ -10,6 +10,6 @@ require File.dirname(__FILE__) + '/em-ruby-irc/IRC-Utils.rb'
10
10
  require File.dirname(__FILE__) + '/em-ruby-irc/default-handlers.rb'
11
11
 
12
12
  module EMIRC
13
- VERSION = '0.0.2'
13
+ VERSION = '0.0.3'
14
14
  end
15
15
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: em-ruby-irc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Brian Stolz