rails_module_unification 0.8.0 → 0.8.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: 4f09f2034c168ae0699b475fc4236f96d0c2025c
4
- data.tar.gz: d68d6c1140ca93f78ba7d72c0437fe9262d2c90a
3
+ metadata.gz: 6ae813e70fba9f88b3cbad900b345f9fdee4a7bc
4
+ data.tar.gz: 2b12720631537c753cc095606e6a6122aff6d904
5
5
  SHA512:
6
- metadata.gz: a03f3f0a27d16329e53de15c49e7d9276268e5ec27e032622db971fa389d80ef4cd07961d846f66512b58ae4320c90fce7b3131b0c06512b48f04fd65649a278
7
- data.tar.gz: 3e351ef779ac76300204fd2975230ee2caeb604b614727b90f649781a0e2701cf3640002b59a6d69e0f14a50bed0dd3f1db052842ae52609c167462dc2cb084c
6
+ metadata.gz: 4acc9235d0fb9fb1330783ba66dc59817bb97b479545f8fee4c7ebc0147fd257d7e3f4b7afe08e37ba641fc13049f898db7bb409ae64602629bfb9becaa67053
7
+ data.tar.gz: 34179ae562b08983f3e4cc1479d5bbc93946743ce8690efaf06d971f25501c6a4abdea101858eb5dcf06d649cf61e811391a02b978a5b88a53cde29f1568d155
@@ -12,8 +12,6 @@ module RailsModuleUnification
12
12
  #
13
13
  # This module should only be used as class methods on the inheriting object
14
14
  module PathExtensions
15
- require 'awesome_print'
16
-
17
15
  def local_prefixes
18
16
  [_rmu_resource_path] + super
19
17
  end
@@ -1,7 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  module RailsModuleUnification
3
3
  class ResourceResolver < ::ActionView::OptimizedFileSystemResolver
4
- require 'pry-byebug'
5
4
  def initialize
6
5
  path = [
7
6
  Rails.root,
@@ -31,7 +31,6 @@ module RailsModuleUnification
31
31
  end
32
32
 
33
33
  config.after_initialize do
34
- # binding.pry
35
34
  ActionController::Base.prepend_view_path RailsModuleUnification::ResourceResolver.new
36
35
  end
37
36
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module RailsModuleUnification
3
- VERSION = '0.8.0'
3
+ VERSION = '0.8.1'
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.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - L. Preston Sego III
@@ -175,5 +175,5 @@ rubyforge_project:
175
175
  rubygems_version: 2.6.7
176
176
  signing_key:
177
177
  specification_version: 4
178
- summary: RailsModuleUnification-0.8.0
178
+ summary: RailsModuleUnification-0.8.1
179
179
  test_files: []