promotion 2.1.2 → 2.1.3
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 +3 -0
- data/lib/promotion/generator/rcconf.rb +3 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 210915ed8f82ce5efadbd0a96b231b1f9d155d71
|
|
4
|
+
data.tar.gz: 51b5f1dff4abf10530a8fa80ba551ee11ba219b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad90e5093899e7452bca92aeb4215356ff878ddc1af8b3f6b754b42452c7be3ca74a12aa15cabd10823f8187f18a89624f4ff7a0188c093093af2844839c1102
|
|
7
|
+
data.tar.gz: 7addcddbbd3e7d9e09c9b2d42cfb0b9f3044c21167e99f1878d662dff9a531ba19648831145ff5578c41597c6721881d15d8a1783915bd979ac4a062644ed9ba
|
data/CHANGELOG
CHANGED
|
@@ -24,14 +24,12 @@ module Rcconf
|
|
|
24
24
|
pkgScripts << name
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
if proposals.size > 0
|
|
27
|
+
if proposals.size > 0 or contents.join("\n") !~ /pkg_scripts.*#{pkgScripts.join(" ")}/
|
|
28
28
|
puts("\nSuggested changes to /etc/rc.conf.local:", proposals.join("\n"))
|
|
29
|
-
|
|
30
|
-
unless pkgScripts.size > 0
|
|
31
|
-
puts("pkg_scripts=\"${pkg_scripts} #{pkgList}\" ")
|
|
32
|
-
end
|
|
29
|
+
puts("\npkg_scripts=\"#{pkgScripts.join(" ")}\" ")
|
|
33
30
|
puts("")
|
|
34
31
|
end
|
|
32
|
+
|
|
35
33
|
end
|
|
36
34
|
|
|
37
35
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: promotion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Kernahan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: "\t\tThe Promotion tool is designed to make it easy and quick to deploy
|
|
14
14
|
an application\n\t\tinto production. Originally built for use with OpenBSD, it can
|