rails_module_unification 0.6.0 → 0.6.1

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ec1fa46bb3f2a6ff70fa6a4752fe649118ab97f
4
- data.tar.gz: 62de027845335d0a7cf3e5d497b6b0f470cb340f
3
+ metadata.gz: dc84fe5532bfbf7474b6ef8ca641c7d674b46dec
4
+ data.tar.gz: 8c9a6e0d21a1e89fe0cc047efb8ba8c6936f7db4
5
5
  SHA512:
6
- metadata.gz: 9a192edd674eec00fd0fe2730616ed35f2d4c51479c6299b3749eed13a670027a55cc596f01ecc31b9645a1885161e9e4837af28cee97a5c0a1bdf03b31645de
7
- data.tar.gz: cfe7e1e0987012999ce4309c016a772f4c8f0adb2aaf06c569c964a2f1cee772eb99dd303016c44aee28bcdf73ea67437ef8539f9dd34ada1b51d19c927e71ed
6
+ metadata.gz: f0490b4d9fea09c359fe7b6b47aa184261c16c27939468a1f2baf6582f226d56ed9541ba376c784253f55452a90d8d464b948c7701fe72beaf7dc9a496b41bd3
7
+ data.tar.gz: 0ccfb828d9053a8f221571a2a668dc23dcfc47b1f18013bab3796ff7401157ce93d38b4a1b7688dc7133c25fe84c92f5a28ee0d77f6442d762803a58e434fe89
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # rails_module_unification
2
2
  Ember's module unification brought to Rails.
3
3
 
4
+ [![Gem Version](https://badge.fury.io/rb/rails_module_unification.svg)](https://badge.fury.io/rb/rails_module_unification)
4
5
  [![Build Status](https://travis-ci.org/NullVoxPopuli/rails_module_unification.svg?branch=master)](https://travis-ci.org/NullVoxPopuli/rails_module_unification)
5
6
  [![Code Climate](https://codeclimate.com/repos/57dddb2c50dac40e6900197c/badges/73a0a0761e417c655b68/gpa.svg)](https://codeclimate.com/repos/57dddb2c50dac40e6900197c/feed)
6
7
  [![Test Coverage](https://codeclimate.com/repos/57dddb2c50dac40e6900197c/badges/73a0a0761e417c655b68/coverage.svg)](https://codeclimate.com/repos/57dddb2c50dac40e6900197c/coverage)
@@ -17,7 +17,7 @@ module RailsModuleUnification
17
17
  mu_dir = "#{Rails.root}/app/#{RailsModuleUnification.directory}"
18
18
 
19
19
  # Data
20
- data_paths = Dir["#{mu_dir}/data/**/"]
20
+ data_paths = Dir["#{mu_dir}/models/data/**/"]
21
21
  app.config.autoload_paths += data_paths
22
22
 
23
23
  # Resources
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module RailsModuleUnification
3
- VERSION = '0.6.0'.freeze
3
+ VERSION = '0.6.1'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_module_unification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - L. Preston Sego III
@@ -186,5 +186,5 @@ rubyforge_project:
186
186
  rubygems_version: 2.6.7
187
187
  signing_key:
188
188
  specification_version: 4
189
- summary: RailsModuleUnification-0.6.0
189
+ summary: RailsModuleUnification-0.6.1
190
190
  test_files: []