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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 780225532c5277d4425eb9948ab18153af0bb0d0ddb5027521739f0e93ec70b0
4
- data.tar.gz: 0d26f58492430c07a1802138a8045b85e1ce7f857389569da2089cd09fc86fd2
3
+ metadata.gz: 8a0defddeada92680a4688c0326e8d40f21eb9c12f4b0ede5e3785a4b2d1c074
4
+ data.tar.gz: c2e29d312d303bc07c1b25bdb939bd218347d2fbb9519810b64e1223890ebc20
5
5
  SHA512:
6
- metadata.gz: 8fbefabee1d3ff1325c33188c9122f757ddc4de2a0218c63dd9f280f24c276d18f8bc31bc21c94253baaf3a43123bf23c81ae24f97e6695d343178fb52f11a04
7
- data.tar.gz: 6d00182224a9ed6de4b87ef95b0345ba10ca7b025abff621d6ebdbe3db3057af0c018d653de26401c975255d7b3b7c451111eb006868ffc9ead721979b5f20e6
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)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Avm
4
4
  module EacRubyBase1
5
- VERSION = '0.9.0'
5
+ VERSION = '0.9.1'
6
6
  end
7
7
  end
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.0
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-17 00:00:00.000000000 Z
11
+ date: 2022-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: avm