rails_pwnerer 0.5.15 → 0.5.16
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/config.rb +1 -1
- data/rails_pwnerer.gemspec +3 -3
- metadata +2 -2
data/CHANGELOG
CHANGED
data/lib/pwnage/app/config.rb
CHANGED
|
@@ -28,7 +28,7 @@ class RailsPwnage::App::Config
|
|
|
28
28
|
# the datbase user for the given application
|
|
29
29
|
app_db[:db_user] = (app_name + '_' + instance_name)[0...16] # mySQL doesn't like long user names
|
|
30
30
|
# the password of the database user for the given application
|
|
31
|
-
app_db[:db_pass] = (0...16).map { |i| "
|
|
31
|
+
app_db[:db_pass] = (0...16).map { |i| "abcdefghijklmnopqrstuvwxyz"[rand(26),1]}.join
|
|
32
32
|
# a DNS name for server-based filtering (multiple apps on the same box)
|
|
33
33
|
app_db[:dns_name] = ''
|
|
34
34
|
# the maximum request size (megabytes) to be accepted by an application
|
data/rails_pwnerer.gemspec
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
# Gem::Specification for Rails_pwnerer-0.5.
|
|
2
|
+
# Gem::Specification for Rails_pwnerer-0.5.16
|
|
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.5.
|
|
8
|
+
version: 0.5.16
|
|
9
9
|
platform: ruby
|
|
10
10
|
authors:
|
|
11
11
|
- Victor Costan
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
|
|
15
|
-
date: 2008-08-
|
|
15
|
+
date: 2008-08-25 00:00:00 -04:00
|
|
16
16
|
default_executable:
|
|
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.5.
|
|
4
|
+
version: 0.5.16
|
|
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-08-
|
|
12
|
+
date: 2008-08-25 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|