lib/bubble-wrap/camera.rb in bubble-wrap-1.1.5 vs lib/bubble-wrap/camera.rb in bubble-wrap-1.2.0.pre
- old
+ new
@@ -1,7 +1,8 @@
require 'bubble-wrap/loader'
+BubbleWrap.require('motion/util/constants.rb')
BubbleWrap.require('motion/core/device.rb')
BubbleWrap.require('motion/core/device/**/*.rb') do
file('motion/core/device/camera_wrapper.rb').depends_on 'motion/core/device/camera.rb'
- file('motion/core/device/camera.rb').depends_on 'motion/core/device.rb'
+ file('motion/core/device/camera.rb').depends_on ['motion/core/device.rb', 'motion/util/constants.rb']
file('motion/core/device/screen.rb').depends_on 'motion/core/device.rb'
end
\ No newline at end of file