marksmith 0.4.6.pre → 0.4.7

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: 66e5a656f6aee799a6a86a462e4038195049471d4e2aeb87f1b2a39fa59a1491
4
- data.tar.gz: 4ac7fc23a4fbfb39d66a9b87ddf7ca867c53978679e40430af7be59a7c6d8c45
3
+ metadata.gz: 62f9a5e002be55fbc62e42fc3165b217d7893f979af1f0eb4aa89ef0d166b277
4
+ data.tar.gz: 8bce1f20da34493ded4fe5a6e6733eef3959446d5d341dbe7c0e843d407a0075
5
5
  SHA512:
6
- metadata.gz: 48ddf33a6225ac6bf02df90ca2d5c1a56c9fa491094a824a13daa1c6e1eec60078aa06ce737127a3fd71344c6e25c2603f7dfaddd09859f4e3f5fc2ba81c88a2
7
- data.tar.gz: 4e0e087167042b65a1e827224c49dcdf12c15a7a51aaa843ca1833538d13c10bf5ccd62b5782af783e2d214d3724c5b015b16b6b539a3b7b5011dd960df093ed
6
+ metadata.gz: 20b2f362164dbb1f77516357cc6971078dd765af76622ae5a46fb048c5c1922d5f9255ae73a9693a41964ad843fe739790b61fdc1195cef7b9c21c4abedc0767
7
+ data.tar.gz: a33663a174af96878c6beb88ce67a94a78260a9bcdfc27434e82c67ffc157185135fbcc11f9f77c38589a7c9735d95ab9b81aaa6d2f386634568cd60a062bdee
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Marksmith 0.4.5
2
+ Marksmith 0.4.7
3
3
  */
4
4
  var ListContinuationController = (function () {
5
5
  'use strict';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Marksmith 0.4.5
2
+ Marksmith 0.4.7
3
3
  */
4
4
  var ListContinuationController = (function (stimulus) {
5
5
  'use strict';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Marksmith 0.4.5
2
+ Marksmith 0.4.7
3
3
  */
4
4
  var MarksmithController = (function () {
5
5
  'use strict';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- Marksmith 0.4.5
2
+ Marksmith 0.4.7
3
3
  */
4
4
  var MarksmithController = (function (stimulus) {
5
5
  'use strict';
@@ -39,7 +39,11 @@ module Marksmith
39
39
  initializer "marksmith.assets.precompile" do |app|
40
40
  if Rails.application.config.respond_to?(:assets)
41
41
  # The manifest will expose the asset files to the main app.
42
- app.config.assets.precompile << "marksmith_manifest.js"
42
+ app.config.assets.paths << Engine.root.join("app", "assets", "stylesheets").to_s
43
+
44
+ if defined?(::Sprockets)
45
+ app.config.assets.precompile << "marksmith_manifest.js"
46
+ end
43
47
  end
44
48
  end
45
49
 
@@ -1,3 +1,3 @@
1
1
  module Marksmith
2
- VERSION = "0.4.6.pre"
2
+ VERSION = "0.4.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marksmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6.pre
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-07-31 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
@@ -103,7 +102,6 @@ metadata:
103
102
  homepage_uri: https://github.com/avo-hq/marksmith
104
103
  source_code_uri: https://github.com/avo-hq/marksmith
105
104
  changelog_uri: https://github.com/avo-hq/marksmith/releases
106
- post_install_message:
107
105
  rdoc_options: []
108
106
  require_paths:
109
107
  - lib
@@ -118,8 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
116
  - !ruby/object:Gem::Version
119
117
  version: '0'
120
118
  requirements: []
121
- rubygems_version: 3.5.22
122
- signing_key:
119
+ rubygems_version: 3.6.9
123
120
  specification_version: 4
124
121
  summary: Marksmith is a GitHub-style markdown editor for Ruby on Rails applications.
125
122
  test_files: []