eac_git 0.4.0 → 0.4.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: 14b3b82000cc1112a35348248ab9f5ef618269fb62060ff30bf77ca7d2d82108
4
- data.tar.gz: 0b2eb750b057130123101dca10c4fd2c099695c40978c8243cbf3939f7484eda
3
+ metadata.gz: 88f33243bc2e7b99f0401b45a82c09f2b83179b716258566c2a02bf22b8e783a
4
+ data.tar.gz: d8364ba8382bc2a8cdbcf452a863d59ef0f40b4c94e093c5c487b6a9b26d8117
5
5
  SHA512:
6
- metadata.gz: d21e1d293366d2bbae49c13b263558a896f169983505ab855bddb4a4556ec271a9c3d9f819e9a441a76b830c172d6615eb20b1c353c7029266425213c24183be
7
- data.tar.gz: 1c0071afbc32ed6c1e2b1b712caf2b3583dd597fd544a2324d099a552fa61b5feacfbade6ecb21d13e432819556fcd6e4d72da9bd052f72cd7429652103e5e36
6
+ metadata.gz: a666558266a77e58f614a8bd512d2cc8b4b8f0593c6f5feb0f8d926e3fae99098b96ea6c38fc5890fb41ebfac317fda13815ff33f3c69482a3856fcf67008cfd
7
+ data.tar.gz: e15684fb5458ba30546e13d89bc7186b3d542a8a32606a0749f543715a8c570781425ae80bb9deb1b6723abf101b1c2d8e10fd498880a6bfbc0f17ea26e03b74
@@ -44,7 +44,7 @@ module EacGit
44
44
  end
45
45
 
46
46
  def touch
47
- path.touch
47
+ ::FileUtils.touch(path.to_path)
48
48
  end
49
49
 
50
50
  def delete
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EacGit
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eac_git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.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: 2021-03-28 00:00:00.000000000 Z
11
+ date: 2021-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eac_ruby_utils