rich-ruby 1.0.0 → 1.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -1
  3. data/lib/rich/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa94457aad9a3aa12f96f641c46233988b4bdc69b6216ac13eec7f129d92ead8
4
- data.tar.gz: '08c5c0db424bd981431c99c7acbb27607755f8873ee3f5385bdd5fd78b8d6c2c'
3
+ metadata.gz: a27c93cbf5c19306ecd042c6de0ea1d3f0fadccae1ffed2f9176027d4ba49090
4
+ data.tar.gz: b99468117cc80a0223c34e55e7088dfa424b19e09ed04bd306f81f6b0a2da191
5
5
  SHA512:
6
- metadata.gz: 1490b22a9ba9f7e3b5e5f373b2919253c75c8a290679fb469c604033778b20d4e8bef0581318d11c316be2d7ac1a90a242172a3be648b9226585df51cd2e41af
7
- data.tar.gz: 6465d77278e194c62c0eaabb1804d2fe6dda8d5009427cf41765bcc7380b6a3ad7b38debb3c2fd0aafbf4ea7e82687481e5fd99bd2bffba622a2c81a44c733ac
6
+ metadata.gz: f3f33225f7c10bb17d60c18a4722292fb58d518cb0edaf2d3f4726ce21eb01c0d20f7a462e137975951cf84923c02c9519e1dc54a268ab2eb489df634d7b490f
7
+ data.tar.gz: cc6a253b40439b4b580100f1e69755222504f9c1e5157d48a9bc9ebc5725c6f7faae5aae243e97bb707473930eec304a0e5e8c90310a8028627355432d2b7e2d
data/README.md CHANGED
@@ -84,7 +84,7 @@ gem install rich-ruby
84
84
  ### From source
85
85
 
86
86
  ```bash
87
- git clone https://github.com/tigel-agm/rich.git
87
+ git clone https://github.com/tigel-agm/rich-ruby.git
88
88
  cd rich
89
89
  gem build rich-ruby.gemspec
90
90
  gem install rich-ruby-0.1.0.gem
@@ -138,6 +138,7 @@ For more detailed information, check out our guides:
138
138
  - [**Customization**](docs/customization.md): Learn how to extend the library.
139
139
  - [**Cheat Sheet**](docs/cheat-sheet.md): Quick reference for styles and colors.
140
140
  - [**Windows Notes**](docs/windows-notes.md): Technical details on Windows support.
141
+ - [**Architecture**](docs/architecture.md): Internal design and data flow.
141
142
  - [**Test Report**](docs/test-report.md): Verification and performance results.
142
143
 
143
144
  ---
data/lib/rich/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rich
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rich-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - tigel-agm
@@ -77,12 +77,12 @@ files:
77
77
  - lib/rich/tree.rb
78
78
  - lib/rich/version.rb
79
79
  - lib/rich/win32_console.rb
80
- homepage: https://github.com/tigel-agm/rich
80
+ homepage: https://github.com/tigel-agm/rich-ruby
81
81
  licenses:
82
82
  - MIT
83
83
  metadata:
84
- homepage_uri: https://github.com/tigel-agm/rich
85
- source_code_uri: https://github.com/tigel-agm/rich
84
+ homepage_uri: https://github.com/tigel-agm/rich-ruby
85
+ source_code_uri: https://github.com/tigel-agm/rich-ruby
86
86
  windows_compatible: 'true'
87
87
  msvc_compatible: 'true'
88
88
  rubygems_mfa_required: 'true'