textbringer-rouge 1.1.0 → 1.1.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: 8fa4ec040936b1ae70156650ab6d21103bdfacf82ec41b565dafb6d7c8278ca0
4
- data.tar.gz: 916828719b8cd888226559cd47b8d77ee804a22ecdbb42823e01f9f300ecf1ef
3
+ metadata.gz: 05eda3d5f5bedb9bfd41d427f9057743385171cc178a09e4638f4c7df89db04a
4
+ data.tar.gz: 41be0da6c659b5e9db8ce258554a51e4cc4526992c7cf86083379f8a4b3ad598
5
5
  SHA512:
6
- metadata.gz: e2a91608774436da674e7093a652b2ab8bb87abe29641ba5e8da73a3d845975861f1a3551b4e20eab0e24787d991d16753c05d56bad6777442b01d840cd7d836
7
- data.tar.gz: 73aa733f3dcb48118ed7b6e2f3ee1ecc4d3509a85f1e580eed33f93f753891f824daba704b5b8fd9f05d52ee43b3468ac7221ca7e7ced7d883ffe5cbba92a5bf
6
+ metadata.gz: 4e2972eac1cff90d4fd5369763bf9d565ae1a8e1694f9547a0ab1fe507669a77a86083caa5c06a39fce73580a5734093e1e1352e77b7662fc5348f0d469b2333
7
+ data.tar.gz: dc5be69e7a5dfdda29adbc740e494eb622bf1f9bd1262d968fe0b376608efc3eea7e27745f83fe7bb66f20e5312df2ea7d31266f74603040f3953a52db006197
data/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Textbringer Rouge
2
2
 
3
+ **This project is archived. Please migrate to [textbringer-tree-sitter](https://github.com/yancya/textbringer-tree-sitter).**
4
+
5
+ ```bash
6
+ gem install textbringer-tree-sitter
7
+ ```
8
+
3
9
  Rouge syntax highlighting integration for Textbringer.
4
10
 
5
11
  This plugin integrates the [Rouge](https://github.com/rouge-ruby/rouge) syntax highlighter into [Textbringer](https://github.com/shugo/textbringer), automatically providing syntax highlighting for 200+ programming languages without needing to write regex patterns for each language.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Textbringer
4
4
  module Rouge
5
- VERSION = "1.1.0"
5
+ VERSION = "1.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: textbringer-rouge
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yancya
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-02-01 00:00:00.000000000 Z
11
+ date: 2026-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: textbringer
@@ -66,7 +66,10 @@ metadata:
66
66
  allowed_push_host: https://rubygems.org
67
67
  homepage_uri: https://github.com/yancya/textbringer-rouge
68
68
  source_code_uri: https://github.com/yancya/textbringer-rouge
69
- post_install_message:
69
+ post_install_message: |
70
+ textbringer-rouge is archived. Please migrate to textbringer-tree-sitter:
71
+ https://github.com/yancya/textbringer-tree-sitter
72
+ gem install textbringer-tree-sitter
70
73
  rdoc_options: []
71
74
  require_paths:
72
75
  - lib