rails-mcp 0.1.0 → 0.1.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/lib/rails_mcp/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb0683d35c50e882a06c6eaf4b87a1dc9d159210ceb749390eeadd91d8d63167
|
|
4
|
+
data.tar.gz: cb36847aa01cfa2a466598d481300d82d8ef226cdfc735f4bfa7c9cf52e2424a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f26054cabebf6b4d475dfcc134b02a50b7492111a619fb9c9c7a4b3a666f966fa77b0521a977242cb729dc5afd3ab3d5545b051281500567b8bb8365c85e5e9
|
|
7
|
+
data.tar.gz: 58312fa76044c7285b72bedee876c6118593282060b0160698b8f6a2e4f5392896b7c59dfc082dc823f3b8a3c1fdb29e4c5069dbe7050abd6ab9cfaf73f78bcb
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Raja Jamwal
|
|
@@ -79,8 +79,8 @@ dependencies:
|
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
81
|
version: '0'
|
|
82
|
-
description:
|
|
83
|
-
|
|
82
|
+
description: Allows AI assistants to eval and verify rails/ruby code changes at lighting-speed
|
|
83
|
+
access without the need restart server.
|
|
84
84
|
email:
|
|
85
85
|
- linux.experi@gmail.com
|
|
86
86
|
executables: []
|