mysql2_query_filter-plugin-casual_log 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3cfe55984109099b401f0b3cc98786f4ab6eaaa6
4
- data.tar.gz: 9b69c8cf7911fd2897ae53b401f2938456fa5708
3
+ metadata.gz: 151fb6a5ddaf5e389c61faa4950b6ae678cbde29
4
+ data.tar.gz: 9f24794cd590e62a6f61ffdc3f8cc1cbd109eae3
5
5
  SHA512:
6
- metadata.gz: e01cd2f06f4821463611675e43af7356950fe9c0c739c853a616f9eb70d40ff3f629da81f1182786154f35127ce30aa2c609b60df680a19348ca83ab68930aa8
7
- data.tar.gz: 6b564245e72b78e0c8650ed88d09d9b6aaa0ad654223afb7532a0696c5d373ae3522bd64c225b6f2811381fdc7c443084a7341e4cbb9e38f4c6c2cf6e5410bb8
6
+ metadata.gz: ab55ede1d3793d0f932f2a6b2900f6b35479da107a83c8373dadcdb26a9729f689fb605882d5430558896dcf1ebbfaf6932699db5c94c4987e7c099bf38eb149
7
+ data.tar.gz: bdcea2c6c5c6ca2a4571e660447042dbd25e458224f510c3baca6712e5958b50ef3f9ca50b15ef96bbbe757754e7aef02d72b87e2f87ca3f32a39b552057e57e
@@ -4,7 +4,7 @@ require 'term/ansicolor'
4
4
 
5
5
  module Mysql2QueryFilter::Plugin
6
6
  class CasualLog < Filter
7
- Mysql2QueryFilter.register(:casual_log, self)
7
+ Mysql2QueryFilter::Plugin.register(:casual_log, self)
8
8
 
9
9
  REGEXPS = {
10
10
  'select_type' => Regexp.union(
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = 'mysql2_query_filter-plugin-casual_log'
4
- spec.version = '0.0.4'
4
+ spec.version = '0.0.5'
5
5
  spec.authors = ['Genki Sugawara']
6
6
  spec.email = ['sgwr_dts@yahoo.co.jp']
7
7
  spec.summary = %q{Plug-in that colorize the bad query for Mysql2QueryFilter.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql2_query_filter-plugin-casual_log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Sugawara