motion_require 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ module MotionRequire
4
4
  class DependencyBuilder
5
5
  def self.build(app, load_paths = ['app', 'vendor'])
6
6
  builder = new(app, load_paths)
7
- app.files_dependencies(builder.dependencies)
8
7
  app.files = [File.join(File.dirname(__FILE__), 'require.rb')] + builder.file_list
8
+ app.files_dependencies(builder.dependencies)
9
9
  end
10
10
 
11
11
  def initialize(app, load_paths)
@@ -1,3 +1,3 @@
1
1
  module MotionRequire
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion_require
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: