mysql-pause 0.1.0 → 0.1.1

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.
@@ -1,2 +1,2 @@
1
1
  APP_NAME = 'mysql-pause'
2
- Version = '0.1.0'
2
+ Version = '0.1.1'
@@ -23,7 +23,7 @@ module MysqlPause
23
23
  end
24
24
 
25
25
  def mysql_pause_error?(e)
26
- /\A#{Regexp.escape(MYSQL_PAUSE)}/ =~ e.message
26
+ /#{Regexp.escape(ERROR_HEADER)}/ =~ e.message
27
27
  end
28
28
 
29
29
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql-pause
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: