motion-require 0.0.7 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NWI0MDU0NTRjOTJlMjJlNzI2ZTc5YjNmMzY4NGY2ZjYxZTYwZmM0OQ==
5
- data.tar.gz: !binary |-
6
- OTE3ZGE5NjQ1MjZlYmEzZGQwOWNmMmU0NTYzMWU5YzY1OGVlYTRjNw==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- MWJjZGVjNjQ5NjYyNmJkN2RhNDEwOWI5NjdhMDc1NmE0NjNhMWUwNzliMGQ1
10
- M2JkMzU4ODdhODBkODIwYWUwYTQxYzg5NTUyYzgxNzdkMTZhODJkOGQ3MTcw
11
- ZGM2NmZmZWMwYTAyMTk2MWRkNzlkZjEzYmJhOGRhMzkwODkwMmU=
12
- data.tar.gz: !binary |-
13
- NmQ0N2RlNzQxZWUyMTEzNWRhZTFkNzc0YWVjZTQ4MDVhYjAyMzUwMWI4OGU0
14
- ODBjN2Y3NDBiMTFjMTU5YWRiOGRkN2NjYmE5NzQwODc5MDQzMDFiMzVjMTdl
15
- MzRjYjRjZmNmZDEwNzA3NGE0YThkMjQxZmUwY2RhYWY1Nzg3MTQ=
2
+ SHA1:
3
+ metadata.gz: 8f0e3ca776d4929815ce73f741bf83029ccc2ca7
4
+ data.tar.gz: f080b2ccf72e2337e7181e67bcfe007ad14c2787
5
+ SHA512:
6
+ metadata.gz: 47a2a9cd4fd9590195fd6fad1bb67c06ac163a58b79038178c007941728a140e60b72e64ca90463e1816403557244b27532a42a079d90772c319713782a4d8a5
7
+ data.tar.gz: d8934f032d4a999ed0215927ad7de4960895dd3b959f3b847394ffec684903a542434ade5fd01bf5ae7af50db150ae9dc16d7636f3b3c5de85d8be4c75601273
@@ -1,5 +1,5 @@
1
1
  module Motion
2
2
  module Require
3
- VERSION="0.0.7"
3
+ VERSION="0.1.0"
4
4
  end
5
5
  end
@@ -91,7 +91,7 @@ module Motion
91
91
  Motion::Project::App.setup do |app|
92
92
  if files.nil? || files.empty?
93
93
  app.files.push ext_file
94
- app.files_dependencies dependencies_for(app.files)
94
+ app.files_dependencies dependencies_for(app.files.flatten)
95
95
  else
96
96
  # Place files prior to those in ./app, otherwise at the end.
97
97
  preceding_app = app.files.index { |f| f =~ %r(^(?:\./)?app/) } || -1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-require
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clay Allsopp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-14 00:00:00.000000000 Z
11
+ date: 2014-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -53,12 +53,12 @@ require_paths:
53
53
  - lib
54
54
  required_ruby_version: !ruby/object:Gem::Requirement
55
55
  requirements:
56
- - - ! '>='
56
+ - - '>='
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  requirements:
61
- - - ! '>='
61
+ - - '>='
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
@@ -71,3 +71,4 @@ test_files:
71
71
  - spec/motion_require_spec.rb
72
72
  - spec/spec_helper.rb
73
73
  - spec/TestApp/app/app_delegate.rb
74
+ has_rdoc: