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 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-gollum 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-gollum - YYY
5
5
 
6
6
  Author: NAME (<EMAIL>)
7
7
  Copyright: Copyright (c) YYYY-YYYY WHO
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -1,2 +1 @@
1
- depends "alpha_omega"
2
- depends "runit"
1
+ depends "unicorn"
data/lib/tvd-gollum.rb CHANGED
@@ -2,6 +2,5 @@ require "tvd-gollum/version"
2
2
 
3
3
  module TVDinner
4
4
  module Gollum
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-gollum
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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-02-21 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: gollum
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: tvd-runit
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
- - !ruby/object:Gem::Dependency
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
- - test/.gitignore
66
+ - tasks/.gitignore
96
67
  - LICENSE
97
68
  - NOTICE
98
69
  - VERSION
99
- - README.mkd
70
+ - README.md
100
71
  has_rdoc: true
101
- homepage: https://github.com/destructuring/tvd-gollum
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: "tvdinner: tvd-gollum"
104
+ summary: Gollum service
134
105
  test_files:
135
- - features/.gitignore
136
106
  - spec/.gitignore
137
- - test/.gitignore
107
+ - tasks/.gitignore
data/test/.gitignore DELETED
File without changes