lib/scout.rb in scout-2.0.7 vs lib/scout.rb in scout-4.0.0

- old
+ new

@@ -1,9 +1,9 @@ #!/usr/bin/env ruby -wKU +module Scout + VERSION = "4.0.0".freeze +end + require "scout/command" require "scout/plugin" require "scout/server" - -module Scout - VERSION = "2.0.7".freeze -end