rails_pwnerer 0.6.35 → 0.6.36
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/Manifest +43 -43
- data/README +2 -2
- data/bin/rpwn +0 -14
- data/bin/rpwnctl +15 -0
- data/lib/pwnage/app/{database.rb → db/mysql.rb} +0 -0
- data/lib/pwnage/app/{git.rb → vcs/git.rb} +0 -0
- data/lib/pwnage/app/{perforce.rb → vcs/perforce.rb} +0 -0
- data/lib/pwnage/app/{svn.rb → vcs/svn.rb} +0 -0
- data/lib/rails_pwnerer.rb +4 -4
- data/rails_pwnerer.gemspec +5 -5
- metadata +84 -84
data/CHANGELOG
CHANGED
data/Manifest
CHANGED
@@ -1,54 +1,54 @@
|
|
1
|
-
README
|
2
|
-
ext/rpwn_setup_notice/extconf.rb
|
3
|
-
LICENSE
|
4
|
-
RUBYFORGE
|
5
|
-
Rakefile
|
6
|
-
Manifest
|
7
1
|
bin/rpwn
|
8
|
-
bin/rpwndev
|
9
2
|
bin/rpwnctl
|
3
|
+
bin/rpwndev
|
10
4
|
CHANGELOG
|
11
|
-
|
12
|
-
lib/pwnage/
|
13
|
-
lib/pwnage/
|
14
|
-
lib/pwnage/
|
15
|
-
lib/pwnage/
|
16
|
-
lib/pwnage/scaffolds/gems.rb
|
17
|
-
lib/pwnage/scaffolds/dir_permissions.rb
|
18
|
-
lib/pwnage/scaffolds/dirs.rb
|
19
|
-
lib/pwnage/scaffolds/config.rb
|
20
|
-
lib/pwnage/scaffolds/mysql_config.rb
|
21
|
-
lib/pwnage/scaffolds/packages.rb
|
22
|
-
lib/pwnage/scaffolds/sshd.rb
|
23
|
-
lib/pwnage/scaffolds/rubygems.rb
|
24
|
-
lib/pwnage/scaffolds/hook_daemon.rb
|
25
|
-
lib/pwnage/config/main.rb
|
26
|
-
lib/pwnage/config/repository.rb
|
27
|
-
lib/pwnage/config/frontends.rb
|
28
|
-
lib/pwnage/config/ports.rb
|
29
|
-
lib/pwnage/config/app.rb
|
30
|
-
lib/pwnage/config/paths.rb
|
31
|
-
lib/pwnage/ctl_executor.rb
|
32
|
-
lib/pwnage/base.rb
|
33
|
-
lib/pwnage/dev_executor.rb
|
5
|
+
ext/rpwn_setup_notice/extconf.rb
|
6
|
+
lib/pwnage/app/cluster_config.rb
|
7
|
+
lib/pwnage/app/config.rb
|
8
|
+
lib/pwnage/app/db/mysql.rb
|
9
|
+
lib/pwnage/app/files.rb
|
34
10
|
lib/pwnage/app/gems.rb
|
35
|
-
lib/pwnage/app/nginx_config.rb
|
36
11
|
lib/pwnage/app/main.rb
|
12
|
+
lib/pwnage/app/nginx_config.rb
|
37
13
|
lib/pwnage/app/scripts.rb
|
38
|
-
lib/pwnage/app/
|
39
|
-
lib/pwnage/app/perforce.rb
|
40
|
-
lib/pwnage/app/
|
41
|
-
lib/pwnage/app/config.rb
|
42
|
-
lib/pwnage/app/git.rb
|
43
|
-
lib/pwnage/app/cluster_config.rb
|
44
|
-
lib/pwnage/app/files.rb
|
45
|
-
lib/pwnage/base/hostname.rb
|
46
|
-
lib/pwnage/base/gems.rb
|
47
|
-
lib/pwnage/base/input.rb
|
48
|
-
lib/pwnage/base/cpus.rb
|
14
|
+
lib/pwnage/app/vcs/git.rb
|
15
|
+
lib/pwnage/app/vcs/perforce.rb
|
16
|
+
lib/pwnage/app/vcs/svn.rb
|
49
17
|
lib/pwnage/base/atomics.rb
|
18
|
+
lib/pwnage/base/cpus.rb
|
50
19
|
lib/pwnage/base/dirs.rb
|
51
|
-
lib/pwnage/base/
|
20
|
+
lib/pwnage/base/gems.rb
|
21
|
+
lib/pwnage/base/hostname.rb
|
22
|
+
lib/pwnage/base/input.rb
|
52
23
|
lib/pwnage/base/packages.rb
|
53
24
|
lib/pwnage/base/process.rb
|
25
|
+
lib/pwnage/base/rails.rb
|
54
26
|
lib/pwnage/base/startup.rb
|
27
|
+
lib/pwnage/base.rb
|
28
|
+
lib/pwnage/config/app.rb
|
29
|
+
lib/pwnage/config/frontends.rb
|
30
|
+
lib/pwnage/config/main.rb
|
31
|
+
lib/pwnage/config/paths.rb
|
32
|
+
lib/pwnage/config/ports.rb
|
33
|
+
lib/pwnage/config/repository.rb
|
34
|
+
lib/pwnage/ctl_executor.rb
|
35
|
+
lib/pwnage/dev_executor.rb
|
36
|
+
lib/pwnage/executor.rb
|
37
|
+
lib/pwnage/scaffolds/config.rb
|
38
|
+
lib/pwnage/scaffolds/dir_permissions.rb
|
39
|
+
lib/pwnage/scaffolds/dirs.rb
|
40
|
+
lib/pwnage/scaffolds/gems.rb
|
41
|
+
lib/pwnage/scaffolds/hook_daemon.rb
|
42
|
+
lib/pwnage/scaffolds/hook_dyndns.rb
|
43
|
+
lib/pwnage/scaffolds/mysql_config.rb
|
44
|
+
lib/pwnage/scaffolds/packages.rb
|
45
|
+
lib/pwnage/scaffolds/rubygems.rb
|
46
|
+
lib/pwnage/scaffolds/sshd.rb
|
47
|
+
lib/pwnage/util/kill_process_set.rb
|
48
|
+
lib/pwnage/util/main.rb
|
49
|
+
lib/rails_pwnerer.rb
|
50
|
+
LICENSE
|
51
|
+
Manifest
|
52
|
+
Rakefile
|
53
|
+
README
|
54
|
+
RUBYFORGE
|
data/README
CHANGED
@@ -25,8 +25,8 @@ application.
|
|
25
25
|
|
26
26
|
Life with +rails_pwnerer+:
|
27
27
|
|
28
|
-
1) Install a bootstrap version of ruby and rubygems:
|
29
|
-
sudo apt-get -y install rubygems
|
28
|
+
1) Install a bootstrap version of ruby and rubygems (yes the order is correct):
|
29
|
+
sudo apt-get -y install rubygems ruby
|
30
30
|
|
31
31
|
2) Install +rails_pwnerer+:
|
32
32
|
sudo gem install rails_pwnerer
|
data/bin/rpwn
CHANGED
@@ -1,18 +1,4 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
-
#
|
3
|
-
### BEGIN INIT INFO
|
4
|
-
# Provides: rpwn
|
5
|
-
# Required-Start: $local_fs $syslog
|
6
|
-
# Required-Stop: $local_fs $syslog
|
7
|
-
# Should-Start: $remote_fs $network $named $time mysql nginx
|
8
|
-
# Should-Stop: $remote_fs $network $named $time mysql nginx
|
9
|
-
# Default-Start: 2 3 4 5
|
10
|
-
# Default-Stop: 0 1 6
|
11
|
-
# Short-Description: Starts rails_pwnerer's control daemon.
|
12
|
-
# Description: rails_pwnerer's control daemon configures and starts up
|
13
|
-
# the Rails applications deployed on the machine
|
14
|
-
### END INIT INFO
|
15
|
-
#
|
16
2
|
|
17
3
|
require 'rubygems'
|
18
4
|
require 'rails_pwnerer'
|
data/bin/rpwnctl
CHANGED
@@ -1,4 +1,19 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
+
#
|
3
|
+
### BEGIN INIT INFO
|
4
|
+
# Provides: rpwn
|
5
|
+
# Required-Start: $local_fs $syslog
|
6
|
+
# Required-Stop: $local_fs $syslog
|
7
|
+
# Should-Start: $remote_fs $network $named $time mysql nginx
|
8
|
+
# Should-Stop: $remote_fs $network $named $time mysql nginx
|
9
|
+
# Default-Start: 2 3 4 5
|
10
|
+
# Default-Stop: 0 1 6
|
11
|
+
# Short-Description: Starts rails_pwnerer's control daemon.
|
12
|
+
# Description: rails_pwnerer's control daemon configures and starts up
|
13
|
+
# the Rails applications deployed on the machine
|
14
|
+
### END INIT INFO
|
15
|
+
#
|
16
|
+
|
2
17
|
require 'rubygems'
|
3
18
|
require 'rails_pwnerer'
|
4
19
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/rails_pwnerer.rb
CHANGED
@@ -47,14 +47,14 @@ require 'pwnage/scaffolds/sshd.rb'
|
|
47
47
|
require 'pwnage/app/main.rb'
|
48
48
|
require 'pwnage/app/config.rb'
|
49
49
|
require 'pwnage/app/cluster_config.rb'
|
50
|
-
require 'pwnage/app/database.rb'
|
51
50
|
require 'pwnage/app/files.rb'
|
52
51
|
require 'pwnage/app/gems.rb'
|
53
|
-
require 'pwnage/app/git.rb'
|
54
52
|
require 'pwnage/app/nginx_config.rb'
|
55
|
-
require 'pwnage/app/perforce.rb'
|
56
53
|
require 'pwnage/app/scripts.rb'
|
57
|
-
require 'pwnage/app/
|
54
|
+
require 'pwnage/app/db/mysql.rb'
|
55
|
+
require 'pwnage/app/vcs/git.rb'
|
56
|
+
require 'pwnage/app/vcs/perforce.rb'
|
57
|
+
require 'pwnage/app/vcs/svn.rb'
|
58
58
|
|
59
59
|
require 'pwnage/ctl_executor.rb'
|
60
60
|
require 'pwnage/dev_executor.rb'
|
data/rails_pwnerer.gemspec
CHANGED
@@ -2,18 +2,18 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{rails_pwnerer}
|
5
|
-
s.version = "0.6.
|
5
|
+
s.version = "0.6.36"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Victor Costan"]
|
9
|
-
s.date = %q{2009-02-
|
9
|
+
s.date = %q{2009-02-25}
|
10
10
|
s.default_executable = %q{bin/rpwn}
|
11
11
|
s.description = %q{Rails deployment tool/hack.}
|
12
12
|
s.email = %q{victor@costan.us}
|
13
|
-
s.executables = ["rpwn", "
|
13
|
+
s.executables = ["rpwn", "rpwnctl", "rpwndev"]
|
14
14
|
s.extensions = ["ext/rpwn_setup_notice/extconf.rb"]
|
15
|
-
s.extra_rdoc_files = ["
|
16
|
-
s.files = ["
|
15
|
+
s.extra_rdoc_files = ["bin/rpwn", "bin/rpwnctl", "bin/rpwndev", "CHANGELOG", "ext/rpwn_setup_notice/extconf.rb", "lib/pwnage/app/cluster_config.rb", "lib/pwnage/app/config.rb", "lib/pwnage/app/db/mysql.rb", "lib/pwnage/app/files.rb", "lib/pwnage/app/gems.rb", "lib/pwnage/app/main.rb", "lib/pwnage/app/nginx_config.rb", "lib/pwnage/app/scripts.rb", "lib/pwnage/app/vcs/git.rb", "lib/pwnage/app/vcs/perforce.rb", "lib/pwnage/app/vcs/svn.rb", "lib/pwnage/base/atomics.rb", "lib/pwnage/base/cpus.rb", "lib/pwnage/base/dirs.rb", "lib/pwnage/base/gems.rb", "lib/pwnage/base/hostname.rb", "lib/pwnage/base/input.rb", "lib/pwnage/base/packages.rb", "lib/pwnage/base/process.rb", "lib/pwnage/base/rails.rb", "lib/pwnage/base/startup.rb", "lib/pwnage/base.rb", "lib/pwnage/config/app.rb", "lib/pwnage/config/frontends.rb", "lib/pwnage/config/main.rb", "lib/pwnage/config/paths.rb", "lib/pwnage/config/ports.rb", "lib/pwnage/config/repository.rb", "lib/pwnage/ctl_executor.rb", "lib/pwnage/dev_executor.rb", "lib/pwnage/executor.rb", "lib/pwnage/scaffolds/config.rb", "lib/pwnage/scaffolds/dir_permissions.rb", "lib/pwnage/scaffolds/dirs.rb", "lib/pwnage/scaffolds/gems.rb", "lib/pwnage/scaffolds/hook_daemon.rb", "lib/pwnage/scaffolds/hook_dyndns.rb", "lib/pwnage/scaffolds/mysql_config.rb", "lib/pwnage/scaffolds/packages.rb", "lib/pwnage/scaffolds/rubygems.rb", "lib/pwnage/scaffolds/sshd.rb", "lib/pwnage/util/kill_process_set.rb", "lib/pwnage/util/main.rb", "lib/rails_pwnerer.rb", "LICENSE", "README"]
|
16
|
+
s.files = ["bin/rpwn", "bin/rpwnctl", "bin/rpwndev", "CHANGELOG", "ext/rpwn_setup_notice/extconf.rb", "lib/pwnage/app/cluster_config.rb", "lib/pwnage/app/config.rb", "lib/pwnage/app/db/mysql.rb", "lib/pwnage/app/files.rb", "lib/pwnage/app/gems.rb", "lib/pwnage/app/main.rb", "lib/pwnage/app/nginx_config.rb", "lib/pwnage/app/scripts.rb", "lib/pwnage/app/vcs/git.rb", "lib/pwnage/app/vcs/perforce.rb", "lib/pwnage/app/vcs/svn.rb", "lib/pwnage/base/atomics.rb", "lib/pwnage/base/cpus.rb", "lib/pwnage/base/dirs.rb", "lib/pwnage/base/gems.rb", "lib/pwnage/base/hostname.rb", "lib/pwnage/base/input.rb", "lib/pwnage/base/packages.rb", "lib/pwnage/base/process.rb", "lib/pwnage/base/rails.rb", "lib/pwnage/base/startup.rb", "lib/pwnage/base.rb", "lib/pwnage/config/app.rb", "lib/pwnage/config/frontends.rb", "lib/pwnage/config/main.rb", "lib/pwnage/config/paths.rb", "lib/pwnage/config/ports.rb", "lib/pwnage/config/repository.rb", "lib/pwnage/ctl_executor.rb", "lib/pwnage/dev_executor.rb", "lib/pwnage/executor.rb", "lib/pwnage/scaffolds/config.rb", "lib/pwnage/scaffolds/dir_permissions.rb", "lib/pwnage/scaffolds/dirs.rb", "lib/pwnage/scaffolds/gems.rb", "lib/pwnage/scaffolds/hook_daemon.rb", "lib/pwnage/scaffolds/hook_dyndns.rb", "lib/pwnage/scaffolds/mysql_config.rb", "lib/pwnage/scaffolds/packages.rb", "lib/pwnage/scaffolds/rubygems.rb", "lib/pwnage/scaffolds/sshd.rb", "lib/pwnage/util/kill_process_set.rb", "lib/pwnage/util/main.rb", "lib/rails_pwnerer.rb", "LICENSE", "Manifest", "Rakefile", "README", "RUBYFORGE", "rails_pwnerer.gemspec"]
|
17
17
|
s.has_rdoc = true
|
18
18
|
s.homepage = %q{http://www.costan.us/rails_pwnage}
|
19
19
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Rails_pwnerer", "--main", "README"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_pwnerer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.36
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victor Costan
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-02-
|
12
|
+
date: 2009-02-25 00:00:00 -05:00
|
13
13
|
default_executable: bin/rpwn
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -17,117 +17,117 @@ description: Rails deployment tool/hack.
|
|
17
17
|
email: victor@costan.us
|
18
18
|
executables:
|
19
19
|
- rpwn
|
20
|
-
- rpwndev
|
21
20
|
- rpwnctl
|
21
|
+
- rpwndev
|
22
22
|
extensions:
|
23
23
|
- ext/rpwn_setup_notice/extconf.rb
|
24
24
|
extra_rdoc_files:
|
25
|
-
- README
|
26
|
-
- ext/rpwn_setup_notice/extconf.rb
|
27
|
-
- LICENSE
|
28
25
|
- bin/rpwn
|
29
|
-
- bin/rpwndev
|
30
26
|
- bin/rpwnctl
|
27
|
+
- bin/rpwndev
|
31
28
|
- CHANGELOG
|
32
|
-
-
|
33
|
-
- lib/pwnage/
|
34
|
-
- lib/pwnage/
|
35
|
-
- lib/pwnage/
|
36
|
-
- lib/pwnage/
|
37
|
-
- lib/pwnage/scaffolds/gems.rb
|
38
|
-
- lib/pwnage/scaffolds/dir_permissions.rb
|
39
|
-
- lib/pwnage/scaffolds/dirs.rb
|
40
|
-
- lib/pwnage/scaffolds/config.rb
|
41
|
-
- lib/pwnage/scaffolds/mysql_config.rb
|
42
|
-
- lib/pwnage/scaffolds/packages.rb
|
43
|
-
- lib/pwnage/scaffolds/sshd.rb
|
44
|
-
- lib/pwnage/scaffolds/rubygems.rb
|
45
|
-
- lib/pwnage/scaffolds/hook_daemon.rb
|
46
|
-
- lib/pwnage/config/main.rb
|
47
|
-
- lib/pwnage/config/repository.rb
|
48
|
-
- lib/pwnage/config/frontends.rb
|
49
|
-
- lib/pwnage/config/ports.rb
|
50
|
-
- lib/pwnage/config/app.rb
|
51
|
-
- lib/pwnage/config/paths.rb
|
52
|
-
- lib/pwnage/ctl_executor.rb
|
53
|
-
- lib/pwnage/base.rb
|
54
|
-
- lib/pwnage/dev_executor.rb
|
29
|
+
- ext/rpwn_setup_notice/extconf.rb
|
30
|
+
- lib/pwnage/app/cluster_config.rb
|
31
|
+
- lib/pwnage/app/config.rb
|
32
|
+
- lib/pwnage/app/db/mysql.rb
|
33
|
+
- lib/pwnage/app/files.rb
|
55
34
|
- lib/pwnage/app/gems.rb
|
56
|
-
- lib/pwnage/app/nginx_config.rb
|
57
35
|
- lib/pwnage/app/main.rb
|
36
|
+
- lib/pwnage/app/nginx_config.rb
|
58
37
|
- lib/pwnage/app/scripts.rb
|
59
|
-
- lib/pwnage/app/
|
60
|
-
- lib/pwnage/app/perforce.rb
|
61
|
-
- lib/pwnage/app/
|
62
|
-
- lib/pwnage/app/config.rb
|
63
|
-
- lib/pwnage/app/git.rb
|
64
|
-
- lib/pwnage/app/cluster_config.rb
|
65
|
-
- lib/pwnage/app/files.rb
|
66
|
-
- lib/pwnage/base/hostname.rb
|
67
|
-
- lib/pwnage/base/gems.rb
|
68
|
-
- lib/pwnage/base/input.rb
|
69
|
-
- lib/pwnage/base/cpus.rb
|
38
|
+
- lib/pwnage/app/vcs/git.rb
|
39
|
+
- lib/pwnage/app/vcs/perforce.rb
|
40
|
+
- lib/pwnage/app/vcs/svn.rb
|
70
41
|
- lib/pwnage/base/atomics.rb
|
42
|
+
- lib/pwnage/base/cpus.rb
|
71
43
|
- lib/pwnage/base/dirs.rb
|
72
|
-
- lib/pwnage/base/
|
44
|
+
- lib/pwnage/base/gems.rb
|
45
|
+
- lib/pwnage/base/hostname.rb
|
46
|
+
- lib/pwnage/base/input.rb
|
73
47
|
- lib/pwnage/base/packages.rb
|
74
48
|
- lib/pwnage/base/process.rb
|
49
|
+
- lib/pwnage/base/rails.rb
|
75
50
|
- lib/pwnage/base/startup.rb
|
76
|
-
|
77
|
-
-
|
78
|
-
-
|
79
|
-
-
|
80
|
-
-
|
81
|
-
-
|
82
|
-
-
|
83
|
-
-
|
84
|
-
-
|
85
|
-
- bin/rpwnctl
|
86
|
-
- CHANGELOG
|
87
|
-
- lib/rails_pwnerer.rb
|
88
|
-
- lib/pwnage/util/kill_process_set.rb
|
89
|
-
- lib/pwnage/util/main.rb
|
51
|
+
- lib/pwnage/base.rb
|
52
|
+
- lib/pwnage/config/app.rb
|
53
|
+
- lib/pwnage/config/frontends.rb
|
54
|
+
- lib/pwnage/config/main.rb
|
55
|
+
- lib/pwnage/config/paths.rb
|
56
|
+
- lib/pwnage/config/ports.rb
|
57
|
+
- lib/pwnage/config/repository.rb
|
58
|
+
- lib/pwnage/ctl_executor.rb
|
59
|
+
- lib/pwnage/dev_executor.rb
|
90
60
|
- lib/pwnage/executor.rb
|
91
|
-
- lib/pwnage/scaffolds/
|
92
|
-
- lib/pwnage/scaffolds/gems.rb
|
61
|
+
- lib/pwnage/scaffolds/config.rb
|
93
62
|
- lib/pwnage/scaffolds/dir_permissions.rb
|
94
63
|
- lib/pwnage/scaffolds/dirs.rb
|
95
|
-
- lib/pwnage/scaffolds/
|
64
|
+
- lib/pwnage/scaffolds/gems.rb
|
65
|
+
- lib/pwnage/scaffolds/hook_daemon.rb
|
66
|
+
- lib/pwnage/scaffolds/hook_dyndns.rb
|
96
67
|
- lib/pwnage/scaffolds/mysql_config.rb
|
97
68
|
- lib/pwnage/scaffolds/packages.rb
|
98
|
-
- lib/pwnage/scaffolds/sshd.rb
|
99
69
|
- lib/pwnage/scaffolds/rubygems.rb
|
100
|
-
- lib/pwnage/scaffolds/
|
101
|
-
- lib/pwnage/
|
102
|
-
- lib/pwnage/
|
103
|
-
- lib/
|
104
|
-
-
|
105
|
-
-
|
106
|
-
|
107
|
-
-
|
108
|
-
-
|
109
|
-
-
|
70
|
+
- lib/pwnage/scaffolds/sshd.rb
|
71
|
+
- lib/pwnage/util/kill_process_set.rb
|
72
|
+
- lib/pwnage/util/main.rb
|
73
|
+
- lib/rails_pwnerer.rb
|
74
|
+
- LICENSE
|
75
|
+
- README
|
76
|
+
files:
|
77
|
+
- bin/rpwn
|
78
|
+
- bin/rpwnctl
|
79
|
+
- bin/rpwndev
|
80
|
+
- CHANGELOG
|
81
|
+
- ext/rpwn_setup_notice/extconf.rb
|
82
|
+
- lib/pwnage/app/cluster_config.rb
|
83
|
+
- lib/pwnage/app/config.rb
|
84
|
+
- lib/pwnage/app/db/mysql.rb
|
85
|
+
- lib/pwnage/app/files.rb
|
110
86
|
- lib/pwnage/app/gems.rb
|
111
|
-
- lib/pwnage/app/nginx_config.rb
|
112
87
|
- lib/pwnage/app/main.rb
|
88
|
+
- lib/pwnage/app/nginx_config.rb
|
113
89
|
- lib/pwnage/app/scripts.rb
|
114
|
-
- lib/pwnage/app/
|
115
|
-
- lib/pwnage/app/perforce.rb
|
116
|
-
- lib/pwnage/app/
|
117
|
-
- lib/pwnage/app/config.rb
|
118
|
-
- lib/pwnage/app/git.rb
|
119
|
-
- lib/pwnage/app/cluster_config.rb
|
120
|
-
- lib/pwnage/app/files.rb
|
121
|
-
- lib/pwnage/base/hostname.rb
|
122
|
-
- lib/pwnage/base/gems.rb
|
123
|
-
- lib/pwnage/base/input.rb
|
124
|
-
- lib/pwnage/base/cpus.rb
|
90
|
+
- lib/pwnage/app/vcs/git.rb
|
91
|
+
- lib/pwnage/app/vcs/perforce.rb
|
92
|
+
- lib/pwnage/app/vcs/svn.rb
|
125
93
|
- lib/pwnage/base/atomics.rb
|
94
|
+
- lib/pwnage/base/cpus.rb
|
126
95
|
- lib/pwnage/base/dirs.rb
|
127
|
-
- lib/pwnage/base/
|
96
|
+
- lib/pwnage/base/gems.rb
|
97
|
+
- lib/pwnage/base/hostname.rb
|
98
|
+
- lib/pwnage/base/input.rb
|
128
99
|
- lib/pwnage/base/packages.rb
|
129
100
|
- lib/pwnage/base/process.rb
|
101
|
+
- lib/pwnage/base/rails.rb
|
130
102
|
- lib/pwnage/base/startup.rb
|
103
|
+
- lib/pwnage/base.rb
|
104
|
+
- lib/pwnage/config/app.rb
|
105
|
+
- lib/pwnage/config/frontends.rb
|
106
|
+
- lib/pwnage/config/main.rb
|
107
|
+
- lib/pwnage/config/paths.rb
|
108
|
+
- lib/pwnage/config/ports.rb
|
109
|
+
- lib/pwnage/config/repository.rb
|
110
|
+
- lib/pwnage/ctl_executor.rb
|
111
|
+
- lib/pwnage/dev_executor.rb
|
112
|
+
- lib/pwnage/executor.rb
|
113
|
+
- lib/pwnage/scaffolds/config.rb
|
114
|
+
- lib/pwnage/scaffolds/dir_permissions.rb
|
115
|
+
- lib/pwnage/scaffolds/dirs.rb
|
116
|
+
- lib/pwnage/scaffolds/gems.rb
|
117
|
+
- lib/pwnage/scaffolds/hook_daemon.rb
|
118
|
+
- lib/pwnage/scaffolds/hook_dyndns.rb
|
119
|
+
- lib/pwnage/scaffolds/mysql_config.rb
|
120
|
+
- lib/pwnage/scaffolds/packages.rb
|
121
|
+
- lib/pwnage/scaffolds/rubygems.rb
|
122
|
+
- lib/pwnage/scaffolds/sshd.rb
|
123
|
+
- lib/pwnage/util/kill_process_set.rb
|
124
|
+
- lib/pwnage/util/main.rb
|
125
|
+
- lib/rails_pwnerer.rb
|
126
|
+
- LICENSE
|
127
|
+
- Manifest
|
128
|
+
- Rakefile
|
129
|
+
- README
|
130
|
+
- RUBYFORGE
|
131
131
|
- rails_pwnerer.gemspec
|
132
132
|
has_rdoc: true
|
133
133
|
homepage: http://www.costan.us/rails_pwnage
|