eac_config 0.4.0 → 0.5.0
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/eac_config/node.rb +7 -0
- data/lib/eac_config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: feff3824330eb08ebf9bbfabc71d667daf854fa32843459af48d6b23c1fe2071
|
|
4
|
+
data.tar.gz: fcc142b1fbe378352dfb3925a4a84480d15f13307d47cbc250ff0ae7c187d362
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03e62f397f4ba9a412742b0a90384814a0a81bb5f402885468de79f758a6719d6a0723716d0d6075ec8a01c5d654242bb8657f29939c3bc9b4f18e1a69222f4c
|
|
7
|
+
data.tar.gz: 5983f6b699f60a3006de7015c01308b5371410884ac2d66f93004c2a4d5b82063bbc92080ee8a6e03374a7c1bd31e3870baa05f0e7a71806b27c786c47642f66
|
data/lib/eac_config/node.rb
CHANGED
|
@@ -7,9 +7,16 @@ require 'eac_config/load_nodes_search'
|
|
|
7
7
|
require 'eac_config/node_entry'
|
|
8
8
|
require 'eac_config/node_uri'
|
|
9
9
|
require 'eac_ruby_utils/core_ext'
|
|
10
|
+
require 'eac_ruby_utils/context'
|
|
10
11
|
|
|
11
12
|
module EacConfig
|
|
12
13
|
module Node
|
|
14
|
+
class << self
|
|
15
|
+
def context
|
|
16
|
+
@context ||= ::EacRubyUtils::Context.new
|
|
17
|
+
end
|
|
18
|
+
end
|
|
19
|
+
|
|
13
20
|
attr_accessor :write_node
|
|
14
21
|
|
|
15
22
|
common_concern do
|
data/lib/eac_config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eac_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Put here the authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|