mistri 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ff0390f2958c74fb1e8a3f46f5ccf05b98e9f02811666cd624f34c80704efb2
4
- data.tar.gz: 9d7572d5ce220f9e7478f23dad4f1701d4dce080cbada222eac21788ae8e7e03
3
+ metadata.gz: 2ef47e99ddd310ccf5ad44af48a9626865b82760040a84cc096d2ed539b06c8a
4
+ data.tar.gz: 92e0f8c9d928493f59aabc8b39563f63454be7bd870f1d9ebbf3199c044addb9
5
5
  SHA512:
6
- metadata.gz: 86058bb5ec8de21a786f58158ff90c63fc06aaee36e6e517da0c9659ce167cb5f417a21a47ed0432713d9c3ce83508619d64ff0925c77368eaae3d2536cb5b44
7
- data.tar.gz: '068145c75adf083e1f5679387697cb904b5739b8ab96912b8e8135838010bbfe1c2376d003ff850c49f52e59bfa38ff986bdcaa3001330ab33c77e90780aa511'
6
+ metadata.gz: 1ed7204e694fe68960f0e6e10b875a937f7c1e90abde131b8e06bd1dd489bb9136a86dba7b34a9474044ebf1fe435220520ccad86cf4256ddb884cd2d1f6d6fb
7
+ data.tar.gz: f6a0b5a222507ad487eb2572e36630cd677ac5b659045f084407ef369401fa8a9cf5eacbebe730b814e6ea98f661e9ade7ec7df8c0f33370e6fce9a5483dec92
data/CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
+
6
+ ## [Unreleased]
7
+
8
+ ## [0.0.3] - 2026-07-04
9
+
10
+ - Repository moved to github.com/mcheemaa/mistri.
11
+ - Development toolchain: Minitest, RuboCop, CI.
12
+
13
+ ## [0.0.1] - 2026-07-04
14
+
15
+ - Reserved the gem name.
data/NOTICE ADDED
@@ -0,0 +1,9 @@
1
+ Mistri
2
+ Copyright (c) 2026 Muhammad Ahmed Cheema
3
+
4
+ Mistri's architecture is informed by pi (https://github.com/badlogic/pi-mono),
5
+ the agent harness by Mario Zechner, MIT licensed:
6
+ Copyright (c) 2025 Mario Zechner
7
+
8
+ Mistri also draws on lessons from truffle-rb, an earlier Ruby port of pi by the
9
+ same author as Mistri.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module Mistri
2
- VERSION = "0.0.2".freeze
4
+ VERSION = "0.0.3"
3
5
  end
data/lib/mistri.rb CHANGED
@@ -1,5 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "mistri/version"
4
+
1
5
  # Mistri (مستری): the fixer. An agent harness for Ruby applications.
2
6
  module Mistri
3
7
  end
4
-
5
- require_relative "mistri/version"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mistri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Muhammad Ahmed Cheema
@@ -17,15 +17,18 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - CHANGELOG.md
20
21
  - LICENSE
22
+ - NOTICE
21
23
  - README.md
22
24
  - lib/mistri.rb
23
25
  - lib/mistri/version.rb
24
- homepage: https://github.com/ghostwright/mistri
26
+ homepage: https://github.com/mcheemaa/mistri
25
27
  licenses:
26
28
  - MIT
27
29
  metadata:
28
- source_code_uri: https://github.com/ghostwright/mistri
30
+ source_code_uri: https://github.com/mcheemaa/mistri
31
+ changelog_uri: https://github.com/mcheemaa/mistri/blob/main/CHANGELOG.md
29
32
  post_install_message:
30
33
  rdoc_options: []
31
34
  require_paths: