marksmith 0.0.4 → 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: 6d144f5f0a3797ce74277c1c58a71ba48519f5c711ea7afd3f1092a8457f41f9
4
- data.tar.gz: 1ee5710952ff3ab771b81104acc4796b53d12ffee594839c38ef21bce12f0994
3
+ metadata.gz: 94416b34d7e6003086f4826b7101e3422d2637f571317f9ec3da8c6bcf2880a7
4
+ data.tar.gz: 0ad7e15bd782df3016f43bebfa7eff7ed97ad1bd32aa1b9dc857b590657fce27
5
5
  SHA512:
6
- metadata.gz: b909c1ad8af470ec7729b53bb881a5f40fda4d8822434a55bbbbe0950eba5b49be1b8feb216d5fb4b1122f20db499274e02a672a24d5b2e34cce48aa7401912c
7
- data.tar.gz: 50779c6beda7286b5623d79a86b7eca7872b33effbc4c0dc07b3cf3815edf4b77ac3d433091c5475a1bde188275a5a54072087172b5ede1ba13eba96b076b72e
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.4"
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.4
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