mysql2_query_filter-plugin-log 0.0.1 → 0.0.2

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: 6398fdbbff56786cf4ee69cb78c6e6e5d553a3ad
4
- data.tar.gz: 75d7a9ad0ca3e2bae7050aeace1386c53c42e0ab
3
+ metadata.gz: b27cbed50fdecbd2acf32f94e1784ada0764c8a2
4
+ data.tar.gz: b55cb6f99bd48359a701ce6e19349f36ce8dd6b2
5
5
  SHA512:
6
- metadata.gz: 3467143df7ef8b5808a1dcc8e4bd226448cbe3b5f970e0c5e0e5731eb4572d5f08cbc54283c5e7cf28a1662c824541225f222b85930851960e5a2b41cda30c50
7
- data.tar.gz: 23fcbd69c45642faeafa7d406fc4d58fa416ad2a59148c2590e6f97fca4bd191a591a73f0e5645f8d23ad8de1f0381d80ed3f7435ee1d3eaa3f19e6621f28240
6
+ metadata.gz: 38cc8b7e214689776e971f25068a24c9374a3457f85c1331ff704563cba8a39d6deb693fbf5ae5a287e8ea3030bc06f7e878da090e86e5091cc16cb1f79809ca
7
+ data.tar.gz: e8551ee93f8a45d5b5d4b7b3f167b4ee1534a5ac3e20b978051b3a041c2706fd15120b05470b8eff4b3fc3b847f8f067d0645a07c2262229ddbc290bf6d6b5e1
@@ -1,5 +1,4 @@
1
1
  require 'mysql2_query_filter'
2
- require 'mysql2_query_filter/plugin/log'
3
2
 
4
3
  module Mysql2QueryFilter::Plugin
5
4
  class Log < Filter
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = 'mysql2_query_filter-plugin-log'
4
- spec.version = '0.0.1'
4
+ spec.version = '0.0.2'
5
5
  spec.authors = ['Genki Sugawara']
6
6
  spec.email = ['sgwr_dts@yahoo.co.jp']
7
7
  spec.summary = %q{Logging plug-in for Mysql2QueryFilter.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql2_query_filter-plugin-log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Sugawara