tvd-runit 0.0.20 → 0.0.21
Sign up to get free protection for your applications and to get access to all the features.
- data/NOTICE +1 -1
- data/{README.mkd → README.md} +1 -1
- data/VERSION +1 -1
- data/cookbooks/runit/metadata.rb +1 -0
- data/lib/tvd-runit/version.rb +1 -1
- data/lib/tvd-runit.rb +0 -1
- data/{features → tasks}/.gitignore +0 -0
- metadata +12 -13
- data/test/.gitignore +0 -0
data/NOTICE
CHANGED
data/{README.mkd → README.md}
RENAMED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.21
|
@@ -0,0 +1 @@
|
|
1
|
+
depends "tvdinner"
|
data/lib/tvd-runit/version.rb
CHANGED
data/lib/tvd-runit.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tvd-runit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 53
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 21
|
10
|
+
version: 0.0.21
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tom Bombadil
|
@@ -15,11 +15,11 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-
|
18
|
+
date: 2013-03-04 00:00:00 -08:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
|
-
name: tvd-
|
22
|
+
name: tvd-tvdinner
|
23
23
|
prerelease: false
|
24
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
25
|
none: false
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: "0"
|
33
33
|
type: :runtime
|
34
34
|
version_requirements: *id001
|
35
|
-
description:
|
35
|
+
description: runit services
|
36
36
|
email: amanibhavam@destructuring.org
|
37
37
|
executables: []
|
38
38
|
|
@@ -44,20 +44,20 @@ files:
|
|
44
44
|
- cookbooks/runit/attributes/default.rb
|
45
45
|
- cookbooks/runit/definitions/runit_service.rb
|
46
46
|
- cookbooks/runit/files/default/sv-log-run
|
47
|
+
- cookbooks/runit/metadata.rb
|
47
48
|
- cookbooks/runit/recipes/default.rb
|
48
49
|
- cookbooks/runit/templates/default/envdir.erb
|
49
50
|
- cookbooks/runit/templates/default/sv-log-config.erb
|
50
51
|
- lib/tvd-runit.rb
|
51
52
|
- lib/tvd-runit/version.rb
|
52
|
-
- features/.gitignore
|
53
53
|
- spec/.gitignore
|
54
|
-
-
|
54
|
+
- tasks/.gitignore
|
55
55
|
- LICENSE
|
56
56
|
- NOTICE
|
57
57
|
- VERSION
|
58
|
-
- README.
|
58
|
+
- README.md
|
59
59
|
has_rdoc: true
|
60
|
-
homepage:
|
60
|
+
homepage: http://destructuring.org/tvd-runit
|
61
61
|
licenses:
|
62
62
|
- Apache 2.0
|
63
63
|
post_install_message:
|
@@ -89,8 +89,7 @@ rubyforge_project:
|
|
89
89
|
rubygems_version: 1.3.7
|
90
90
|
signing_key:
|
91
91
|
specification_version: 3
|
92
|
-
summary:
|
92
|
+
summary: runit services
|
93
93
|
test_files:
|
94
|
-
- features/.gitignore
|
95
94
|
- spec/.gitignore
|
96
|
-
-
|
95
|
+
- tasks/.gitignore
|
data/test/.gitignore
DELETED
File without changes
|