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 CHANGED
@@ -7,6 +7,6 @@ Contributors and Copyright holders:
7
7
 
8
8
  * Copyright YYYY, NAME <EMAIL>
9
9
 
10
- PROGRAM incorporates code modified from tvdinner
10
+ tvd-runit incorporates code modified from tvdinner
11
11
  (https://github.com/destructuring/tvdinner), Copyright (c) 2011-2012 Tom Bombadil
12
12
 
@@ -1,7 +1,7 @@
1
1
  LICENSE
2
2
  =======
3
3
 
4
- XXX - YYY
4
+ tvd-runit - YYY
5
5
 
6
6
  Author: NAME (<EMAIL>)
7
7
  Copyright: Copyright (c) YYYY-YYYY WHO
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.20
1
+ 0.0.21
@@ -0,0 +1 @@
1
+ depends "tvdinner"
@@ -1,5 +1,5 @@
1
1
  module TVDinner
2
- module TVDinner::Runit
2
+ module Runit
3
3
  VERSION = File.read(File.dirname(__FILE__) + '/../../VERSION')
4
4
  end
5
5
  end
data/lib/tvd-runit.rb CHANGED
@@ -2,6 +2,5 @@ require "tvd-runit/version"
2
2
 
3
3
  module TVDinner
4
4
  module Runit
5
- # Your code goes here...
6
5
  end
7
6
  end
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: 55
4
+ hash: 53
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 20
10
- version: 0.0.20
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-02-20 00:00:00 -08:00
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-alpha_omega
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: "tvdinner: tvd-runit"
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
- - test/.gitignore
54
+ - tasks/.gitignore
55
55
  - LICENSE
56
56
  - NOTICE
57
57
  - VERSION
58
- - README.mkd
58
+ - README.md
59
59
  has_rdoc: true
60
- homepage: https://github.com/destructuring/tvd-runit
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: "tvdinner: tvd-runit"
92
+ summary: runit services
93
93
  test_files:
94
- - features/.gitignore
95
94
  - spec/.gitignore
96
- - test/.gitignore
95
+ - tasks/.gitignore
data/test/.gitignore DELETED
File without changes