mysql2_query_filter 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/mysql2_query_filter/query_filter.rb +1 -1
- data/lib/mysql2_query_filter/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26a4bfc6c61a34fee0a13b2975178a2781170647
|
4
|
+
data.tar.gz: 58c39646ee126def932b6f6a9b03963d8c716fd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc9d62ef7def1265a832dbfb339da0449e5273c67761c8b97a126e4c386e57fc8e186919c4dfa8360d69077474345ffc6563d4bc0538fd805bf35b10357a1459
|
7
|
+
data.tar.gz: 5625c71965e6357e8dc9da56b63356e2e557f9dea6e7d54ce332b54ce84a02b1910ff2d5e5b31f04b0e9fc0c6c9ea19c504c946e21683073d2bffa7b5a62e172
|
data/README.md
CHANGED
@@ -8,7 +8,7 @@ class Mysql2QueryFilter::QueryFilter
|
|
8
8
|
append(filter_class, options)
|
9
9
|
end
|
10
10
|
|
11
|
-
def
|
11
|
+
def add(filter_class, options = {})
|
12
12
|
unless filter_class < Mysql2QueryFilter::Plugin::Filter
|
13
13
|
raise "Invalid plug-in has been appended: #{filter_class}"
|
14
14
|
end
|