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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/markdown_composer/version.rb +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 023bada0ff34a89d5c003090fbef208c36297f7e7df7f69e0080c691138b2afe
|
|
4
|
+
data.tar.gz: 5ab4e0140ccd9068f4e3608f91df996c74b780dba5ba6d7268337d488c1d5ed5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
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.
|
|
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:
|
|
113
|
-
|
|
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:
|
|
261
|
+
summary: Markdown filtering, composition, and transforms made simple for non-destructive
|
|
262
|
+
multi-source docs
|
|
260
263
|
test_files: []
|