web47core 1.1.6 → 1.1.7
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 +4 -4
- data/lib/app/models/concerns/core_system_configuration.rb +1 -1
- data/lib/web47core/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1e18b2bce55638f8f6337cadf186cfca4db434fca7d372da7c6bbf6bf75c759
|
|
4
|
+
data.tar.gz: 41013189e535cbf1b4a157dbd217316a6acc4540874b96566140139eef3ad7a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5ea5c33e887bd1eadb3d551635b210bdaaaf05eb27e2c9f20655122465443922147940ccde996182be81ec3091b52090b03e4915ff357c8fe38fb7b9156e7f1
|
|
7
|
+
data.tar.gz: a94f59ed7b3d355be296b3e78a47dfcd62679929029473679eb8272780dd2bac6554ce0ebd9ffce110f42de08899446feef284e4cb26da70572d881310b600b9
|
|
@@ -113,7 +113,7 @@ module CoreSystemConfiguration
|
|
|
113
113
|
end
|
|
114
114
|
|
|
115
115
|
def respond_to?(method_name, include_private = false)
|
|
116
|
-
configuration.respond_to?(method_name, include_private)
|
|
116
|
+
super || configuration.respond_to?(method_name, include_private)
|
|
117
117
|
end
|
|
118
118
|
|
|
119
119
|
def respond_to_missing?(method_name, include_private = false)
|
data/lib/web47core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: web47core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Schroeder
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -669,7 +669,7 @@ homepage: https://app47.com
|
|
|
669
669
|
licenses:
|
|
670
670
|
- MIT
|
|
671
671
|
metadata: {}
|
|
672
|
-
post_install_message:
|
|
672
|
+
post_install_message:
|
|
673
673
|
rdoc_options: []
|
|
674
674
|
require_paths:
|
|
675
675
|
- lib
|
|
@@ -685,7 +685,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
685
685
|
version: '0'
|
|
686
686
|
requirements: []
|
|
687
687
|
rubygems_version: 3.0.8
|
|
688
|
-
signing_key:
|
|
688
|
+
signing_key:
|
|
689
689
|
specification_version: 4
|
|
690
690
|
summary: App47 Web Core Library.
|
|
691
691
|
test_files: []
|