rails-mcp 0.1.0 → 0.1.2
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/lib/rails_mcp/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 161612bf6580c9a6d6563aa52c53c49f38aa050f74f11055552ef25b6f441383
|
|
4
|
+
data.tar.gz: fcb09db9f6295dd174ea98ca00aab717983af3f18388717ea22eebb1409faf7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e873d2ac2fc72ba19b5011b7520feeb0cbf34940f40897315b960397907581bc4595392470acd924d598f3fab6a7362be02aabde3855dd3dab89a6750a5326a
|
|
7
|
+
data.tar.gz: 513252c3490cea1f90a7ff4b0e4ce52bc5c774f17fc8deaf3d8b829dda6dc3c90f1cc47f263525af0a60622d7bccc9af320dfade408d3300cd58b669f1191c18
|
data/lib/rails_mcp/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-mcp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Raja Jamwal
|
|
@@ -79,8 +79,9 @@ dependencies:
|
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
81
|
version: '0'
|
|
82
|
-
description:
|
|
83
|
-
|
|
82
|
+
description: Lightweight gem, tested in huge Rails codebases (20k+ Ruby files). Allows
|
|
83
|
+
AI assistants to eval and verify rails/ruby code changes at lighting-speed access
|
|
84
|
+
without the need restart server.
|
|
84
85
|
email:
|
|
85
86
|
- linux.experi@gmail.com
|
|
86
87
|
executables: []
|