chrisrec 0.1.3 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. data/Manifest +9 -53
  2. data/README +14 -0
  3. data/Rakefile +1 -1
  4. data/chrisrec.gemspec +11 -12
  5. data/lib/chrisrec.rb +6 -11
  6. data/{lib → retired/lib}/backgroundrb/backgroundrb.rb +0 -0
  7. data/{lib → retired/lib}/gitosis/gitosis.rb +0 -0
  8. data/{lib → retired/lib}/memcached/memcached.rb +0 -0
  9. data/{lib → retired/lib}/starling/starling.rb +0 -0
  10. data/{lib → retired/lib}/workling/workling.rb +0 -0
  11. data/{pkg/chrisrec-0.1.2 → retired}/template/starling/monit.conf.erb +0 -0
  12. data/{pkg/chrisrec-0.1.2 → retired}/template/starling/starling-init-script.erb +0 -0
  13. data/{pkg/chrisrec-0.1.2 → retired}/template/workling/monit.conf.erb +0 -0
  14. data/{pkg/chrisrec-0.1.2 → retired}/template/workling/workling-init-script.erb +0 -0
  15. data/template/static/httpd-vhost-static.conf.erb +2 -2
  16. metadata +30 -100
  17. data/pkg/chrisrec-0.1.2/Manifest +0 -88
  18. data/pkg/chrisrec-0.1.2/README +0 -1
  19. data/pkg/chrisrec-0.1.2/Rakefile +0 -21
  20. data/pkg/chrisrec-0.1.2/chrisrec.gemspec +0 -30
  21. data/pkg/chrisrec-0.1.2/lib/backgroundrb/backgroundrb.rb +0 -22
  22. data/pkg/chrisrec-0.1.2/lib/chrisrec.rb +0 -14
  23. data/pkg/chrisrec-0.1.2/lib/console/console.rb +0 -19
  24. data/pkg/chrisrec-0.1.2/lib/daemon/daemon.rb +0 -134
  25. data/pkg/chrisrec-0.1.2/lib/gitosis/gitosis.rb +0 -131
  26. data/pkg/chrisrec-0.1.2/lib/jekyll/jekyll.rb +0 -87
  27. data/pkg/chrisrec-0.1.2/lib/memcached/memcached.rb +0 -140
  28. data/pkg/chrisrec-0.1.2/lib/munin/munin.rb +0 -135
  29. data/pkg/chrisrec-0.1.2/lib/mysql/mysql.rake +0 -95
  30. data/pkg/chrisrec-0.1.2/lib/mysql/mysql.rb +0 -51
  31. data/pkg/chrisrec-0.1.2/lib/rake/rake.rb +0 -19
  32. data/pkg/chrisrec-0.1.2/lib/rakecron/rakecron.rb +0 -35
  33. data/pkg/chrisrec-0.1.2/lib/starling/starling.rb +0 -124
  34. data/pkg/chrisrec-0.1.2/lib/static/static.rb +0 -80
  35. data/pkg/chrisrec-0.1.2/lib/tomcat/tomcat.rb +0 -202
  36. data/pkg/chrisrec-0.1.2/lib/workling/workling.rb +0 -72
  37. data/pkg/chrisrec-0.1.2/template/daemon/daemon-init-script.erb +0 -59
  38. data/pkg/chrisrec-0.1.2/template/daemon/monit.conf.erb +0 -4
  39. data/pkg/chrisrec-0.1.2/template/jekyll/httpd-vhost-jekyll.conf.erb +0 -16
  40. data/pkg/chrisrec-0.1.2/template/memcached/memcached-conf.erb +0 -1
  41. data/pkg/chrisrec-0.1.2/template/memcached/memcached.erb +0 -59
  42. data/pkg/chrisrec-0.1.2/template/memcached/monit.conf.erb +0 -8
  43. data/pkg/chrisrec-0.1.2/template/memcached/start-memcached.erb +0 -118
  44. data/pkg/chrisrec-0.1.2/template/munin/httpd-vhost-munin.conf.erb +0 -20
  45. data/pkg/chrisrec-0.1.2/template/munin/munin.conf.erb +0 -70
  46. data/pkg/chrisrec-0.1.2/template/munin/munin_nginx_vhost.conf.erb +0 -24
  47. data/pkg/chrisrec-0.1.2/template/rakecron/rakecron.erb +0 -12
  48. data/pkg/chrisrec-0.1.2/template/static/httpd-vhost-static.conf.erb +0 -16
  49. data/pkg/chrisrec-0.1.2/template/tomcat/conf/server.xml.erb +0 -33
  50. data/pkg/chrisrec-0.1.2/template/tomcat/conf/web.xml +0 -1194
  51. data/pkg/chrisrec-0.1.2/template/tomcat/logs/empty.txt +0 -1
  52. data/pkg/chrisrec-0.1.2/template/tomcat/monit.conf.erb +0 -8
  53. data/pkg/chrisrec-0.1.2/template/tomcat/temp/empty.txt +0 -1
  54. data/pkg/chrisrec-0.1.2/template/tomcat/tomcat.erb +0 -28
  55. data/pkg/chrisrec-0.1.2/template/tomcat/webapps/empty.txt +0 -1
  56. data/pkg/chrisrec-0.1.2/template/tomcat/work/empty.txt +0 -1
  57. data/template/starling/monit.conf.erb +0 -14
  58. data/template/starling/starling-init-script.erb +0 -69
  59. data/template/workling/monit.conf.erb +0 -4
  60. data/template/workling/workling-init-script.erb +0 -56
