jstorimer-deep-test 0.1.0 → 0.2.0

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/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