orange 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/orange.rb +1 -0
- metadata +1 -1
data/lib/orange.rb
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
libdir = File.dirname(__FILE__)
|
2
2
|
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
3
3
|
|
4
|
+
require File.join(libdir, 'orange', 'magick.rb')
|
4
5
|
Dir.glob(File.join(libdir, 'orange', '*.rb')).each {|f| require f }
|
5
6
|
Dir.glob(File.join(libdir, 'orange', 'cartons', '*.rb')).each {|f| require f }
|
6
7
|
require File.join(libdir, 'orange', 'resources', 'model_resource.rb')
|