data/Manifest CHANGED
@@ -2,66 +2,26 @@ Manifest
2
2
  README
3
3
  Rakefile
4
4
  chrisrec.gemspec
5
- lib/backgroundrb/backgroundrb.rb
6
5
  lib/chrisrec.rb
7
6
  lib/console/console.rb
8
7
  lib/daemon/daemon.rb
9
- lib/gitosis/gitosis.rb
10
8
  lib/jekyll/jekyll.rb
11
- lib/memcached/memcached.rb
12
9
  lib/munin/munin.rb
13
10
  lib/mysql/mysql.rake
14
11
  lib/mysql/mysql.rb
15
12
  lib/rake/rake.rb
16
13
  lib/rakecron/rakecron.rb
17
- lib/starling/starling.rb
18
14
  lib/static/static.rb
19
15
  lib/tomcat/tomcat.rb
20
- lib/workling/workling.rb
21
- pkg/chrisrec-0.1.2/Manifest
22
- pkg/chrisrec-0.1.2/README
23
- pkg/chrisrec-0.1.2/Rakefile
24
- pkg/chrisrec-0.1.2/chrisrec.gemspec
25
- pkg/chrisrec-0.1.2/lib/backgroundrb/backgroundrb.rb
26
- pkg/chrisrec-0.1.2/lib/chrisrec.rb
27
- pkg/chrisrec-0.1.2/lib/console/console.rb
28
- pkg/chrisrec-0.1.2/lib/daemon/daemon.rb
29
- pkg/chrisrec-0.1.2/lib/gitosis/gitosis.rb
30
- pkg/chrisrec-0.1.2/lib/jekyll/jekyll.rb
31
- pkg/chrisrec-0.1.2/lib/memcached/memcached.rb
32
- pkg/chrisrec-0.1.2/lib/munin/munin.rb
33
- pkg/chrisrec-0.1.2/lib/mysql/mysql.rake
34
- pkg/chrisrec-0.1.2/lib/mysql/mysql.rb
35
- pkg/chrisrec-0.1.2/lib/rake/rake.rb
36
- pkg/chrisrec-0.1.2/lib/rakecron/rakecron.rb
37
- pkg/chrisrec-0.1.2/lib/starling/starling.rb
38
- pkg/chrisrec-0.1.2/lib/static/static.rb
39
- pkg/chrisrec-0.1.2/lib/tomcat/tomcat.rb
40
- pkg/chrisrec-0.1.2/lib/workling/workling.rb
41
- pkg/chrisrec-0.1.2/template/daemon/daemon-init-script.erb
42
- pkg/chrisrec-0.1.2/template/daemon/monit.conf.erb
43
- pkg/chrisrec-0.1.2/template/jekyll/httpd-vhost-jekyll.conf.erb
44
- pkg/chrisrec-0.1.2/template/memcached/memcached-conf.erb
45
- pkg/chrisrec-0.1.2/template/memcached/memcached.erb
46
- pkg/chrisrec-0.1.2/template/memcached/monit.conf.erb
47
- pkg/chrisrec-0.1.2/template/memcached/start-memcached.erb
48
- pkg/chrisrec-0.1.2/template/munin/httpd-vhost-munin.conf.erb
49
- pkg/chrisrec-0.1.2/template/munin/munin.conf.erb
50
- pkg/chrisrec-0.1.2/template/munin/munin_nginx_vhost.conf.erb
51
- pkg/chrisrec-0.1.2/template/rakecron/rakecron.erb
52
- pkg/chrisrec-0.1.2/template/starling/monit.conf.erb
53
- pkg/chrisrec-0.1.2/template/starling/starling-init-script.erb
54
- pkg/chrisrec-0.1.2/template/static/httpd-vhost-static.conf.erb
55
- pkg/chrisrec-0.1.2/template/tomcat/conf/server.xml.erb
56
- pkg/chrisrec-0.1.2/template/tomcat/conf/web.xml
57
- pkg/chrisrec-0.1.2/template/tomcat/logs/empty.txt
58
- pkg/chrisrec-0.1.2/template/tomcat/monit.conf.erb
59
- pkg/chrisrec-0.1.2/template/tomcat/temp/empty.txt
60
- pkg/chrisrec-0.1.2/template/tomcat/tomcat.erb
61
- pkg/chrisrec-0.1.2/template/tomcat/webapps/empty.txt
62
- pkg/chrisrec-0.1.2/template/tomcat/work/empty.txt
63
- pkg/chrisrec-0.1.2/template/workling/monit.conf.erb
64
- pkg/chrisrec-0.1.2/template/workling/workling-init-script.erb
16
+ retired/lib/backgroundrb/backgroundrb.rb
17
+ retired/lib/gitosis/gitosis.rb
18
+ retired/lib/memcached/memcached.rb
19
+ retired/lib/starling/starling.rb
20
+ retired/lib/workling/workling.rb
21
+ retired/template/starling/monit.conf.erb
22
+ retired/template/starling/starling-init-script.erb
23
+ retired/template/workling/monit.conf.erb
24
+ retired/template/workling/workling-init-script.erb
65
25
  template/daemon/daemon-init-script.erb
