lib/boson.rb in boson-0.2.2 vs lib/boson.rb in boson-0.2.3
- old
+ new
@@ -3,10 +3,10 @@
%w{runner runners/console_runner repo manager loader inspector library}.each {|e| require "boson/#{e}" }
%w{argument method comment}.each {|e| require "boson/inspectors/#{e}_inspector" }
# order of library subclasses matters
%w{module file gem require local_file}.each {|e| require "boson/libraries/#{e}_library" }
(%w{namespace view command util commands option_parser options} +
- %w{index repo_index scientist option_command pipe}).each {|e| require "boson/#{e}" }
+ %w{index repo_index scientist option_command pipe pipes}).each {|e| require "boson/#{e}" }
# This module stores the libraries, commands, repos and main object used throughout Boson.
#
# Useful documentation links:
# * Boson::BinRunner - Runs the boson executable
\ No newline at end of file