tvd-unicorn 0.0.14 → 0.0.15

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.
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-unicorn 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-unicorn - YYY
5
5
 
6
6
  Author: NAME (<EMAIL>)
7
7
  Copyright: Copyright (c) YYYY-YYYY WHO
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.14
1
+ 0.0.15
@@ -0,0 +1 @@
1
+ depends "runit"
data/lib/tvd-unicorn.rb CHANGED
@@ -2,6 +2,5 @@ require "tvd-unicorn/version"
2
2
 
3
3
  module TVDinner
4
4
  module Unicorn
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-unicorn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 14
10
- version: 0.0.14
9
+ - 15
10
+ version: 0.0.15
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-runit
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-unicorn"
35
+ description: Unicorn under runit
36
36
  email: amanibhavam@destructuring.org
37
37
  executables: []
38
38
 
@@ -42,21 +42,21 @@ extra_rdoc_files: []
42
42
 
43
43
  files:
44
44
  - cookbooks/unicorn/attributes/default.rb
45
+ - cookbooks/unicorn/metadata.rb
45
46
  - cookbooks/unicorn/recipes/default.rb
46
47
  - cookbooks/unicorn/templates/default/config.erb
47
48
  - cookbooks/unicorn/templates/default/deploy.erb
48
49
  - cookbooks/unicorn/templates/default/server.erb
49
50
  - lib/tvd-unicorn.rb
50
51
  - lib/tvd-unicorn/version.rb
51
- - features/.gitignore
52
52
  - spec/.gitignore
53
- - test/.gitignore
53
+ - tasks/.gitignore
54
54
  - LICENSE
55
55
  - NOTICE
56
56
  - VERSION
57
- - README.mkd
57
+ - README.md
58
58
  has_rdoc: true
59
- homepage: https://github.com/LYJlAigICVvPSVH/tvd-unicorn
59
+ homepage: http://destructuring.org/tvd-unicorn
60
60
  licenses:
61
61
  - Apache 2.0
62
62
  post_install_message:
@@ -88,8 +88,7 @@ rubyforge_project:
88
88
  rubygems_version: 1.3.7
89
89
  signing_key:
90
90
  specification_version: 3
91
- summary: "tvdinner: tvd-unicorn"
91
+ summary: Unicorn under runit
92
92
  test_files:
93
- - features/.gitignore
94
93
  - spec/.gitignore
95
- - test/.gitignore
94
+ - tasks/.gitignore
data/test/.gitignore DELETED
File without changes