promotion 1.4.5 → 1.4.6
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +3 -0
- data/lib/promotion/enforcer.rb +1 -0
- data/lib/promotion/generator/rcconf.rb +2 -3
- metadata +4 -4
data/CHANGELOG
CHANGED
data/lib/promotion/enforcer.rb
CHANGED
@@ -40,9 +40,8 @@ module Rcconf
|
|
40
40
|
pkgScripts << name
|
41
41
|
}
|
42
42
|
}
|
43
|
-
contents << "# rc.d(8) packages scripts\n"
|
44
|
-
contents << "#
|
45
|
-
contents << "pkg_scripts=\"#{pkgScripts.join(" ")}\" \n"
|
43
|
+
contents << "\n# rc.d(8) packages scripts, started in the specified order and stopped in reverse order\n"
|
44
|
+
contents << "pkg_scripts=\"${pkg_scripts} #{pkgScripts.join(" ")}\" \n"
|
46
45
|
return(contents.join(""))
|
47
46
|
end
|
48
47
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: promotion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 1.4.
|
9
|
+
- 6
|
10
|
+
version: 1.4.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Richard Kernahan
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-
|
18
|
+
date: 2013-10-18 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: log4r
|