lib/example.rb in evented_bluepill-0.0.46 vs lib/example.rb in evented_bluepill-0.0.47
- old
+ new
@@ -1,9 +1,10 @@
#! /usr/bin/env ruby
-$LOAD_PATH << 'lib/'
+# -*- encoding: utf-8 -*-
require 'rubygems'
require 'bluepill'
+require 'active_support'
require 'logger'
ROOT_DIR = "/tmp/bp"
# Watch with
\ No newline at end of file