mysql2_query_filter 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26a4bfc6c61a34fee0a13b2975178a2781170647
4
- data.tar.gz: 58c39646ee126def932b6f6a9b03963d8c716fd5
3
+ metadata.gz: 9c50f12b448fa3373216e7edae47d5a61a85e17b
4
+ data.tar.gz: 2c4e974cb8a6c5ab134d1ac6836c83235a7a6f3c
5
5
  SHA512:
6
- metadata.gz: dc9d62ef7def1265a832dbfb339da0449e5273c67761c8b97a126e4c386e57fc8e186919c4dfa8360d69077474345ffc6563d4bc0538fd805bf35b10357a1459
7
- data.tar.gz: 5625c71965e6357e8dc9da56b63356e2e557f9dea6e7d54ce332b54ce84a02b1910ff2d5e5b31f04b0e9fc0c6c9ea19c504c946e21683073d2bffa7b5a62e172
6
+ metadata.gz: e69d1640e1a1ab1472c537a97e9b72bc518747ad011daaa15fa5fa34715c509a997caa84c7ee20401e0fe1e627feefd57855b28a592fb54a1021f5dd72a74bb2
7
+ data.tar.gz: f9167e0087d77aeae3278a958300cf1cf267a39780146f2ae1a5920d826d92939cff75f57a6d493ee033eb9ba2df676183c0c774f5d5c8b80089ead158de4f1d
@@ -5,7 +5,7 @@ class Mysql2QueryFilter::QueryFilter
5
5
 
6
6
  def plugin(name, options = {})
7
7
  filter_class = Mysql2QueryFilter::Plugins[name]
8
- append(filter_class, options)
8
+ add(filter_class, options)
9
9
  end
10
10
 
11
11
  def add(filter_class, options = {})
@@ -1,3 +1,3 @@
1
1
  module Mysql2QueryFilter
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql2_query_filter
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