internator 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4ae44204ee0786b5dd4ed826a8daf69534ade2353a655f7c196a39b0f6d017b
4
- data.tar.gz: f4cac1536e6d5eeabd7cefe3313cdf5b2c9a39306ebfef4fd520913e04b65c3d
3
+ metadata.gz: 52dec5b588f49c5df7245cbc7be52afd763b896d4895d1c95ec0fbaebe8b7cbd
4
+ data.tar.gz: 12f361c1894ac73213600cbac49b7ca5caad2c3233b226ad35a1450a83722385
5
5
  SHA512:
6
- metadata.gz: 8f8e353a5520663e029c550d3f0bab96bfedadb28fd85737cd6fd688f072b5aed04a1e79b1027e1ca39012a5fad50617f78014f53e262f7193c2ff3a7b38b7da
7
- data.tar.gz: 31c4a19ef58ca781139367b6638fc1181f13bccccadbac7c148b0b3b75f7ca2f012cf565cca15776b118052155fab20978442117feceadb4473d127e98353c15
6
+ metadata.gz: c9d054194e165158bbafef506f793201c1befb9a3828c915f5c7c86f2f84c8521f884f586e120aa4bf4b29464fd5363b267c125051698c998a444e6f8238061f
7
+ data.tar.gz: fc76c243ff6edb075b13cefedd71fb0fd9e4837fd13eda05efdfe7bd84a5d4da77d63983c0b24d73be29264350d1d2d1d0e3f4de88455fe4093aaf347563a949
data/internator.gemspec CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["clausrybnic@gmail.com"]
8
8
 
9
9
  spec.summary = "CLI tool that automates iterative pull request improvements using OpenAI's Codex"
10
- spec.description = "Internator cycles through objectives, makes incremental changes, commits via your shell functions, and optionally waits between iterations."
11
- spec.homepage = "https://github.com/your-username/internator"
10
+ spec.description = "Internator is a Ruby-based CLI tool that automates iterative pull request improvements using OpenAI's Codex. It cycles through objectives, makes incremental changes, automatically commits and pushes each update, and optionally waits between iterations."
11
+ spec.homepage = "https://github.com/AlexLarra/internator"
12
12
  spec.license = "MIT"
13
13
 
14
14
  spec.files = Dir.glob("lib/**/*.rb") + ["README.md", "LICENSE", "internator.gemspec", "bin/internator"]
@@ -1,3 +1,3 @@
1
1
  module Internator
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: internator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - AlexLarra
@@ -10,8 +10,10 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2025-06-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Internator cycles through objectives, makes incremental changes, commits
14
- via your shell functions, and optionally waits between iterations.
13
+ description: Internator is a Ruby-based CLI tool that automates iterative pull request
14
+ improvements using OpenAI's Codex. It cycles through objectives, makes incremental
15
+ changes, automatically commits and pushes each update, and optionally waits between
16
+ iterations.
15
17
  email:
16
18
  - clausrybnic@gmail.com
17
19
  executables:
@@ -27,7 +29,7 @@ files:
27
29
  - lib/internator/cli.rb
28
30
  - lib/internator/codex_service.rb
29
31
  - lib/internator/version.rb
30
- homepage: https://github.com/your-username/internator
32
+ homepage: https://github.com/AlexLarra/internator
31
33
  licenses:
32
34
  - MIT
33
35
  metadata: {}