orange 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/orange.rb +1 -0
  2. 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')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orange
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Haslem