mistri 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 682c88cdf5d9c377247ecafe1ca9c78d31b19b100944fda4ffa3a48304c4ac8d
4
+ data.tar.gz: cecef7c5c5b5f971bc4c0eb3d8d659efe6239840f47b2b15fd4f780e6cebeae6
5
+ SHA512:
6
+ metadata.gz: 830eccd5ae0171f6848104ce07b7b595e47571a3e132e4b33089bcea4d26e898c8c27180730030ca31d02e91cdbdd1b86b5de7be5b1846cd8799eb2577ec1bf3
7
+ data.tar.gz: e73ffdf00aa702e4d7aa492ce4014040697134711c625bbb0f3f558b764bb8ca9c6f06688e0fbe04ee33c4f201b134fde4342e710b8e660c1613d202ba91b445
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Muhammad Ahmed Cheema
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.
data/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # Mistri
2
+
3
+ **Mistri (مستری)** — the fixer. In Urdu, the mistri is the skilled tradesperson you call when you need something built or repaired: the one who actually gets it done.
4
+
5
+ Mistri is an agent harness for Ruby applications. First release coming soon.
@@ -0,0 +1,3 @@
1
+ module Mistri
2
+ VERSION = "0.0.1".freeze
3
+ end
data/lib/mistri.rb ADDED
@@ -0,0 +1,5 @@
1
+ # Mistri (مستری): the fixer. An agent harness for Ruby applications.
2
+ module Mistri
3
+ end
4
+
5
+ require_relative "mistri/version"
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mistri
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Muhammad Ahmed Cheema
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-07-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: 'Mistri (مستری) is the fixer: an agent harness for Ruby applications.
14
+ First release coming soon.'
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README.md
22
+ - lib/mistri.rb
23
+ - lib/mistri/version.rb
24
+ homepage: https://github.com/mcheemaa/mistri
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '3.2'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.5.22
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: 'Mistri: an agent harness for Ruby applications.'
47
+ test_files: []