net-yail 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -59,6 +59,7 @@ class MessageParser
59
59
  arglist = matches[6].sub(/^ +/, '')
60
60
  (middle_args, trailing_arg) = arglist.split(/ *:/, 2)
61
61
  @params.push(middle_args.split(/ +/), trailing_arg)
62
+ @params.compact!
62
63
  @params.flatten!
63
64
  end
64
65
  end
data/lib/net/yail.rb CHANGED
@@ -230,7 +230,7 @@ class YAIL
230
230
  include Net::IRCEvents::Defaults
231
231
  include Net::IRCOutputAPI
232
232
 
233
- VERSION = '1.3.3'
233
+ VERSION = '1.3.4'
234
234
 
235
235
  attr_reader(
236
236
  :me, # Nickname on the IRC server
File without changes
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 3
8
- - 3
9
- version: 1.3.3
8
+ - 4
9
+ version: 1.3.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jeremy Echols
@@ -14,7 +14,7 @@ autorequire: net/yail
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-18 00:00:00 -04:00
17
+ date: 2010-07-28 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -27,16 +27,16 @@ extensions: []
27
27
  extra_rdoc_files:
28
28
  - README
29
29
  files:
30
- - examples/logger/default.yml
31
30
  - examples/logger/logger_bot.rb
31
+ - examples/logger/default.yml
32
32
  - examples/logger/run.rb
33
33
  - lib/net/yail.rb
34
+ - lib/net/yail/magic_events.rb
34
35
  - lib/net/yail/eventmap.yml
35
36
  - lib/net/yail/IRCBot.rb
36
- - lib/net/yail/magic_events.rb
37
+ - lib/net/yail/message_parser.rb
37
38
  - lib/net/yail/default_events.rb
38
39
  - lib/net/yail/output_api.rb
39
- - lib/net/yail/message_parser.rb
40
40
  - tests/net_yail.rb
41
41
  - tests/tc_message_parser.rb
42
42
  - README