jstorimer-deep-test 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/deep_test/database/mysql_setup_listener.rb +1 -0
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.2.0
|
@@ -38,6 +38,7 @@ module DeepTest
|
|
38
38
|
# this method and grant them.
|
39
39
|
#
|
40
40
|
def grant_privileges(connection)
|
41
|
+
puts "==== #{agent_database_config[:password].inspect}"
|
41
42
|
identified_by = if agent_database_config[:password]
|
42
43
|
%{identified by %s} % connection.quote(agent_database_config[:password])
|
43
44
|
else
|