marksmith 0.5.1 → 0.5.2

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: dbea84daf14b0cab90133771f9d26505444de0aa469d28a0f51d2fdb1994d2c9
4
- data.tar.gz: 754e03293a485251d0b5cac5dc48ee1d5214569a884946e3dda554c691a7d51d
3
+ metadata.gz: c7d7e167d0588789f99d5724ef2749ccd44ead4a37a208d20a3c8679f524e709
4
+ data.tar.gz: 4c0287ece0c3816d067c2097127bc95f24ef48973266778830106056d7242e40
5
5
  SHA512:
6
- metadata.gz: cfbabde6a50498855311b9dd7a017ac52886387e57b8dfc57d2c0b4c1535beed32f9d4111816ed91904e6cc8873f18ff9b6d5f9f352631a2f3063eb0509ab048
7
- data.tar.gz: 0757d7e8d1c6d7c479f75e081aaf7a5fede993ae1a15b03217163f864f3f4627e9db8c9561260b1faa1850e0ae61f5e2a2b0a9e28bc6b077e9caec2c4680fb66
6
+ metadata.gz: 6cb08ac2c4dc6f87b23d0e500e46fac5018812e6ced49ce0c3ec4b728db8bd5a508059bc7026c822edc035ad93bea119601cb1e74bbbd87ec6bf25cb9136ec10
7
+ data.tar.gz: 89864c05c85ed0c8d10793dfddfc6bd664e75d56dbc684a3d8fdaf150887b7711de29bc63a0ff97e0e50fb198ea76c7ac4212eda8daba576c6438e3cca8d8939
@@ -56,7 +56,7 @@ module Marksmith
56
56
  require "marksmith/fields/markdown_field"
57
57
 
58
58
  ActiveSupport.on_load(:avo_boot) do
59
- Avo.plugin_manager.register :marksmith_field
59
+ Avo.plugin_manager.register :marksmith
60
60
 
61
61
  Avo.plugin_manager.register_field :markdown, Marksmith::Fields::MarkdownField
62
62
  Avo.plugin_manager.register_field :marksmith, Marksmith::Fields::MarkdownField
@@ -1,3 +1,3 @@
1
1
  module Marksmith
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marksmith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-06-02 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: activesupport
@@ -102,6 +103,7 @@ metadata:
102
103
  homepage_uri: https://github.com/avo-hq/marksmith
103
104
  source_code_uri: https://github.com/avo-hq/marksmith
104
105
  changelog_uri: https://github.com/avo-hq/marksmith/releases
106
+ post_install_message:
105
107
  rdoc_options: []
106
108
  require_paths:
107
109
  - lib
@@ -116,7 +118,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
118
  - !ruby/object:Gem::Version
117
119
  version: '0'
118
120
  requirements: []
119
- rubygems_version: 3.6.9
121
+ rubygems_version: 3.5.22
122
+ signing_key:
120
123
  specification_version: 4
121
124
  summary: Marksmith is a GitHub-style markdown editor for Ruby on Rails applications.
122
125
  test_files: []