eac_ruby_gem_support 0.5.0 → 0.5.1

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: 122d4ff9339544e7af89cb7953773e7378a47a1133773e68f3c7100fb2c3f929
4
- data.tar.gz: 5e026c58b781b90db5cb15e42dc366459fa01890cbd91a48c7cb07685ad8c695
3
+ metadata.gz: 5950a290db342f30cd1ef6a454aa227aa84f8b9c81cdb1171483cfac7c75b2c9
4
+ data.tar.gz: 56245c1d2ff726893d56d6d8f2433cc5c1e443b52133d319050f672eae618a21
5
5
  SHA512:
6
- metadata.gz: 42611e5020f8bbb21bcffee4b2f853805d717e063d09e6d6298f03ca53587261694259b0b4ae816a05da8b36f1b0138b3a7a51961dff5906fdbd6c8fdc4cfbb5
7
- data.tar.gz: b06df808cce64a4ee25b3c542a17c227bc3d6df9b6609c1192ca5842b2a4a32c9d53ae5d92f7e8c7c21ce495120c5be7cd1cc021654a318613facd5384426bd4
6
+ metadata.gz: 6a0e1da44ae1aca13e3a349e8f2736afffd3feb03a3dd60e3928c4df8de72bbd58f95c4f7d63389d771d6d7c9217db2f311e09d0f0cbb9612c2116e330666c57
7
+ data.tar.gz: 25272c2904eff7fd68dd65b2a06bbe69ba993212bfdb4a5e96e89be5285b02dcb3f7b76ea91425521796d82fd1394d35cf6f4362fdb202a2b804639e358af888
@@ -41,7 +41,7 @@ module EacRubyGemSupport
41
41
  # @return [Pathname]
42
42
  def root_tmp
43
43
  r = ::Pathname.new(::Dir.tmpdir)
44
- .join(app_root_path.expand_path.to_path.variableize + '_specs_tmp')
44
+ .join(app_root_path.expand_path.to_path.variableize + '_specs_tmp')
45
45
  r.mkpath unless r.exist?
46
46
  r
47
47
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacRubyGemSupport
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eac_ruby_gem_support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Esquilo Azul Company
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-23 00:00:00.000000000 Z
11
+ date: 2022-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eac_ruby_utils