lib/picky.rb in picky-4.2.0 vs lib/picky.rb in picky-4.2.1
- old
+ new
@@ -8,10 +8,18 @@
require 'active_support/core_ext/enumerable'
require 'active_support/multibyte'
require 'yajl'
require 'procrastinate'
require 'rack_fast_escape' if defined? Rack
-
+
+ # Check if platform specific modifiers need to be installed.
+ #
+
+ # Note: We don't use require_relative because MacRuby doesn't
+ # have it.
+ #
+ require File.expand_path '../picky/platforms/macruby', __FILE__
+
# Require the constants.
#
require_relative 'picky/constants'
# Loader which handles framework and app loading.
\ No newline at end of file