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 +4 -4
- data/lib/marksmith/engine.rb +1 -0
- data/lib/marksmith/version.rb +1 -1
- metadata +2 -2
- /data/{app/helpers → lib}/marksmith/helper.rb +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94416b34d7e6003086f4826b7101e3422d2637f571317f9ec3da8c6bcf2880a7
|
4
|
+
data.tar.gz: 0ad7e15bd782df3016f43bebfa7eff7ed97ad1bd32aa1b9dc857b590657fce27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49a465dc7a7970d52db1db8386ff3e6249fec3c19fc032b3ed062616ef082865535c48563b844ec4c43ac3c1eb4a7d145c18a4f26da557ee8e9f61a6e57f1b05
|
7
|
+
data.tar.gz: 8f9026e334d3ca635313b1d27c3b343de86e6ee9af75ace125a5297499eac7a83b753ad0679de174ed26d4ce108441cb9e8ad1eba68faf68caece867ebd9066b
|
data/lib/marksmith/engine.rb
CHANGED
data/lib/marksmith/version.rb
CHANGED
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
|
+
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
|