explorak5_login_prueba 6.0 → 6.0.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
  SHA256:
3
- metadata.gz: 0d25405863c178edfc92f392283f72a1617b24ec1f50377392874765f10e0b7c
4
- data.tar.gz: d8c7237a2804522f0f5c23323b2145be0f31c24b74c4903d30cd8649cc9cdae1
3
+ metadata.gz: 16b8092fb89f6f6ccc823b7670c4925ab41f419639c5b7818eec248ab6e8fb80
4
+ data.tar.gz: 9e1f20d26ac0757d3d5bbee183f4d030d1c25efe06eca803372307e860dad516
5
5
  SHA512:
6
- metadata.gz: 6f9811470cff543f7ada73fca3724453259ec23262bf0ea9082df7d4e9daf3f5f8313c64f94fcc88c7f179587b172bcb1e37d12c3afd29290a2d576adafa4be7
7
- data.tar.gz: c38f15e241a4e30efd933f1e508fc61d51070dbbd66606be986b1220957ebba38d7b414dd5b82d8dda4ee0f6edc4224455d05bac394324c93719c17e9ff216c5
6
+ metadata.gz: 100b1997620df422a129f0f8fc6ac28425a56f9508d31ac6232c2c0119091bf164569b26e3b203e007b23f5e4b7a37a3db0e5a1a2f637dbb7102f7140cde2530
7
+ data.tar.gz: ed5c84736e7c82d75a49da497ac3baaedfbeab7dd771f375b913b4d0f52de47198f1a1b866548f70b93430bf153ca67a2cc10c62d1a82c8a9bb8471e275d5303
@@ -1,14 +1,11 @@
1
- # lib/explorak5_login_prueba/engine.rb
2
-
3
- module ExploraK5LoginPrueba
1
+ module Explorak5LoginPrueba
4
2
  class Engine < ::Rails::Engine
5
- # Configura el path para las vistas de la gema
6
- config.paths['app/views'] << File.expand_path('lib/explorak5_login_prueba/app/views', __dir__)
3
+ isolate_namespace Explorak5LoginPrueba
7
4
 
8
- initializer 'explorak5_login_prueba.assets.precompile' do |app|
9
- app.config.assets.precompile += %w(
10
- explorak5_login_prueba/images/*
11
- )
5
+ initializer 'explorak5_login_prueba.action_controller' do |app|
6
+ ActiveSupport.on_load :action_controller do
7
+ append_view_path Explorak5LoginPrueba::Engine.root.join('app', 'views')
8
+ end
12
9
  end
13
10
  end
14
11
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "6.0"
4
+ VERSION = "6.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: explorak5_login_prueba
3
3
  version: !ruby/object:Gem::Version
4
- version: '6.0'
4
+ version: 6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Ibarra