rails_pwnerer 0.6.63 → 0.6.64
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/lib/pwnage/app/db/mysql.rb +1 -1
- data/rails_pwnerer.gemspec +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/lib/pwnage/app/db/mysql.rb
CHANGED
@@ -75,7 +75,7 @@ ENDSQL
|
|
75
75
|
if !configuration['production'] or
|
76
76
|
!configuration['production']['adapter'] or
|
77
77
|
!(/mysql/ =~ configuration['production']['adapter'])
|
78
|
-
configuration['production']['adapter'] = '
|
78
|
+
configuration['production']['adapter'] = 'mysql'
|
79
79
|
end
|
80
80
|
configuration['production'].merge! 'database' => db_name, 'username' => db_user, 'password' => db_pass
|
81
81
|
configuration['production'].merge! mysql_host_info()
|
data/rails_pwnerer.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_pwnerer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 135
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 64
|
10
|
+
version: 0.6.64
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Victor Costan
|