rails_pwnerer 0.6.46 → 0.6.47
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/CHANGELOG +2 -0
- data/lib/pwnage/app/nginx_config.rb +1 -1
- data/rails_pwnerer.gemspec +3 -3
- metadata +3 -3
data/CHANGELOG
CHANGED
|
@@ -49,7 +49,7 @@ class RailsPwnage::App::NginxConfig
|
|
|
49
49
|
proxy_set_header X-Real-IP $remote_addr;
|
|
50
50
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
51
51
|
proxy_set_header Host $host;
|
|
52
|
-
proxy_redirect
|
|
52
|
+
proxy_redirect off;
|
|
53
53
|
proxy_connect_timeout 2;
|
|
54
54
|
proxy_read_timeout 86400;
|
|
55
55
|
if (!-f $request_filename) {
|
data/rails_pwnerer.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
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.47"
|
|
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-
|
|
9
|
+
s.date = %q{2009-06-04}
|
|
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}
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Rails_pwnerer", "--main", "README"]
|
|
19
19
|
s.require_paths = ["lib", "ext"]
|
|
20
20
|
s.rubyforge_project = %q{rails-pwnage}
|
|
21
|
-
s.rubygems_version = %q{1.3.
|
|
21
|
+
s.rubygems_version = %q{1.3.4}
|
|
22
22
|
s.summary = %q{Rails deployment tool/hack.}
|
|
23
23
|
|
|
24
24
|
if s.respond_to? :specification_version then
|
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.47
|
|
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-
|
|
12
|
+
date: 2009-06-04 00:00:00 -04:00
|
|
13
13
|
default_executable: bin/rpwn
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
requirements: []
|
|
160
160
|
|
|
161
161
|
rubyforge_project: rails-pwnage
|
|
162
|
-
rubygems_version: 1.3.
|
|
162
|
+
rubygems_version: 1.3.4
|
|
163
163
|
signing_key:
|
|
164
164
|
specification_version: 3
|
|
165
165
|
summary: Rails deployment tool/hack.
|