markdown-run 0.1.1 → 0.1.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: d2e8f65ab44ef28a81d72e8abc661a6f0e2c90a1426024fd6846911f19c2b578
4
- data.tar.gz: 31cf8bef8665311e688abc5f3f74f0d1f1fcd5a5230260c354baeb0406f3a5a3
3
+ metadata.gz: 9fb74c59f4e26ed84c5733a6adc0707523cc9eae17797a12cf90a854618c11a3
4
+ data.tar.gz: 765069182cc8a77902e6e9676469f670a3cee84c1a5e888571d189e9d4d782bc
5
5
  SHA512:
6
- metadata.gz: 53c01a92fd506129d65501a83d4ad5f644828499e78632c22ecf0c5a2c2289665453b8807e875f141f205920f6388e219692ff4f2270a66ca908005b0c91f7c3
7
- data.tar.gz: 80aab9de978acc7c80f3c091ee33bad06e483f2aed00f02d42153491db1db2b8ccf440a2ff1b2c174b0c4274272f1c372e5360e9361c4c7736c144fe55f66c80
6
+ metadata.gz: 29ba3d6f47e39875804ffdeafde532149b10f5052b26fd1c333564531445a27789602140105e51371d98f198582bde1ee200a50ef8e6595a0e4c1d5656e97249
7
+ data.tar.gz: 89df023e98a32578dee678dde88f0922312aaf018893e11a263552386eaafa2bafea44984255e73a9dc9f8e5dfecc3955d5d3d8b8f1a47ed07dbdf9bad0eabcb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.0] - 2025-05-14
4
+
5
+ - Gemfile update
6
+
3
7
  ## [0.1.1] - 2025-05-14
4
8
 
5
9
  - Added checks for missing dependencies
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  [![Ruby](https://github.com/aurelienbottazini/markdown-run/actions/workflows/main.yml/badge.svg)](https://github.com/aurelienbottazini/markdown-run/actions/workflows/main.yml)
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/markdown-run.svg)](https://badge.fury.io/rb/markdown-run)
4
+
3
5
  # Markdown-run
4
6
 
5
7
  ## Installation
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Markdown
4
4
  module Run
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown-run
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aurélien Bottazini
@@ -24,8 +24,8 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
- description: Run code blocks in Markdown files. Store output in a code block following
28
- the original code block.
27
+ description: Run code blocks in Markdown files for Ruby, JavaScript, sqlite and psql.
28
+ Insert execution results next to the original code blocks.
29
29
  email:
30
30
  - 32635+aurelienbottazini@users.noreply.github.com
31
31
  executables: