luban 0.8.5 → 0.8.6
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/CHANGELOG.md +5 -0
- data/lib/luban/deployment/cli/application/crontab.rb +1 -1
- data/lib/luban/deployment/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b563d81bdac67bae927aae3873d245713af281db
|
|
4
|
+
data.tar.gz: 342b20e4251bc4edbfea4ef0bbfc928ad85dd0f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 542d60b312f8b980320b2db1cf3613d57ff5943b9af92397038b75ea36669866002eb490b75f442c359ecc7e1dfbcf5dd1f6c0ab7758016c8830f7094c9fb697
|
|
7
|
+
data.tar.gz: 59ef6d0cfcf330b5d194a266ff65bd64715c6571e99854abaf060fb85e8b242574a5a125e4a1f63daa71a289e4674841892fe18112d1aa0d628f965db05f7072
|
data/CHANGELOG.md
CHANGED
|
@@ -118,7 +118,7 @@ module Luban
|
|
|
118
118
|
end
|
|
119
119
|
lines
|
|
120
120
|
end
|
|
121
|
-
crontab << new_crontab unless
|
|
121
|
+
crontab << new_crontab unless crontab.include?(new_crontab)
|
|
122
122
|
upload!(StringIO.new(crontab.join("\n")), tmp_crontab_file_path)
|
|
123
123
|
test(:crontab, tmp_crontab_file_path, "2>&1")
|
|
124
124
|
ensure
|