lib/rstack.rb in jrun-rstack-0.5.2 vs lib/rstack.rb in jrun-rstack-0.5.4
- old
+ new
@@ -8,18 +8,5 @@
def self.vendor
root / 'vendor'
end
end
-
-Pathname.glob((RStack.vendor / '**').to_s).each do |dir|
- $:.unshift File.directory?(lib = "#{dir}/lib") ? lib : dir
-end
-
-require 'rake/gempackagetask'
-require 'spec/rake/spectask'
-
-require 'rstack/version'
-require 'rstack/configuration'
-require 'rstack/generator'
-
-Pathname.glob((RStack.root / 'lib/rstack/tasks/*.rb').to_s).each {|f| require f }