claude-matrix 1.0.0 → 1.0.3
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 -8
- data/lib/claude_matrix/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3f9b8a20130e696e07a7cbeb49f63da290f3b28d48f81cac0733c71f141a6a1
|
|
4
|
+
data.tar.gz: c05db374a55b0ce90d261a72f9eb09d148fbde729601484c1be1884d03df7130
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8ff3db3c0c1ec863067a7765913367c8880d173c2fb8fbc2957562acb323f30ba1124601fae4397271f32ed2264f05a70294f808b24afe9d4c71b6723017f6a
|
|
7
|
+
data.tar.gz: 97ba05746729e2d5dc1c423bdd5401a59b649cb2cd14d1997b46110c357d02c4d06688b0f63201e4100b269fa4f86681aa6e3b6e17e7f414ec0d3c6400fde815
|
data/README.md
CHANGED
|
@@ -41,7 +41,7 @@ gem install claude-matrix
|
|
|
41
41
|
**From source:**
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
|
-
git clone https://github.com/kapilbhosale/
|
|
44
|
+
git clone https://github.com/kapilbhosale/Claude-Code-Matrix
|
|
45
45
|
cd claude-matrix
|
|
46
46
|
bundle install
|
|
47
47
|
bundle exec bin/claude-matrix
|
|
@@ -155,12 +155,6 @@ git tag v1.x.x
|
|
|
155
155
|
git push && git push --tags
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
GitHub Actions picks up the tag and publishes to RubyGems automatically.
|
|
159
|
-
|
|
160
|
-
> **One-time setup:** add your RubyGems API key as a repository secret named `RUBYGEMS_API_KEY`
|
|
161
|
-
> (GitHub repo → Settings → Secrets and variables → Actions → New repository secret).
|
|
162
|
-
> Get your key from [rubygems.org/profile/edit](https://rubygems.org/profile/edit).
|
|
163
|
-
|
|
164
158
|
---
|
|
165
159
|
|
|
166
160
|
## Contributing
|
|
@@ -170,7 +164,7 @@ GitHub Actions picks up the tag and publishes to RubyGems automatically.
|
|
|
170
164
|
3. Make your changes
|
|
171
165
|
4. Open a pull request
|
|
172
166
|
|
|
173
|
-
Bug reports and feature requests are welcome via [GitHub Issues](https://github.com/kapilbhosale/
|
|
167
|
+
Bug reports and feature requests are welcome via [GitHub Issues](https://github.com/kapilbhosale/Claude-Code-Matrix/issues).
|
|
174
168
|
|
|
175
169
|
---
|
|
176
170
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: claude-matrix
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kapil Bhosale
|
|
@@ -102,14 +102,14 @@ files:
|
|
|
102
102
|
- lib/claude_matrix/readers/stats_reader.rb
|
|
103
103
|
- lib/claude_matrix/version.rb
|
|
104
104
|
- lib/claude_matrix/visualizers/dashboard.rb
|
|
105
|
-
homepage: https://github.com/kapilbhosale/
|
|
105
|
+
homepage: https://github.com/kapilbhosale/Claude-Code-Matrix
|
|
106
106
|
licenses:
|
|
107
107
|
- MIT
|
|
108
108
|
metadata:
|
|
109
|
-
homepage_uri: https://github.com/kapilbhosale/
|
|
110
|
-
source_code_uri: https://github.com/kapilbhosale/
|
|
111
|
-
bug_tracker_uri: https://github.com/kapilbhosale/
|
|
112
|
-
changelog_uri: https://github.com/kapilbhosale/
|
|
109
|
+
homepage_uri: https://github.com/kapilbhosale/Claude-Code-Matrix
|
|
110
|
+
source_code_uri: https://github.com/kapilbhosale/Claude-Code-Matrix
|
|
111
|
+
bug_tracker_uri: https://github.com/kapilbhosale/Claude-Code-Matrix/issues
|
|
112
|
+
changelog_uri: https://github.com/kapilbhosale/Claude-Code-Matrix/blob/main/CHANGELOG.md
|
|
113
113
|
post_install_message:
|
|
114
114
|
rdoc_options: []
|
|
115
115
|
require_paths:
|