irconnect 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/command.rb +0 -1
  3. data/lib/irconnect.rb +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dceeaa4921ecd73f225a56d9d117012c87a3d21d
4
- data.tar.gz: 973ba8dd099a6004a67712c85ffc225186a32876
3
+ metadata.gz: fad140147efcacbd75c5370c7a9e538f23407123
4
+ data.tar.gz: c4a18d5d1d1ac3bfbd4649c799bb00fe406a5ce5
5
5
  SHA512:
6
- metadata.gz: 7526d562c12c5be0dafa89a712b06c5d7822c936d418f1e842e2e75398f269c0e54f1471ce61c9ccf0aa63cb51062aebf3f5cc6de89a1f222d9517e53e59b7d1
7
- data.tar.gz: 70326593920dcb75fe539d10cdfca50b30586c4d06a5b67dc3ee427640978812ba74a0d965e4348422ae38fc4dbb5601495f56a01ae3b0f7fc2d62f8f4281e4e
6
+ metadata.gz: 4aa542e3e54bc90c394e7e1a2ecab82c331057817fbe83e7a50ce6a8a687b5b335100e07cec7d53c2463a8181ca934ceab1350f92d87af48cee67da6c59a945e
7
+ data.tar.gz: 82b3a178dc5ccd66e194737b58793e3f0a319134dffc764c9be89c746fd19c086af2b4db753ae0f3b9876c0076b640c0cce6200a409af10cd3e3bca96c1077b0
@@ -1,4 +1,3 @@
1
-
2
1
  module IRConnect
3
2
  # represents an IRC Command received from the server
4
3
  class Command
@@ -1,3 +1,3 @@
1
- require './lib/command.rb'
2
- require './lib/connection.rb'
1
+ require 'command.rb'
2
+ require 'connection.rb'
3
3
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: irconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Speers