dohmysql 0.2.15 → 0.2.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.
Files changed (2) hide show
  1. data/bin/migrate +2 -2
  2. metadata +1 -1
data/bin/migrate CHANGED
@@ -15,13 +15,13 @@ end
15
15
  if success
16
16
  puts "succcess: " + msg
17
17
  if NOTIFY_COMMANDS.include?(CMD_NAME)
18
- dohlog.notify("success: #{msg}")
18
+ dohlog.info("success: #{msg}")
19
19
  end
20
20
  else
21
21
  warn "***************** FAILURE **********************"
22
22
  warn msg
23
23
  if NOTIFY_COMMANDS.include?(CMD_NAME)
24
- dohlog.notify("FAILURE: #{msg}")
24
+ dohlog.info("FAILURE: #{msg}")
25
25
  end
26
26
  exit 1
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dohmysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: