hanamismith 0.28.0 → 0.28.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: 303ac313b793f2daf1c8d4f10c7c535cc84252ef3e7ad4ac5f4186164a42a49d
4
- data.tar.gz: 7f03c6a382cbc6288c7251c8e0884e2930d395e5bd36027927d2bed0c679ebe3
3
+ metadata.gz: c2cf76c21bc88730cfcba43ea6fe8404ece3b1c52cf71b57694c5f37462a984b
4
+ data.tar.gz: f3fba4dbfc82c1a1df81cf1858e6010313d4a1ceb6276bd9243b7c96bfef080e
5
5
  SHA512:
6
- metadata.gz: 29cf9ef5b980523ef755006094cf74b00cfb5f134cad28b1ba9cde99b1ab286710264e241d33cf8aea3f997312ad579dc14ee41ac79c3518faaf785034585a72
7
- data.tar.gz: 0cc2ad8c022aea8271e01d4aeef3c9eec10d09ebf463d9a83a6d11dd7826349a4d7a06b50e974502dd5384918475a79ad76c1ec3b8af703fd5ef0fd3b971faff
6
+ metadata.gz: 5c4d9da6a263777ab9679ea2b9037da6b2a79f0bbde17fd6a6c3db9a1451ef88221fd80d155c1e734dc83704546000ab02d8dbdfe4492497570ab0a332c3793c
7
+ data.tar.gz: 3bff75cac0a10a98d13dfe20b935f138783c29330831338b4a3156235cdb157ca72057a40ace93ad72569be71b391168e51052988011ec3b6c2c9a023d2875b4
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1,4 @@
1
- aO�,$����Ye�;���,Z���->�ѥx�E�e�0-F�����>dK���K�*ᓀ�L��%�
2
- ^.�|W�f}|�Ey��6������!�|3��K�����Ԡ�4��ds�B��60ʥ#0R�\P�
1
+ hC�-��ع�ax��Op%L
2
+ ��A#!��1�=+{焢M7c�̥q�5P�-hK���b�_;Y\���M�cf����jg��T5�-�x5;�Ľ|a������Gn����� ��0O��hOm��*ok�sah\�P����e���p'kp��5^���ՙp�� {���~V,N%N��Ý��Jn�t昛:�!���;|�E��Q�k@
3
+ �3$ ur���V"��Ħ�Be�961w�?G����j5��S"_B'=�gՌNZ�<���Ǧ������b�Q
4
+ s ���y�'��T�����ˏ�h`XC�0 ž�< �a����L�]���o1A>���
data/hanamismith.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "hanamismith"
5
- spec.version = "0.28.0"
5
+ spec.version = "0.28.1"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/hanamismith"
@@ -50,8 +50,10 @@ module Hanamismith
50
50
  end
51
51
 
52
52
  def favicon
53
- %(<%= favicon_tag "icon.svg", title: "#{configuration.project_label}: Icon", rel: ) +
54
- %(:icon, type: "image/svg+xml" %>)
53
+ %(<%= favicon_tag app_assets["icon.svg"],\n) +
54
+ %( title: "#{configuration.project_label}: Icon",\n) +
55
+ %( rel: :icon,\n) +
56
+ %( type: "image/svg+xml" %>)
55
57
  end
56
58
 
57
59
  def add_show_template
@@ -1,6 +1,6 @@
1
1
  # auto_register: false
2
2
 
3
- module Heath
3
+ module Health
4
4
  # The health view.
5
5
  class View < <%= configuration.project_namespaced_class %>::View
6
6
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanamismith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.28.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
metadata.gz.sig CHANGED
Binary file