66
26
  template/daemon/monit.conf.erb
67
27
  template/jekyll/httpd-vhost-jekyll.conf.erb
@@ -73,8 +33,6 @@ template/munin/httpd-vhost-munin.conf.erb
73
33
  template/munin/munin.conf.erb
74
34
  template/munin/munin_nginx_vhost.conf.erb
75
35
  template/rakecron/rakecron.erb
76
- template/starling/monit.conf.erb
77
- template/starling/starling-init-script.erb
78
36
  template/static/httpd-vhost-static.conf.erb
79
37
  template/tomcat/conf/server.xml.erb
80
38
  template/tomcat/conf/web.xml
@@ -84,5 +42,3 @@ template/tomcat/temp/empty.txt
84
42
  template/tomcat/tomcat.erb
85
43
  template/tomcat/webapps/empty.txt
86
44
  template/tomcat/work/empty.txt
87
- template/workling/monit.conf.erb
88
- template/workling/workling-init-script.erb
data/README CHANGED
@@ -1 +1,15 @@
1
1
  ==EXTENSIONS FOR DEPREC
2
+
3
+
4
+ ####################################################
5
+ ## CHRISREC
6
+ ## NOTES ON building this old gem
7
+ ##
8
+
9
+ rake manifest
10
+ rake build_gemspec
11
+
12
+ gem build chrisrec.gemspec
13
+
14
+ gem push chrisrec-1.0.0.gem
15
+
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ require 'rubygems'
9
9
  require 'rake'
10
10
  require 'echoe'
11
11
 
12
- Echoe.new('chrisrec', '0.1.3') do |p|
12
+ Echoe.new('chrisrec', '0.2.0') do |p|
13
13
  p.description = "Extend Deprec with other recipies."
14
14
  p.url = "http://github.com/dougochris/chrisrec"
15
15
  p.author = "Chris Douglas"
data/chrisrec.gemspec CHANGED
@@ -1,25 +1,24 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
3
  Gem::Specification.new do |s|
