markdown_composer 0.7.0 → 0.7.1

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: 1efddd31cae13aa57937ff72966d3d45553318b7f6e723153b09f818dc7fb554
4
- data.tar.gz: 67639e63dc038422d7226bf54b3535aad398049c3bd4f08076af7383fbf192b4
3
+ metadata.gz: 023bada0ff34a89d5c003090fbef208c36297f7e7df7f69e0080c691138b2afe
4
+ data.tar.gz: 5ab4e0140ccd9068f4e3608f91df996c74b780dba5ba6d7268337d488c1d5ed5
5
5
  SHA512:
6
- metadata.gz: daaa025bb16b154e341938a4b357b85ab9dc4e23eba85a22d6f114996a3add3ee0bd855b307b9654a85b37df9e9b9609f17bd104ba56dceb4cf3fa25bc32f1c4
7
- data.tar.gz: c37dc0643e032a97bd04d7b468941be08bc8d88ae0c348b45e0023f92406ce433a36a6dc7e03cc172fe6f3e27fad970e93862f40657e398a85efc56c0c709d0a
6
+ metadata.gz: a10ef7765b693d59f73408ddb35dfcb0db67931386daed36c8d411743b2931d12652f1af12658fc93331059bc0f361988398b2d1ac45b8cadc17ad7fde4df534
7
+ data.tar.gz: 390027639df0c04ce16af1a2f2b435b0692a3f0e134ef7a9df1eda7c2fd0aeb873c01ada9b6e337ac97cfc5d3ca4bb22e5787f489d632c9ada98ad846e001d0d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.7.1 - 2026-06-18
4
+
5
+ - Improved RubyGems metadata to foreground Markdown filtering, composition, transforms, multi-source docs, non-destructive source handling, and human-readable multi-row plans.
6
+
3
7
  ## 0.7.0 - 2026-05-14
4
8
 
5
9
  - Moved test fixtures into the gem so the public test suite is self-contained.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MarkdownComposer
4
- VERSION = "0.7.0"
4
+ VERSION = "0.7.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_composer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SocIt2Em
@@ -109,8 +109,10 @@ dependencies:
109
109
  - - "<"
110
110
  - !ruby/object:Gem::Version
111
111
  version: '14'
112
- description: A pure Ruby, headless composition engine for Markdown-first workflows
113
- with best-effort HTML input and HTML output support.
112
+ description: Markdown filtering, composition, and transforms. Headless Ruby gem for
113
+ non-destructive multi-source Markdown composition using human-readable multi-row
114
+ plans. Select, include, compose, and transform fragments from multiple Markdown
115
+ or HTML sources without changing the originals.
114
116
  executables: []
115
117
  extensions: []
116
118
  extra_rdoc_files: []
@@ -256,5 +258,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
256
258
  requirements: []
257
259
  rubygems_version: 4.0.7
258
260
  specification_version: 4
259
- summary: Headless Markdown composer for selecting and transforming document fragments
261
+ summary: Markdown filtering, composition, and transforms made simple for non-destructive
262
+ multi-source docs
260
263
  test_files: []