tvd-gollum 0.0.1 → 0.0.2
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/gollum/metadata.rb +1 -2
- data/lib/tvd-gollum.rb +0 -1
- data/{features → tasks}/.gitignore +0 -0
- metadata +12 -42
- 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.2
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
depends "
|
|
2
|
-
depends "runit"
|
|
1
|
+
depends "unicorn"
|
data/lib/tvd-gollum.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tvd-gollum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
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:
|
|
22
|
+
name: tvd-unicorn
|
|
23
23
|
prerelease: false
|
|
24
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
type: :runtime
|
|
34
34
|
version_requirements: *id001
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
|
-
name:
|
|
36
|
+
name: gollum
|
|
37
37
|
prerelease: false
|
|
38
38
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
@@ -46,35 +46,7 @@ dependencies:
|
|
|
46
46
|
version: "0"
|
|
47
47
|
type: :runtime
|
|
48
48
|
version_requirements: *id002
|
|
49
|
-
|
|
50
|
-
name: tvd-unicorn
|
|
51
|
-
prerelease: false
|
|
52
|
-
requirement: &id003 !ruby/object:Gem::Requirement
|
|
53
|
-
none: false
|
|
54
|
-
requirements:
|
|
55
|
-
- - ">="
|
|
56
|
-
- !ruby/object:Gem::Version
|
|
57
|
-
hash: 3
|
|
58
|
-
segments:
|
|
59
|
-
- 0
|
|
60
|
-
version: "0"
|
|
61
|
-
type: :runtime
|
|
62
|
-
version_requirements: *id003
|
|
63
|
-
- !ruby/object:Gem::Dependency
|
|
64
|
-
name: unicorn
|
|
65
|
-
prerelease: false
|
|
66
|
-
requirement: &id004 !ruby/object:Gem::Requirement
|
|
67
|
-
none: false
|
|
68
|
-
requirements:
|
|
69
|
-
- - ">="
|
|
70
|
-
- !ruby/object:Gem::Version
|
|
71
|
-
hash: 3
|
|
72
|
-
segments:
|
|
73
|
-
- 0
|
|
74
|
-
version: "0"
|
|
75
|
-
type: :runtime
|
|
76
|
-
version_requirements: *id004
|
|
77
|
-
description: "tvdinner: tvd-gollum"
|
|
49
|
+
description: Gollum unicorn managed by runit
|
|
78
50
|
email: amanibhavam@destructuring.org
|
|
79
51
|
executables: []
|
|
80
52
|
|
|
@@ -90,15 +62,14 @@ files:
|
|
|
90
62
|
- cookbooks/gollum/templates/default/config.ru.erb
|
|
91
63
|
- lib/tvd-gollum.rb
|
|
92
64
|
- lib/tvd-gollum/version.rb
|
|
93
|
-
- features/.gitignore
|
|
94
65
|
- spec/.gitignore
|
|
95
|
-
-
|
|
66
|
+
- tasks/.gitignore
|
|
96
67
|
- LICENSE
|
|
97
68
|
- NOTICE
|
|
98
69
|
- VERSION
|
|
99
|
-
- README.
|
|
70
|
+
- README.md
|
|
100
71
|
has_rdoc: true
|
|
101
|
-
homepage:
|
|
72
|
+
homepage: http://destructuring.org/tvd-gollum
|
|
102
73
|
licenses:
|
|
103
74
|
- Apache 2.0
|
|
104
75
|
post_install_message:
|
|
@@ -130,8 +101,7 @@ rubyforge_project:
|
|
|
130
101
|
rubygems_version: 1.3.7
|
|
131
102
|
signing_key:
|
|
132
103
|
specification_version: 3
|
|
133
|
-
summary:
|
|
104
|
+
summary: Gollum service
|
|
134
105
|
test_files:
|
|
135
|
-
- features/.gitignore
|
|
136
106
|
- spec/.gitignore
|
|
137
|
-
-
|
|
107
|
+
- tasks/.gitignore
|
data/test/.gitignore
DELETED
|
File without changes
|