cheese 0.0.1

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.
metadata ADDED
@@ -0,0 +1,80 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: cheese
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.1
7
+ date: 2007-04-17 00:00:00 +01:00
8
+ summary: Automate the creation of web applications and accompanying pieces e.g. Nginx, Subversion, Mongrel, Monit, S3.
9
+ require_paths:
10
+ - lib
11
+ email: jamie@writtenpath.com
12
+ homepage: http://cheese.rubyforge.org
13
+ rubyforge_project: cheese
14
+ description: Automate the creation of web applications and accompanying pieces e.g. Nginx, Subversion, Mongrel, Monit, S3.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Jamie van Dyke
31
+ files:
32
+ - CHANGELOG.txt
33
+ - History.txt
34
+ - LICENSE
35
+ - Manifest.txt
36
+ - README.txt
37
+ - Rakefile
38
+ - setup.rb
39
+ - TODO.txt
40
+ - bin/cheese
41
+ - data/templates/footer.inc
42
+ - data/templates/header.inc
43
+ - data/templates/mongrel.inc
44
+ - data/templates/proxy.inc
45
+ - data/templates/vhost.inc
46
+ - lib/cheese-setup.rb
47
+ - lib/controller.rb
48
+ - lib/process.rb
49
+ - lib/verbose.rb
50
+ - lib/cheese/version.rb
51
+ - lib/database/mysql.rb
52
+ - lib/database/postgresql.rb
53
+ - lib/scm/subversion.rb
54
+ - lib/web/domain.rb
55
+ - lib/web/mongrel.rb
56
+ - lib/web/nginx.rb
57
+ - lib/web/proxy.rb
58
+ - lib/web/virtual_host.rb
59
+ test_files: []
60
+
61
+ rdoc_options: []
62
+
63
+ extra_rdoc_files: []
64
+
65
+ executables:
66
+ - cheese
67
+ extensions: []
68
+
69
+ requirements: []
70
+
71
+ dependencies:
72
+ - !ruby/object:Gem::Dependency
73
+ name: highline
74
+ version_requirement:
75
+ version_requirements: !ruby/object:Gem::Version::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: 1.2.0
80
+ version: