splittingred / kag-gather

Gather IRC bot in Ruby
2 stars 1 forks source link

Use executables to run the gather and server components #64

Closed sgerrand closed 11 years ago

sgerrand commented 11 years ago

The current implementation uses the Ruby interpreter directly against files in the lib directory. Following Ruby (and general Unix) idioms, it makes sense to move the functionality for this into executables where applicable. Additionally, as these files (lib/gather.rb and lib/server.rb) have no tests, this also indicates that these files should probably be moved into the bin directory.