lib/tap.rb in bahuvrihi-tap-0.11.2 vs lib/tap.rb in bahuvrihi-tap-0.12.0
- old
+ new
@@ -1,8 +1,10 @@
autoload(:YAML, 'yaml') # expensive to load
$:.unshift File.expand_path(File.dirname(__FILE__))
+require 'rubygems'
+require 'configurable'
require 'tap/constants'
# require in order...
require 'tap/exe'
require 'tap/task'
\ No newline at end of file