eac_rails_base0 0.28.2 → 0.28.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ca6e4ae6b633d71a62eb6a2d6783360edb9edbbab02ec6ba90c75dc3e3bcd62
|
4
|
+
data.tar.gz: 7790ab4931d43b09539cb8af9457d588c1fa9c3063a4be7320498aa98401cd89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5dfdc2e9c6cc418a8b026d73fd35cb928126a76e86403fc02df459586055ae554b9e1b4bd4082cda4d416658d73570c93b0f27bd142017fab7f6a9ed3793ac47
|
7
|
+
data.tar.gz: 25847b52d81ea6525e8b20b8a43fadc139a3bfd661b54815f056afcc4212647f0576074d23cc813b506bd65440d67770a5c916688e0821afd0e2376fff901e80
|
@@ -1,2 +1,2 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
|
-
|
2
|
+
require 'eac_rails_base0/patches/eac_rails_utils_links_helper_patch'
|
data/config/routes.rb
CHANGED
@@ -29,7 +29,7 @@ module EacRailsBase0
|
|
29
29
|
end
|
30
30
|
end
|
31
31
|
|
32
|
-
|
32
|
+
require 'eac_rails_utils/links_helper'
|
33
33
|
patch = ::EacRailsBase0::Patches::EacRailsUtilsLinksHelper
|
34
34
|
target = ::EacRailsUtils::LinksHelper
|
35
35
|
target.send(:include, patch) unless target.included_modules.include?(patch)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eac_rails_base0
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.28.
|
4
|
+
version: 0.28.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Esquilo Azul Company
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aranha
|