avm-eac_ruby_base1 0.9.0 → 0.9.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 +4 -4
- data/lib/avm/eac_ruby_base1/sources/base.rb +6 -4
- data/lib/avm/eac_ruby_base1/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: 8a0defddeada92680a4688c0326e8d40f21eb9c12f4b0ede5e3785a4b2d1c074
|
4
|
+
data.tar.gz: c2e29d312d303bc07c1b25bdb939bd218347d2fbb9519810b64e1223890ebc20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fc27304decd96a44a817b48dd149b537f0dd46ff61738e0467f3b70c1fac889536a206995063baf34832e03a1fa7317b0be8ef87fc2b4d7d7aa954875360723
|
7
|
+
data.tar.gz: a07421f056431ab44b42803aa266df92d90acf79650f3fb0ace721920a7fecf33d4cbe7982b875562055ab62cf2c32814af72460bfcde0050071cedd55e47c92
|
@@ -15,10 +15,6 @@ module Avm
|
|
15
15
|
|
16
16
|
require_sub __FILE__, include_modules: :prepend
|
17
17
|
|
18
|
-
# To-do: dismiss this method at Avm::EacRailsBase1::Instance and remove.
|
19
|
-
# @return [EacRubyUtils::Envs::BaseEnv]
|
20
|
-
attr_reader :env
|
21
|
-
|
22
18
|
# @return [Hash<String, EacRubyUtils::Envs::Command>]
|
23
19
|
def default_test_commands
|
24
20
|
{
|
@@ -26,6 +22,12 @@ module Avm
|
|
26
22
|
}
|
27
23
|
end
|
28
24
|
|
25
|
+
# To-do: dismiss this method at Avm::EacRailsBase1::Instance and remove.
|
26
|
+
# @return [EacRubyUtils::Envs::BaseEnv]
|
27
|
+
def env
|
28
|
+
@env.presence || super
|
29
|
+
end
|
30
|
+
|
29
31
|
# To-do: dismiss this method at Avm::EacRailsBase1::Instance and remove.
|
30
32
|
# @return [Avm::EacRubyBase1::Sources::Base]
|
31
33
|
def env_set(env)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avm-eac_ruby_base1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
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: 2022-07-
|
11
|
+
date: 2022-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: avm
|