rails-mcp 0.1.1 → 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rails_mcp/version.rb +1 -1
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb0683d35c50e882a06c6eaf4b87a1dc9d159210ceb749390eeadd91d8d63167
4
- data.tar.gz: cb36847aa01cfa2a466598d481300d82d8ef226cdfc735f4bfa7c9cf52e2424a
3
+ metadata.gz: 161612bf6580c9a6d6563aa52c53c49f38aa050f74f11055552ef25b6f441383
4
+ data.tar.gz: fcb09db9f6295dd174ea98ca00aab717983af3f18388717ea22eebb1409faf7e
5
5
  SHA512:
6
- metadata.gz: 2f26054cabebf6b4d475dfcc134b02a50b7492111a619fb9c9c7a4b3a666f966fa77b0521a977242cb729dc5afd3ab3d5545b051281500567b8bb8365c85e5e9
7
- data.tar.gz: 58312fa76044c7285b72bedee876c6118593282060b0160698b8f6a2e4f5392896b7c59dfc082dc823f3b8a3c1fdb29e4c5069dbe7050abd6ab9cfaf73f78bcb
6
+ metadata.gz: 8e873d2ac2fc72ba19b5011b7520feeb0cbf34940f40897315b960397907581bc4595392470acd924d598f3fab6a7362be02aabde3855dd3dab89a6750a5326a
7
+ data.tar.gz: 513252c3490cea1f90a7ff4b0e4ce52bc5c774f17fc8deaf3d8b829dda6dc3c90f1cc47f263525af0a60622d7bccc9af320dfade408d3300cd58b669f1191c18
@@ -1,5 +1,5 @@
1
1
  # typed: strict
2
2
  module RailsMcp
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
 
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.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: Allows AI assistants to eval and verify rails/ruby code changes at lighting-speed
83
- access without the need restart server.
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: []