lib/echelon.rb in echelon-0.0.1 vs lib/echelon.rb in echelon-0.0.2

- old
+ new

@@ -1,9 +1,10 @@ $:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require "#{File.dirname(__FILE__)}/echelon/ride.rb" require "#{File.dirname(__FILE__)}/echelon/thorpe_park.rb" +require "#{File.dirname(__FILE__)}/echelon/disneyland_paris.rb" module Echelon - VERSION = '0.0.1' + VERSION = '0.0.2' end \ No newline at end of file