ask-rails-harness-mcp 0.2.5 → 0.2.6

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/lib/ask/rails/mcp/version.rb +1 -1
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 866f6ccd2e697e78e4003f163f82762e8bc5df4197c9cbdcb57a9f5854662daa
4
- data.tar.gz: 2e4dfc8e3d5d81eca782f227da0ed308d9fd7920c2e25479537897f89de84d67
3
+ metadata.gz: 6cc47fdb5758d8dea674e1a7721872fdd54699731c81cba326a669dc73ffb1c3
4
+ data.tar.gz: a124e5aae3559abb6e5607346a3d4d6da4d6af4ce9ef10a0483ac77614cd5b9c
5
5
  SHA512:
6
- metadata.gz: dd73d8e10acbb1c25c71099d887d6538bd5c7ba8ab5966403d6ddd1e7b89f4d158ebe5c60f183b738b91016e10c6a10465b1eefdeeefedaea91a8926fc03eaf3
7
- data.tar.gz: '058051352e25ee07b8f2875e1b41b901316622ffd63ffa14d5433a304910b942f92e7119ac7751720c10846e5b46fb6f9389cb0f0080723fdf94c138287d0d22'
6
+ metadata.gz: aeb7e6410c0508100393c114336f72f42befe25566054cdf11cc7f1c9fe4a42a0a52147cf6566c7f8f626ce16e8abf5f4d9e4f061382ccd9e586b13505d729e2
7
+ data.tar.gz: 977afc1763b4557c0f949c04914d048061d0ca82c26caac21e4ad0263a1083e0344e5d7b843a8c7472891fcacac10f5f22fb8802e69b238030e5c7e13cfe8304
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Kaka Ruto
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -3,7 +3,7 @@
3
3
  module Ask
4
4
  module Rails
5
5
  module MCP
6
- VERSION = "0.2.5"
6
+ VERSION = "0.2.6"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ask-rails-harness-mcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaka Ruto
@@ -106,6 +106,7 @@ extensions: []
106
106
  extra_rdoc_files: []
107
107
  files:
108
108
  - CHANGELOG.md
109
+ - LICENSE
109
110
  - README.md
110
111
  - bin/ask-rails-harness-mcp
111
112
  - lib/ask-rails-harness-mcp.rb