rails_pwnerer 0.6.17 → 0.6.18

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.6.18. Fixed bad log path in thin command line.
2
+
1
3
  v0.6.17. Doing svn revert on config/ on updates, so svn doesn't complain about conflicts.
2
4
 
3
5
  v0.6.16. Require enable_db_reset configuration flag for db_reset (dangerous operation).
@@ -88,7 +88,7 @@ class RailsPwnage::App::ClusterConfig
88
88
  Dir.chdir app_config[:app_path] do
89
89
  frontends.times do |f|
90
90
  fe_port = first_port + f
91
- cmd = static_cmd + "-p #{fe_port} -l logs/fe.#{fe_port}.log -P tmp/pids/fe.#{fe_port}.pid"
91
+ cmd = static_cmd + "-p #{fe_port} -l log/fe.#{fe_port}.log -P tmp/pids/fe.#{fe_port}.pid"
92
92
  Kernel.system cmd
93
93
  end
94
94
  end
@@ -1,18 +1,18 @@
1
1
 
2
- # Gem::Specification for Rails_pwnerer-0.6.17
2
+ # Gem::Specification for Rails_pwnerer-0.6.18
3
3
  # Originally generated by Echoe
4
4
 
5
5
  --- !ruby/object:Gem::Specification
6
6
  name: rails_pwnerer
7
7
  version: !ruby/object:Gem::Version
8
- version: 0.6.17
8
+ version: 0.6.18
9
9
  platform: ruby
10
10
  authors:
11
11
  - Victor Costan
12
12
  autorequire:
13
13
  bindir: bin
14
14
 
15
- date: 2008-10-05 00:00:00 -04:00
15
+ date: 2008-10-13 00:00:00 -04:00
16
16
  default_executable: bin/rpwn
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
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.17
4
+ version: 0.6.18
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: 2008-10-05 00:00:00 -04:00
12
+ date: 2008-10-13 00:00:00 -04:00
13
13
  default_executable: bin/rpwn
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency