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 +1 -1
- data/{README.mkd → README.md} +1 -1
- data/VERSION +1 -1
- data/cookbooks/unicorn/metadata.rb +1 -0
- data/lib/tvd-unicorn.rb +0 -1
- data/{features → tasks}/.gitignore +0 -0
- metadata +12 -13
- data/test/.gitignore +0 -0
data/NOTICE
CHANGED
|
@@ -7,6 +7,6 @@ Contributors and Copyright holders:
|
|
|
7
7
|
|
|
8
8
|
* Copyright YYYY, NAME <EMAIL>
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
tvd-unicorn incorporates code modified from tvdinner
|
|
11
11
|
(https://github.com/destructuring/tvdinner), Copyright (c) 2011-2012 Tom Bombadil
|
|
12
12
|
|
data/{README.mkd → README.md}
RENAMED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.15
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
depends "runit"
|
data/lib/tvd-unicorn.rb
CHANGED
|
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:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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-
|
|
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-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:
|
|
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
|
-
-
|
|
53
|
+
- tasks/.gitignore
|
|
54
54
|
- LICENSE
|
|
55
55
|
- NOTICE
|
|
56
56
|
- VERSION
|
|
57
|
-
- README.
|
|
57
|
+
- README.md
|
|
58
58
|
has_rdoc: true
|
|
59
|
-
homepage:
|
|
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:
|
|
91
|
+
summary: Unicorn under runit
|
|
92
92
|
test_files:
|
|
93
|
-
- features/.gitignore
|
|
94
93
|
- spec/.gitignore
|
|
95
|
-
-
|
|
94
|
+
- tasks/.gitignore
|
data/test/.gitignore
DELETED
|
File without changes
|