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 CHANGED
@@ -1 +1 @@
1
- 0.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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jstorimer-deep-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Nichols