lib/foreground.rb in foreground-0.0.2 vs lib/foreground.rb in foreground-0.0.3
- old
+ new
@@ -1,7 +1,7 @@
-require 'shellwords'
require 'mixlib/cli'
require 'foreground/version'
+require 'foreground/daemon'
require 'foreground/cli'
module Foreground
# Your code goes here... or not.
end