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.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/rich/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a27c93cbf5c19306ecd042c6de0ea1d3f0fadccae1ffed2f9176027d4ba49090
|
|
4
|
+
data.tar.gz: b99468117cc80a0223c34e55e7088dfa424b19e09ed04bd306f81f6b0a2da191
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
|
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'
|