4
- s.name = %q{chrisrec}
5
- s.version = "0.1.3"
4
+ s.name = "chrisrec"
5
+ s.version = "0.2.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Chris Douglas"]
9
- s.date = %q{2010-09-02}
10
- s.description = %q{Extend Deprec with other recipies.}
11
- s.email = %q{dougo.chris@gmail.com}
12
- s.extra_rdoc_files = ["README", "lib/backgroundrb/backgroundrb.rb", "lib/chrisrec.rb", "lib/console/console.rb", "lib/daemon/daemon.rb", "lib/gitosis/gitosis.rb", "lib/jekyll/jekyll.rb", "lib/memcached/memcached.rb", "lib/munin/munin.rb", "lib/mysql/mysql.rake", "lib/mysql/mysql.rb", "lib/rake/rake.rb", "lib/rakecron/rakecron.rb", "lib/starling/starling.rb", "lib/static/static.rb", "lib/tomcat/tomcat.rb", "lib/workling/workling.rb"]
13
- s.files = ["Manifest", "README", "Rakefile", "chrisrec.gemspec", "lib/backgroundrb/backgroundrb.rb", "lib/chrisrec.rb", "lib/console/console.rb", "lib/daemon/daemon.rb", "lib/gitosis/gitosis.rb", "lib/jekyll/jekyll.rb", "lib/memcached/memcached.rb", "lib/munin/munin.rb", "lib/mysql/mysql.rake", "lib/mysql/mysql.rb", "lib/rake/rake.rb", "lib/rakecron/rakecron.rb", "lib/starling/starling.rb", "lib/static/static.rb", "lib/tomcat/tomcat.rb", "lib/workling/workling.rb", "pkg/chrisrec-0.1.2/Manifest", "pkg/chrisrec-0.1.2/README", "pkg/chrisrec-0.1.2/Rakefile", "pkg/chrisrec-0.1.2/chrisrec.gemspec", "pkg/chrisrec-0.1.2/lib/backgroundrb/backgroundrb.rb", "pkg/chrisrec-0.1.2/lib/chrisrec.rb", "pkg/chrisrec-0.1.2/lib/console/console.rb", "pkg/chrisrec-0.1.2/lib/daemon/daemon.rb", "pkg/chrisrec-0.1.2/lib/gitosis/gitosis.rb", "pkg/chrisrec-0.1.2/lib/jekyll/jekyll.rb", "pkg/chrisrec-0.1.2/lib/memcached/memcached.rb", "pkg/chrisrec-0.1.2/lib/munin/munin.rb", "pkg/chrisrec-0.1.2/lib/mysql/mysql.rake", "pkg/chrisrec-0.1.2/lib/mysql/mysql.rb", "pkg/chrisrec-0.1.2/lib/rake/rake.rb", "pkg/chrisrec-0.1.2/lib/rakecron/rakecron.rb", "pkg/chrisrec-0.1.2/lib/starling/starling.rb", "pkg/chrisrec-0.1.2/lib/static/static.rb", "pkg/chrisrec-0.1.2/lib/tomcat/tomcat.rb", "pkg/chrisrec-0.1.2/lib/workling/workling.rb", "pkg/chrisrec-0.1.2/template/daemon/daemon-init-script.erb", "pkg/chrisrec-0.1.2/template/daemon/monit.conf.erb", "pkg/chrisrec-0.1.2/template/jekyll/httpd-vhost-jekyll.conf.erb", "pkg/chrisrec-0.1.2/template/memcached/memcached-conf.erb", "pkg/chrisrec-0.1.2/template/memcached/memcached.erb", "pkg/chrisrec-0.1.2/template/memcached/monit.conf.erb", "pkg/chrisrec-0.1.2/template/memcached/start-memcached.erb", "pkg/chrisrec-0.1.2/template/munin/httpd-vhost-munin.conf.erb", "pkg/chrisrec-0.1.2/template/munin/munin.conf.erb", "pkg/chrisrec-0.1.2/template/munin/munin_nginx_vhost.conf.erb", "pkg/chrisrec-0.1.2/template/rakecron/rakecron.erb", "pkg/chrisrec-0.1.2/template/starling/monit.conf.erb", "pkg/chrisrec-0.1.2/template/starling/starling-init-script.erb", "pkg/chrisrec-0.1.2/template/static/httpd-vhost-static.conf.erb", "pkg/chrisrec-0.1.2/template/tomcat/conf/server.xml.erb", "pkg/chrisrec-0.1.2/template/tomcat/conf/web.xml", "pkg/chrisrec-0.1.2/template/tomcat/logs/empty.txt", "pkg/chrisrec-0.1.2/template/tomcat/monit.conf.erb", "pkg/chrisrec-0.1.2/template/tomcat/temp/empty.txt", "pkg/chrisrec-0.1.2/template/tomcat/tomcat.erb", "pkg/chrisrec-0.1.2/template/tomcat/webapps/empty.txt", "pkg/chrisrec-0.1.2/template/tomcat/work/empty.txt", "pkg/chrisrec-0.1.2/template/workling/monit.conf.erb", "pkg/chrisrec-0.1.2/template/workling/workling-init-script.erb", "template/daemon/daemon-init-script.erb", "template/daemon/monit.conf.erb", "template/jekyll/httpd-vhost-jekyll.conf.erb", "template/memcached/memcached-conf.erb", "template/memcached/memcached.erb", "template/memcached/monit.conf.erb", "template/memcached/start-memcached.erb", "template/munin/httpd-vhost-munin.conf.erb", "template/munin/munin.conf.erb", "template/munin/munin_nginx_vhost.conf.erb", "template/rakecron/rakecron.erb", "template/starling/monit.conf.erb", "template/starling/starling-init-script.erb", "template/static/httpd-vhost-static.conf.erb", "template/tomcat/conf/server.xml.erb", "template/tomcat/conf/web.xml", "template/tomcat/logs/empty.txt", "template/tomcat/monit.conf.erb", "template/tomcat/temp/empty.txt", "template/tomcat/tomcat.erb", "template/tomcat/webapps/empty.txt", "template/tomcat/work/empty.txt", "template/workling/monit.conf.erb", "template/workling/workling-init-script.erb"]
14
- s.homepage = %q{http://github.com/dougochris/chrisrec}
9
+ s.date = "2011-09-29"
10
+ s.description = "Extend Deprec with other recipies."
11
+ s.email = "dougo.chris@gmail.com"
12
+ s.extra_rdoc_files = ["README", "lib/chrisrec.rb", "lib/console/console.rb", "lib/daemon/daemon.rb", "lib/jekyll/jekyll.rb", "lib/munin/munin.rb", "lib/mysql/mysql.rake", "lib/mysql/mysql.rb", "lib/rake/rake.rb", "lib/rakecron/rakecron.rb", "lib/static/static.rb", "lib/tomcat/tomcat.rb"]
13
+ s.files = ["Manifest", "README", "Rakefile", "chrisrec.gemspec", "lib/chrisrec.rb", "lib/console/console.rb", "lib/daemon/daemon.rb", "lib/jekyll/jekyll.rb", "lib/munin/munin.rb", "lib/mysql/mysql.rake", "lib/mysql/mysql.rb", "lib/rake/rake.rb", "lib/rakecron/rakecron.rb", "lib/static/static.rb", "lib/tomcat/tomcat.rb", "retired/lib/backgroundrb/backgroundrb.rb", "retired/lib/gitosis/gitosis.rb", "retired/lib/memcached/memcached.rb", "retired/lib/starling/starling.rb", "retired/lib/workling/workling.rb", "retired/template/starling/monit.conf.erb", "retired/template/starling/starling-init-script.erb", "retired/template/workling/monit.conf.erb", "retired/template/workling/workling-init-script.erb", "template/daemon/daemon-init-script.erb", "template/daemon/monit.conf.erb", "template/jekyll/httpd-vhost-jekyll.conf.erb", "template/memcached/memcached-conf.erb", "template/memcached/memcached.erb", "template/memcached/monit.conf.erb", "template/memcached/start-memcached.erb", "template/munin/httpd-vhost-munin.conf.erb", "template/munin/munin.conf.erb", "template/munin/munin_nginx_vhost.conf.erb", "template/rakecron/rakecron.erb", "template/static/httpd-vhost-static.conf.erb", "template/tomcat/conf/server.xml.erb", "template/tomcat/conf/web.xml", "template/tomcat/logs/empty.txt", "template/tomcat/monit.conf.erb", "template/tomcat/temp/empty.txt", "template/tomcat/tomcat.erb", "template/tomcat/webapps/empty.txt", "template/tomcat/work/empty.txt"]
14
+ s.homepage = "http://github.com/dougochris/chrisrec"
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Chrisrec", "--main", "README"]
16
16
  s.require_paths = ["lib"]
17
- s.rubyforge_project = %q{chrisrec}
18
- s.rubygems_version = %q{1.3.7}
19
- s.summary = %q{Extend Deprec with other recipies.}
17
+ s.rubyforge_project = "chrisrec"
18
+ s.rubygems_version = "1.8.10"
19
+ s.summary = "Extend Deprec with other recipies."
20
20
 
21
21
  if s.respond_to? :specification_version then
22
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
23
22
  s.specification_version = 3
24
23
 
25
24
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
data/lib/chrisrec.rb CHANGED
@@ -1,14 +1,9 @@
1
- require "#{File.dirname(__FILE__)}/gitosis/gitosis.rb"
1
+ require "#{File.dirname(__FILE__)}/console/console.rb"
2
+ require "#{File.dirname(__FILE__)}/daemon/daemon.rb"
3
+ require "#{File.dirname(__FILE__)}/jekyll/jekyll.rb"
2
4
  require "#{File.dirname(__FILE__)}/munin/munin.rb"
3
- require "#{File.dirname(__FILE__)}/rakecron/rakecron.rb"
4
- require "#{File.dirname(__FILE__)}/backgroundrb/backgroundrb.rb"
5
- require "#{File.dirname(__FILE__)}/workling/workling.rb"
6
- require "#{File.dirname(__FILE__)}/starling/starling.rb"
7
- require "#{File.dirname(__FILE__)}/rake/rake.rb"
8
5
  require "#{File.dirname(__FILE__)}/mysql/mysql.rb"
9
- require "#{File.dirname(__FILE__)}/memcached/memcached.rb"
10
- require "#{File.dirname(__FILE__)}/daemon/daemon.rb"
6
+ require "#{File.dirname(__FILE__)}/rake/rake.rb"
7
+ require "#{File.dirname(__FILE__)}/rakecron/rakecron.rb"
8
+ require "#{File.dirname(__FILE__)}/static/static.rb"
11
9
  require "#{File.dirname(__FILE__)}/tomcat/tomcat.rb"
12
- require "#{File.dirname(__FILE__)}/console/console.rb"
13
- require "#{File.dirname(__FILE__)}/jekyll/jekyll.rb"
14
- require "#{File.dirname(__FILE__)}/static/static.rb"
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -11,6 +11,6 @@ Listen 8090
11
11
  allow from all
12
12
  </Directory>
13
13
 
14
- ErrorLog /var/log/jekyll_log
15
- CustomLog /var/log/jekyll-access_log combined
14
+ ErrorLog /var/log/static_log
15
+ CustomLog /var/log/static-access_log combined
16
16
  </VirtualHost>
metadata CHANGED
@@ -1,113 +1,58 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: chrisrec
3
- version: !ruby/object:Gem::Version
4
- hash: 29
5
- prerelease: false
6
- segments:
7
- - 0
8
- - 1
9
- - 3
10
- version: 0.1.3
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ prerelease:
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Chris Douglas
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2010-09-02 00:00:00 +10:00
19
- default_executable:
12
+ date: 2011-09-29 00:00:00.000000000Z
20
13
  dependencies: []
21
-
22
14
  description: Extend Deprec with other recipies.
23
15
  email: dougo.chris@gmail.com
24
16
  executables: []
25
-
26
17
  extensions: []
27
-
28
- extra_rdoc_files:
18
+ extra_rdoc_files:
29
19
  - README
30
- - lib/backgroundrb/backgroundrb.rb
31
20
  - lib/chrisrec.rb
32
21
  - lib/console/console.rb
33
22
  - lib/daemon/daemon.rb
34
- - lib/gitosis/gitosis.rb
35
23
  - lib/jekyll/jekyll.rb
36
- - lib/memcached/memcached.rb
37
24
  - lib/munin/munin.rb
38
25
  - lib/mysql/mysql.rake
39
26
  - lib/mysql/mysql.rb
40
27
  - lib/rake/rake.rb
41
28
  - lib/rakecron/rakecron.rb
42
- - lib/starling/starling.rb
43
29
  - lib/static/static.rb
44
30
  - lib/tomcat/tomcat.rb
45
- - lib/workling/workling.rb
46
- files:
31
+ files:
47
32
  - Manifest
48
33
  - README
49
34
  - Rakefile
50
35
  - chrisrec.gemspec
51
- - lib/backgroundrb/backgroundrb.rb
52
36
  - lib/chrisrec.rb
53
37
  - lib/console/console.rb
54
38
  - lib/daemon/daemon.rb
55
- - lib/gitosis/gitosis.rb
56
39
  - lib/jekyll/jekyll.rb
57
- - lib/memcached/memcached.rb
58
40
  - lib/munin/munin.rb
59
41
  - lib/mysql/mysql.rake
60
42
  - lib/mysql/mysql.rb
61
43
  - lib/rake/rake.rb
62
44
  - lib/rakecron/rakecron.rb
63
- - lib/starling/starling.rb
64
45
  - lib/static/static.rb
65
46
  - lib/tomcat/tomcat.rb
66
- - lib/workling/workling.rb
67
- - pkg/chrisrec-0.1.2/Manifest
68
- - pkg/chrisrec-0.1.2/README
69
- - pkg/chrisrec-0.1.2/Rakefile
70
- - pkg/chrisrec-0.1.2/chrisrec.gemspec
71
- - pkg/chrisrec-0.1.2/lib/backgroundrb/backgroundrb.rb
72
- - pkg/chrisrec-0.1.2/lib/chrisrec.rb
73
- - pkg/chrisrec-0.1.2/lib/console/console.rb
74
- - pkg/chrisrec-0.1.2/lib/daemon/daemon.rb
75
- - pkg/chrisrec-0.1.2/lib/gitosis/gitosis.rb
76
- - pkg/chrisrec-0.1.2/lib/jekyll/jekyll.rb
77
- - pkg/chrisrec-0.1.2/lib/memcached/memcached.rb
78
- - pkg/chrisrec-0.1.2/lib/munin/munin.rb
79
- - pkg/chrisrec-0.1.2/lib/mysql/mysql.rake
80
- - pkg/chrisrec-0.1.2/lib/mysql/mysql.rb
81
- - pkg/chrisrec-0.1.2/lib/rake/rake.rb
82
- - pkg/chrisrec-0.1.2/lib/rakecron/rakecron.rb
83
- - pkg/chrisrec-0.1.2/lib/starling/starling.rb
84
- - pkg/chrisrec-0.1.2/lib/static/static.rb
85
- - pkg/chrisrec-0.1.2/lib/tomcat/tomcat.rb
86
- - pkg/chrisrec-0.1.2/lib/workling/workling.rb
87
- - pkg/chrisrec-0.1.2/template/daemon/daemon-init-script.erb
88
- - pkg/chrisrec-0.1.2/template/daemon/monit.conf.erb
89
- - pkg/chrisrec-0.1.2/template/jekyll/httpd-vhost-jekyll.conf.erb
90
- - pkg/chrisrec-0.1.2/template/memcached/memcached-conf.erb
91
- - pkg/chrisrec-0.1.2/template/memcached/memcached.erb
92
- - pkg/chrisrec-0.1.2/template/memcached/monit.conf.erb
93
- - pkg/chrisrec-0.1.2/template/memcached/start-memcached.erb
94
- - pkg/chrisrec-0.1.2/template/munin/httpd-vhost-munin.conf.erb
95
- - pkg/chrisrec-0.1.2/template/munin/munin.conf.erb
96
- - pkg/chrisrec-0.1.2/template/munin/munin_nginx_vhost.conf.erb
97
- - pkg/chrisrec-0.1.2/template/rakecron/rakecron.erb
98
- - pkg/chrisrec-0.1.2/template/starling/monit.conf.erb
99
- - pkg/chrisrec-0.1.2/template/starling/starling-init-script.erb
100
- - pkg/chrisrec-0.1.2/template/static/httpd-vhost-static.conf.erb
101
- - pkg/chrisrec-0.1.2/template/tomcat/conf/server.xml.erb
102
- - pkg/chrisrec-0.1.2/template/tomcat/conf/web.xml
103
- - pkg/chrisrec-0.1.2/template/tomcat/logs/empty.txt
104
- - pkg/chrisrec-0.1.2/template/tomcat/monit.conf.erb
105
- - pkg/chrisrec-0.1.2/template/tomcat/temp/empty.txt
106
- - pkg/chrisrec-0.1.2/template/tomcat/tomcat.erb
107
- - pkg/chrisrec-0.1.2/template/tomcat/webapps/empty.txt
108
- - pkg/chrisrec-0.1.2/template/tomcat/work/empty.txt
109
- - pkg/chrisrec-0.1.2/template/workling/monit.conf.erb
110
- - pkg/chrisrec-0.1.2/template/workling/workling-init-script.erb
47
+ - retired/lib/backgroundrb/backgroundrb.rb
48
+ - retired/lib/gitosis/gitosis.rb
49
+ - retired/lib/memcached/memcached.rb
50
+ - retired/lib/starling/starling.rb
51
+ - retired/lib/workling/workling.rb
52
+ - retired/template/starling/monit.conf.erb
53
+ - retired/template/starling/starling-init-script.erb
54
+ - retired/template/workling/monit.conf.erb
55
+ - retired/template/workling/workling-init-script.erb
111
56
  - template/daemon/daemon-init-script.erb
112
57
  - template/daemon/monit.conf.erb
113
58
  - template/jekyll/httpd-vhost-jekyll.conf.erb
@@ -119,8 +64,6 @@ files:
119
64
  - template/munin/munin.conf.erb
120
65
  - template/munin/munin_nginx_vhost.conf.erb
121
66
  - template/rakecron/rakecron.erb
122
- - template/starling/monit.conf.erb
123
- - template/starling/starling-init-script.erb
124
67
  - template/static/httpd-vhost-static.conf.erb
125
68
  - template/tomcat/conf/server.xml.erb
126
69
  - template/tomcat/conf/web.xml
@@ -130,47 +73,34 @@ files:
130
73
  - template/tomcat/tomcat.erb
131
74
  - template/tomcat/webapps/empty.txt
132
75
  - template/tomcat/work/empty.txt
133
- - template/workling/monit.conf.erb
134
- - template/workling/workling-init-script.erb
135
- has_rdoc: true
136
76
  homepage: http://github.com/dougochris/chrisrec
137
77
  licenses: []
138
-
139
78
  post_install_message:
140
- rdoc_options:
79
+ rdoc_options:
141
80
  - --line-numbers
142
81
  - --inline-source
143
82
  - --title
144
83
  - Chrisrec
145
84
  - --main
146
85
  - README
147
- require_paths:
86
+ require_paths:
148
87
  - lib
149
- required_ruby_version: !ruby/object:Gem::Requirement
88
+ required_ruby_version: !ruby/object:Gem::Requirement
150
89
  none: false
151
- requirements:
152
- - - ">="
153
- - !ruby/object:Gem::Version
154
- hash: 3
155
- segments:
156
- - 0
157
- version: "0"
158
- required_rubygems_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ required_rubygems_version: !ruby/object:Gem::Requirement
159
95
  none: false
160
- requirements:
161
- - - ">="
162
- - !ruby/object:Gem::Version
163
- hash: 11
164
- segments:
165
- - 1
166
- - 2
167
- version: "1.2"
96
+ requirements:
97
+ - - ! '>='
98
+ - !ruby/object:Gem::Version
99
+ version: '1.2'
168
100
  requirements: []
169
-
170
101
  rubyforge_project: chrisrec
171
- rubygems_version: 1.3.7
102
+ rubygems_version: 1.8.10
172
103
  signing_key:
173
104
  specification_version: 3
174
105
  summary: Extend Deprec with other recipies.
175
106
  test_files: []
176
-
@@ -1,88 +0,0 @@
1
- Manifest
2
- README
3
- Rakefile
4
- chrisrec.gemspec
5
- lib/backgroundrb/backgroundrb.rb
6
- lib/chrisrec.rb
7
- lib/console/console.rb
8
- lib/daemon/daemon.rb
9
- lib/gitosis/gitosis.rb
10
- lib/jekyll/jekyll.rb
11
- lib/memcached/memcached.rb
12
- lib/munin/munin.rb
13
- lib/mysql/mysql.rake
14
- lib/mysql/mysql.rb
15
- lib/rake/rake.rb
16
- lib/rakecron/rakecron.rb
17
- lib/starling/starling.rb
18
- lib/static/static.rb
19
- lib/tomcat/tomcat.rb
20
- lib/workling/workling.rb
21
- pkg/chrisrec-0.1.2/Manifest
22
- pkg/chrisrec-0.1.2/README
23
- pkg/chrisrec-0.1.2/Rakefile
24
- pkg/chrisrec-0.1.2/chrisrec.gemspec
25
- pkg/chrisrec-0.1.2/lib/backgroundrb/backgroundrb.rb
26
- pkg/chrisrec-0.1.2/lib/chrisrec.rb
27
- pkg/chrisrec-0.1.2/lib/console/console.rb
28
- pkg/chrisrec-0.1.2/lib/daemon/daemon.rb
29
- pkg/chrisrec-0.1.2/lib/gitosis/gitosis.rb
30
- pkg/chrisrec-0.1.2/lib/jekyll/jekyll.rb
31
- pkg/chrisrec-0.1.2/lib/memcached/memcached.rb
32
- pkg/chrisrec-0.1.2/lib/munin/munin.rb
33
- pkg/chrisrec-0.1.2/lib/mysql/mysql.rake
34
- pkg/chrisrec-0.1.2/lib/mysql/mysql.rb
35
- pkg/chrisrec-0.1.2/lib/rake/rake.rb
36
- pkg/chrisrec-0.1.2/lib/rakecron/rakecron.rb
37
- pkg/chrisrec-0.1.2/lib/starling/starling.rb
38
- pkg/chrisrec-0.1.2/lib/static/static.rb
39
- pkg/chrisrec-0.1.2/lib/tomcat/tomcat.rb
40
- pkg/chrisrec-0.1.2/lib/workling/workling.rb
41
- pkg/chrisrec-0.1.2/template/daemon/daemon-init-script.erb
42
- pkg/chrisrec-0.1.2/template/daemon/monit.conf.erb
43
- pkg/chrisrec-0.1.2/template/jekyll/httpd-vhost-jekyll.conf.erb
44
- pkg/chrisrec-0.1.2/template/memcached/memcached-conf.erb
45
- pkg/chrisrec-0.1.2/template/memcached/memcached.erb
46
- pkg/chrisrec-0.1.2/template/memcached/monit.conf.erb
47
- pkg/chrisrec-0.1.2/template/memcached/start-memcached.erb
48
- pkg/chrisrec-0.1.2/template/munin/httpd-vhost-munin.conf.erb
49
- pkg/chrisrec-0.1.2/template/munin/munin.conf.erb
50
- pkg/chrisrec-0.1.2/template/munin/munin_nginx_vhost.conf.erb
51
- pkg/chrisrec-0.1.2/template/rakecron/rakecron.erb
52
- pkg/chrisrec-0.1.2/template/starling/monit.conf.erb
53
- pkg/chrisrec-0.1.2/template/starling/starling-init-script.erb
54
- pkg/chrisrec-0.1.2/template/static/httpd-vhost-static.conf.erb
55
- pkg/chrisrec-0.1.2/template/tomcat/conf/server.xml.erb
56
- pkg/chrisrec-0.1.2/template/tomcat/conf/web.xml
57
- pkg/chrisrec-0.1.2/template/tomcat/logs/empty.txt
58
- pkg/chrisrec-0.1.2/template/tomcat/monit.conf.erb
59
- pkg/chrisrec-0.1.2/template/tomcat/temp/empty.txt
60
- pkg/chrisrec-0.1.2/template/tomcat/tomcat.erb
61
- pkg/chrisrec-0.1.2/template/tomcat/webapps/empty.txt
62
- pkg/chrisrec-0.1.2/template/tomcat/work/empty.txt
63
- pkg/chrisrec-0.1.2/template/workling/monit.conf.erb
64
- pkg/chrisrec-0.1.2/template/workling/workling-init-script.erb
65
- template/daemon/daemon-init-script.erb
66
- template/daemon/monit.conf.erb
67
- template/jekyll/httpd-vhost-jekyll.conf.erb
68
- template/memcached/memcached-conf.erb
69
- template/memcached/memcached.erb
70
- template/memcached/monit.conf.erb
71
- template/memcached/start-memcached.erb
72
- template/munin/httpd-vhost-munin.conf.erb
73
- template/munin/munin.conf.erb
74
- template/munin/munin_nginx_vhost.conf.erb
75
- template/rakecron/rakecron.erb
76
- template/starling/monit.conf.erb
77
- template/starling/starling-init-script.erb
78
- template/static/httpd-vhost-static.conf.erb
79
- template/tomcat/conf/server.xml.erb
80
- template/tomcat/conf/web.xml
81
- template/tomcat/logs/empty.txt
82
- template/tomcat/monit.conf.erb
83
- template/tomcat/temp/empty.txt
84
- template/tomcat/tomcat.erb
85
- template/tomcat/webapps/empty.txt
86
- template/tomcat/work/empty.txt
87
- template/workling/monit.conf.erb
88
- template/workling/workling-init-script.erb