takeltau 0.45.3 → 0.45.5
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/lib/takeltau/lib/system.rb +0 -3
- data/lib/takeltau/version +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13be85756aea738b9be24778e0d2c88b91a3a1097971a352d06d1e8fcf6231dc
|
4
|
+
data.tar.gz: 6cc46449b9652db4ca62fa0846376fc10969405b8e2f0eaa5ec3de7d3cbe079f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf2e645d76a2c5a66d9eeb6380398f71a25cd3cdca27bfab2310b3aaf08f08c2f2715b7d6433131fc65e0692dc6b7c46b7cef159e2b14e147dd68b410a99415a
|
7
|
+
data.tar.gz: 5896e06b23611ddb1483d9a17298585af8087b29e5e325a86436592655c50e9b22003449e52b507ce907a05f953837b1840399692f9827cc4cd26e542102ae2b
|
data/lib/takeltau/lib/system.rb
CHANGED
@@ -95,9 +95,6 @@ module SystemModule
|
|
95
95
|
|
96
96
|
# Use Kernel#exec to replace the ruby process with a command.
|
97
97
|
def run_and_exit(command)
|
98
|
-
trap 'SIGINT' do
|
99
|
-
exit
|
100
|
-
end
|
101
98
|
Dir.chdir(config.active['project_root_dir']) do
|
102
99
|
log.debug "Running command \"#{command}\" and exiting afterwards"
|
103
100
|
exec command
|
data/lib/takeltau/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.45.
|
1
|
+
0.45.5
|