formatic 0.2.7 → 0.2.8

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: ad4a5b2b68003690147320a60622e0774361260e64ffcbf51b9e59d7197ba1bf
4
- data.tar.gz: a7047451847ba0057860b377f0bf294c0c97d2eb27df898b822a0da90023d0b2
3
+ metadata.gz: d1a81bd4cab545cd7892fdfab10e79e6cabb0c03a95880feeb49a2ae5b6b9d93
4
+ data.tar.gz: e01fe12149175a69290c5c8bf3dd4b5c2ea6b9a85091b4b6a213ce3f85cd8a1d
5
5
  SHA512:
6
- metadata.gz: 8725d932a0384fccc8154edde02f53d96db63676fcfd106ac9140a38f3bca78973278532920f494f11c98e7d3cd9313ea30816343bbd155d619f99e238204f11
7
- data.tar.gz: e4b4c258c6ccbe4bcc9115dcd257bce76a486913559da9d79aecbc58a54dfbabeb814373b8f4f9bb6a58c7b1705a5a9542ef6041449409777b34b31f52c613c6
6
+ metadata.gz: 508571bb6796dfb3ecf1462191d1028afa916aa24d351ee684f8034fb9d2c22133dbe38ad01815a1d744be3d745d551f33311654f32730a63a2642ac9187cd2f
7
+ data.tar.gz: f6a7af87e9855109920e00ad45b41e3504cbd0cc86e20197f018e6a32bf5ac60f4d036f2fe4430cfa69e9f3451ab5ec4dc133fd2afca6ffe23fcebc462344575
@@ -43,7 +43,7 @@ module Formatic
43
43
  # AND the view_component gem has been fully initialized (configured).
44
44
  #
45
45
  # That's right here and now.
46
- ActiveSupport.on_load(:action_view) do
46
+ ActiveSupport.on_load(:view_component) do
47
47
  require_relative '../../app/components/formatic/application_component'
48
48
  require_relative '../../app/components/formatic/wrapper'
49
49
  require_relative '../../app/components/formatic/base'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Formatic
4
- VERSION = '0.2.7'
4
+ VERSION = '0.2.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - halo