marksmith 0.4.6 → 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 +4 -4
- data/app/assets/javascripts/list_continuation_controller-full.esm.js +1 -1
- data/app/assets/javascripts/list_continuation_controller-no-stimulus.esm.js +1 -1
- data/app/assets/javascripts/marksmith_controller-full.esm.js +1 -1
- data/app/assets/javascripts/marksmith_controller-no-stimulus.esm.js +1 -1
- data/lib/marksmith/engine.rb +5 -1
- data/lib/marksmith/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62f9a5e002be55fbc62e42fc3165b217d7893f979af1f0eb4aa89ef0d166b277
|
4
|
+
data.tar.gz: 8bce1f20da34493ded4fe5a6e6733eef3959446d5d341dbe7c0e843d407a0075
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20b2f362164dbb1f77516357cc6971078dd765af76622ae5a46fb048c5c1922d5f9255ae73a9693a41964ad843fe739790b61fdc1195cef7b9c21c4abedc0767
|
7
|
+
data.tar.gz: a33663a174af96878c6beb88ce67a94a78260a9bcdfc27434e82c67ffc157185135fbcc11f9f77c38589a7c9735d95ab9b81aaa6d2f386634568cd60a062bdee
|
data/lib/marksmith/engine.rb
CHANGED
@@ -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.
|
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
|
|
data/lib/marksmith/version.rb
CHANGED
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.
|
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:
|
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.
|
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: []
|