vbot 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1de5d8c3902d8815dd0fac2f5ff33bae8223115a
4
- data.tar.gz: c13ba25b423ee22f17e054d8ca313d11caed8806
3
+ metadata.gz: 6638d3e56a06aa3491948ea1af4e83d2199f87ff
4
+ data.tar.gz: f68559f25822c839c8a64636fb83904ef6be47c9
5
5
  SHA512:
6
- metadata.gz: dfc1f5b1e6f693d6747d216feb8821357a9764080a9b4eed8fd000ba6f82b1ab7b7709448c094b0b36f14734e6a47b0d3ffd8555c9c984c47bb3ec802bc0ec45
7
- data.tar.gz: 850ece2326a5baf03987218e4fc1974227983136dadbc5476ed9a47ec8d753bee2c898b64e5219e749a49db88f7933869d92371522daa87f3cffa3fa228fb6c5
6
+ metadata.gz: be0e29c412a2f540d28af93035060b8e7a58adf2ebfb5237fb2c81590a52bd2455d1e33a7fa57d46b8c3e26e67bf3e2169cd75ca2b42cb1434c75aa1b6ba1c71
7
+ data.tar.gz: eb4a63f793f7517567763364b409d4b33ffd028616eae979959fc1c195d55977e50c1c191ac660d7449f316a26c0a4c32b414ed45b4eb9ea3b484ce77666d67f
@@ -13,8 +13,7 @@ class VbotController
13
13
  attr_reader :server, :port, :nick, :ident, :gecos, :chan
14
14
 
15
15
  ##
16
- # Initializes a Verboten object with configuration details
17
- # stored in argument as a hash
16
+ # Initializes a VbotController object
18
17
  #
19
18
  def initialize config
20
19
  @server = config['server']
@@ -28,11 +27,12 @@ class VbotController
28
27
  end
29
28
 
30
29
  ##
31
- # Handles writing to socket output
30
+ # Writes to socket output
32
31
  #
33
32
  def send_msg msg
34
33
  @socket.puts msg
35
34
  end
35
+
36
36
  ##
37
37
  # Starts the connection to the server and provides identification
38
38
  #
@@ -9,6 +9,9 @@
9
9
  #
10
10
  class VbotMsgLogic
11
11
 
12
+ ##
13
+ # Initializes a VbotMsgLogic object
14
+ #
12
15
  def initialize config
13
16
  @nick = config['nick']
14
17
  @ident = config['ident']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Davis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-21 00:00:00.000000000 Z
11
+ date: 2016-04-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'vbot is an IRC bot library that aims to be make building and extending
14
14
  IRC bots more efficient.
@@ -49,7 +49,7 @@ rubyforge_project:
49
49
  rubygems_version: 2.5.1
50
50
  signing_key:
51
51
  specification_version: 4
52
- summary: vbot is an IRC bot library
52
+ summary: Ruby library for building IRC bots
53
53
  test_files:
54
54
  - test/test_vbot.rb
55
55
  has_rdoc: