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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b27c8e5ce2f9b7ec5b649d582ff591bd05b2c874fdbf21207db795d3cc5b6c26
4
- data.tar.gz: a1385e625b05f60d80d9cb5b6ca89a97cd9099187bb24896fee4e1bdcdcf51b3
3
+ metadata.gz: be38c48a3e469038ba6e3837fb43bbc9cc5d3e72927c3c1b1a15ba3e98569186
4
+ data.tar.gz: 2336534f4301796a90d6de2e24b2bdaa5da502c1156115cd77684f4607776130
5
5
  SHA512:
6
- metadata.gz: 32273b702f893078015f99518c2798b3aa30dbd81abc68802ff35765ee489a2a16d0ad5f270c2d824c3d54fd44d4fba48d554486c19683a113f3a9e87f6ce1cd
7
- data.tar.gz: 0f3c9290832283f5d1ae08865b926e84c7ba34fa8c79ebb01ddad91dad16eb592e54b9e246e432a00d7c2334908180b31cb2d343ce719a75c39b9cb4cf691ce2
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 `validate_template_variables: -> { false } # query foo in bar does not have baz tag`"
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
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Kennel
3
- VERSION = "1.61.0"
3
+ VERSION = "1.61.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kennel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.61.0
4
+ version: 1.61.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser