kennel 1.138.0 → 1.138.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: d86cfc39e9b33233b6aba86eefd9e963d232ea5803e96a75d5f54489dc960503
4
- data.tar.gz: a15a54d040cd602c264efbeaa26cef5535dd288010d0195a50d0c2a5b95510b0
3
+ metadata.gz: 3e344f2fab0aa5769a5f3baee97afed596a11cad4ab70fc395f1f3a752b9d54d
4
+ data.tar.gz: 669cf17997c36cbb5f1fa0f8afdf4241adbca108dee8d5a9d7f392ebb0f19098
5
5
  SHA512:
6
- metadata.gz: 42fcde3077583abde6b9415d67129ca338aafa01d0bcbd4da09bb8498fbce91dabf1ecd97d4b65018b2c3a6b6cb768475d52784d4bc4e63a7cee013a8b12542e
7
- data.tar.gz: 0a6b1fb857e6b04997011e4e34df059d4aca1e5f4e2f4956c9b1516d486ba668fc25c05d5110a4ddb3d4b1443406116bf64397eb7fbeda4031d05d32d4637f51
6
+ metadata.gz: ad8d65bc645f5499a4b4da18457100d31a2915ec3103f8daefd0c440879b889521177a425d36e94d8670543a2ef111f2b774a4b17cf741920c61b8e5f6cdf689
7
+ data.tar.gz: 13f5f3cce0a002036381de98c58a5002af272f5bfbf5ae710502fb3caeb1ac292d38554e8462cc43dae59936eca351ca47d4cc9f4e8ad23c4c5332263b2c2d51
@@ -158,7 +158,7 @@ module Kennel
158
158
  template_variables: render_template_variables,
159
159
  template_variable_presets: template_variable_presets,
160
160
  widgets: all_widgets,
161
- tags: tags.grep(TAG_PREFIX)
161
+ tags: tags.grep(TAG_PREFIX).uniq
162
162
  )
163
163
 
164
164
  json[:reflow_type] = reflow_type if reflow_type # setting nil breaks create with "ordered"
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Kennel
3
- VERSION = "1.138.0"
3
+ VERSION = "1.138.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.138.0
4
+ version: 1.138.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser