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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f223740ea18dd305956e0d1a21b8424dec3a19bd467e9a78310fb40702f7697d
4
- data.tar.gz: 5136193a040c79ba2b55d7de2720a89db388acfa78b5f825c19783ab7878e0b8
3
+ metadata.gz: f3f9b8a20130e696e07a7cbeb49f63da290f3b28d48f81cac0733c71f141a6a1
4
+ data.tar.gz: c05db374a55b0ce90d261a72f9eb09d148fbde729601484c1be1884d03df7130
5
5
  SHA512:
6
- metadata.gz: 50c596495620a83d34d38c604ddd1f6f3d951f4c624c788ad056a0f47a9b10e63e352c178d94a00a918b8c041c4ac8817cb4ac41e00f7b8258181894910e1449
7
- data.tar.gz: f016892c5c0e9d120fa2bba9be0004d3e823dc39729db5e3060e7eba9fc579f413ddea8e19bdd722be3166897f7be51e7687e569d37d24ee7dba9796fb07bc24
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/claude-matrix
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/claude-matrix/issues).
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
 
@@ -1,3 +1,3 @@
1
1
  module ClaudeMatrix
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.3"
3
3
  end
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.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/claude-matrix
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/claude-matrix
110
- source_code_uri: https://github.com/kapilbhosale/claude-matrix
111
- bug_tracker_uri: https://github.com/kapilbhosale/claude-matrix/issues
112
- changelog_uri: https://github.com/kapilbhosale/claude-matrix/blob/main/CHANGELOG.md
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: