kennel 1.61.0 → 1.61.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.
- checksums.yaml +4 -4
- data/lib/kennel/template_variables.rb +1 -1
- data/lib/kennel/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be38c48a3e469038ba6e3837fb43bbc9cc5d3e72927c3c1b1a15ba3e98569186
|
|
4
|
+
data.tar.gz: 2336534f4301796a90d6de2e24b2bdaa5da502c1156115cd77684f4607776130
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a228bd11d43f5b2f802a407faad8f33ad04323c89b219e08a039f9b20c1f71e46371d20ac07bf59f351c46d201758a3ab2ae873211851e02b91c42ce875250b7
|
|
7
|
+
data.tar.gz: 339afaf841888ed8cc07add8f40ec97d48bbbfb2225051e75a11648abb600524ba671fb1adc1edc7d4b4fed3e2a669ee3c7dcf798157b9cb75fd3a54d3126daa
|
|
@@ -25,7 +25,7 @@ module Kennel
|
|
|
25
25
|
if bad.any?
|
|
26
26
|
invalid!(
|
|
27
27
|
"queries #{bad.join(", ")} must use the template variables #{variables.join(", ")}\n" \
|
|
28
|
-
"If that is not possible, add `
|
|
28
|
+
"If that is not possible, add `validate: -> { false } # query foo in bar does not have baz tag`"
|
|
29
29
|
)
|
|
30
30
|
end
|
|
31
31
|
end
|
data/lib/kennel/version.rb
CHANGED