itamae 1.0.0.beta45 → 1.0.0.beta46

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
  SHA1:
3
- metadata.gz: 30928582ba392469a4486a627a338679a043325d
4
- data.tar.gz: ebe9aa8b1277b3ff6bd1fc24eb90e3d4bdbdb09a
3
+ metadata.gz: 462da7219309a63abf6c49cc47d94bc1a9d91dcf
4
+ data.tar.gz: d3552cff634c03b3d7d13e4784e24b9ffe47d02b
5
5
  SHA512:
6
- metadata.gz: 7c520cec281a78ac8adb14dbe3f65c9736b9a2dadd810d6fc38e3e12a5e03484444404ee9cf068125d680a6c36e7cc4c77004757e46d844c83af1f4a666c2aa7
7
- data.tar.gz: 642f82a7545b77029ebce1372996eb18488864d315b9e302a5a0e4a39b702e47bec32231d5af8ff649fdf4cd77c42992e076613ad9c320274729294918d550ce
6
+ metadata.gz: 174875cbf3bfda90c1b97d5e3add693fc8415288b01107097fd8822e361a058a0ec0efb19c0f6c22276a0493fef240dc44bbc81ad645712cecf262d987cd8e09
7
+ data.tar.gz: 1f3e829b9e1f06e840f8fe72d32568d8b6088bb88d3df6837c7dd3795d05ed49b2b10e37af0aeb52c4bb03128c28d15666daba6eaa608ffa7d9a91a5f9305492
@@ -74,8 +74,6 @@ module Itamae
74
74
  end
75
75
 
76
76
  if run_specinfra(:check_file_is_file, attributes.path)
77
- run_specinfra(:copy_file, attributes.path, "#{attributes.path}.bak")
78
-
79
77
  unless check_command(["diff", "-q", @temppath, attributes.path])
80
78
  # the file is modified
81
79
  updated!
@@ -1 +1 @@
1
- 1.0.0.beta45
1
+ 1.0.0.beta46
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta45
4
+ version: 1.0.0.beta46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Arai