marksmith 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7d077cbc94535347922dc9b3b6bc3bf83b97ce61eedc62bce89d2d8b0cb7923
4
- data.tar.gz: dc5380d28af977bcadc6c48bedf5e96e4e4a8d4325e2f0a263d361302bfe9463
3
+ metadata.gz: 94416b34d7e6003086f4826b7101e3422d2637f571317f9ec3da8c6bcf2880a7
4
+ data.tar.gz: 0ad7e15bd782df3016f43bebfa7eff7ed97ad1bd32aa1b9dc857b590657fce27
5
5
  SHA512:
6
- metadata.gz: 676ba5871cd619855d6e57ef201ca4a553961b6bca0792c483578f08028e784614131c13430d9495339a96e1c6298e7e1db28185a3ff30268614683ce7f210a9
7
- data.tar.gz: f8c9d26b827434f80d31328bc3a0704c63ecee7692aed3902eb3a3f96b74ee3409899804295000c2cb867fd56a94751b4b9a7976f884f9eca8fed9f0980727b4
6
+ metadata.gz: 49a465dc7a7970d52db1db8386ff3e6249fec3c19fc032b3ed062616ef082865535c48563b844ec4c43ac3c1eb4a7d145c18a4f26da557ee8e9f61a6e57f1b05
7
+ data.tar.gz: 8f9026e334d3ca635313b1d27c3b343de86e6ee9af75ace125a5297499eac7a83b753ad0679de174ed26d4ce108441cb9e8ad1eba68faf68caece867ebd9066b
@@ -4,6 +4,7 @@ module Marksmith
4
4
 
5
5
  initializer "marksmith.view_helpers" do
6
6
  ActiveSupport.on_load :action_view do
7
+ require "marksmith/helper"
7
8
  ActionView::Base.include Marksmith::Helper
8
9
 
9
10
  module FormBuilderExtensions
@@ -1,3 +1,3 @@
1
1
  module Marksmith
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marksmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -86,7 +86,6 @@ files:
86
86
  - app/frontend/entrypoints/javascript/controllers/index.js
87
87
  - app/frontend/entrypoints/javascript/controllers/marksmith_controller.js
88
88
  - app/helpers/marksmith/application_helper.rb
89
- - app/helpers/marksmith/helper.rb
90
89
  - app/jobs/marksmith/application_job.rb
91
90
  - app/mailers/marksmith/application_mailer.rb
92
91
  - app/models/marksmith/application_record.rb
@@ -100,6 +99,7 @@ files:
100
99
  - config/vite.json
101
100
  - lib/marksmith.rb
102
101
  - lib/marksmith/engine.rb
102
+ - lib/marksmith/helper.rb
103
103
  - lib/marksmith/version.rb
104
104
  - lib/tasks/marksmith_tasks.rake
105
105
  homepage: https://github.com/avo-hq/marksmith
File without changes