lib/octospy.rb in octospy-0.0.1 vs lib/octospy.rb in octospy-0.0.2
- old
+ new
@@ -12,10 +12,9 @@
require 'octospy/octokit/client'
module Octospy
class << self
include Octospy::Configurable
- include Octospy::Recordable
def parse(event)
Octospy::Parser.new(event).parse
end