zephira 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: 1c50d16206adc052c5236333defc539edcd65a533e975794f781427f7364fd10
4
- data.tar.gz: 69fecd0054fba2316e0aaa02ef529742c5a9de2258091eedada942df3c9f8425
3
+ metadata.gz: 65efe9a7d597ca8e64f3db0d492f47dc2c9286734dcc0e3c52cb3e9de97c383c
4
+ data.tar.gz: 600beba3336e3c03f91481554dc903dedaef0d440fd559066d813ee19dda0a6a
5
5
  SHA512:
6
- metadata.gz: 20b9495103c802b063d71f197e55f248c0eebc7f1b07d74ca0e41ebd0219a450976e7b246dec0c7d72cdcbbe659b68f8db54443c224d9291abf24df6472fbb40
7
- data.tar.gz: 859aa00aa284fc405df4f7079cdf322640228986f141ab1a0142743af6c83faffd65ea68a9ba09a4fac1b64be497feaadb81cfbc79b4cb88eec5f9aa0e4841a7
6
+ metadata.gz: 03e53c1b4553df983084eef28d0ddec7dca416075e17a6234a890a89c3bc64123a35ca024539a28f852f6de2c1434f2e3717e14ba56d1b990cacd59f8118fe59
7
+ data.tar.gz: ccc7f8a5da06e116ecb590a863cc39e80bfb596c42e1c2d2a448d7144457bd23126eb9dd480eba11eadba90d8f97432ae7ec808a505ce993741975fa8d7ba898
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Zephira Changelog
2
2
 
3
- ## [Unreleased]
3
+ ## [0.1.1]
4
+
5
+ ### Fixed
6
+ - Published gem no longer includes `Gemfile` / `Gemfile.lock`, which previously caused Bundler to crash when invoking `zephira` from a CWD that resolved to the installed gem's directory tree.
7
+
8
+ ## [0.1.0]
4
9
 
5
10
  ### Added
6
11
  - Concurrent execution of read-only tool calls within a single model turn (`web_search`, `read_file`, `code_search`, `list_directory`, `memory_read`, `memory_list`). Mutating tools still run sequentially in declared order.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zephira
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/zephira-0.1.0.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zephira
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
  - Aaron Gough
@@ -161,8 +161,6 @@ files:
161
161
  - ".rspec"
162
162
  - CHANGELOG.md
163
163
  - Dockerfile
164
- - Gemfile
165
- - Gemfile.lock
166
164
  - README.md
167
165
  - Rakefile
168
166
  - exe/zephira
@@ -216,6 +214,7 @@ files:
216
214
  - lib/zephira/version.rb
217
215
  - license.txt
218
216
  - standard.yml
217
+ - zephira-0.1.0.gem
219
218
  homepage: https://github.com/aarongough/zephira
220
219
  licenses:
221
220
  - MIT
data/Gemfile DELETED
@@ -1,5 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
-
5
- gemspec
data/Gemfile.lock DELETED
@@ -1,145 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- zephira (0.1.0)
5
- faraday (~> 2.0)
6
- tty-cursor (~> 0.7)
7
- tty-screen (~> 0.8)
8
- tty-spinner (~> 0.9)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- addressable (2.9.0)
14
- public_suffix (>= 2.0.2, < 8.0)
15
- ast (2.4.3)
16
- bigdecimal (4.1.2)
17
- crack (1.0.1)
18
- bigdecimal
19
- rexml
20
- date (3.5.1)
21
- diff-lcs (1.6.2)
22
- docile (1.4.1)
23
- erb (6.0.3)
24
- fakefs (3.2.1)
25
- faraday (2.14.1)
26
- faraday-net_http (>= 2.0, < 3.5)
27
- json
28
- logger
29
- faraday-net_http (3.4.2)
30
- net-http (~> 0.5)
31
- hashdiff (1.2.1)
32
- io-console (0.8.2)
33
- irb (1.17.0)
34
- pp (>= 0.6.0)
35
- prism (>= 1.3.0)
36
- rdoc (>= 4.0.0)
37
- reline (>= 0.4.2)
38
- json (2.19.3)
39
- language_server-protocol (3.17.0.5)
40
- lint_roller (1.1.0)
41
- logger (1.7.0)
42
- net-http (0.9.1)
43
- uri (>= 0.11.1)
44
- parallel (1.28.0)
45
- parser (3.3.11.1)
46
- ast (~> 2.4.1)
47
- racc
48
- pp (0.6.3)
49
- prettyprint
50
- prettyprint (0.2.0)
51
- prism (1.9.0)
52
- psych (5.3.1)
53
- date
54
- stringio
55
- public_suffix (7.0.5)
56
- racc (1.8.1)
57
- rainbow (3.1.1)
58
- rdoc (7.2.0)
59
- erb
60
- psych (>= 4.0.0)
61
- tsort
62
- regexp_parser (2.12.0)
63
- reline (0.6.3)
64
- io-console (~> 0.5)
65
- rexml (3.4.4)
66
- rspec (3.13.2)
67
- rspec-core (~> 3.13.0)
68
- rspec-expectations (~> 3.13.0)
69
- rspec-mocks (~> 3.13.0)
70
- rspec-core (3.13.6)
71
- rspec-support (~> 3.13.0)
72
- rspec-expectations (3.13.5)
73
- diff-lcs (>= 1.2.0, < 2.0)
74
- rspec-support (~> 3.13.0)
75
- rspec-mocks (3.13.8)
76
- diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.13.0)
78
- rspec-support (3.13.7)
79
- rubocop (1.84.2)
80
- json (~> 2.3)
81
- language_server-protocol (~> 3.17.0.2)
82
- lint_roller (~> 1.1.0)
83
- parallel (~> 1.10)
84
- parser (>= 3.3.0.2)
85
- rainbow (>= 2.2.2, < 4.0)
86
- regexp_parser (>= 2.9.3, < 3.0)
87
- rubocop-ast (>= 1.49.0, < 2.0)
88
- ruby-progressbar (~> 1.7)
89
- unicode-display_width (>= 2.4.0, < 4.0)
90
- rubocop-ast (1.49.1)
91
- parser (>= 3.3.7.2)
92
- prism (~> 1.7)
93
- rubocop-performance (1.26.1)
94
- lint_roller (~> 1.1)
95
- rubocop (>= 1.75.0, < 2.0)
96
- rubocop-ast (>= 1.47.1, < 2.0)
97
- ruby-progressbar (1.13.0)
98
- simplecov (0.22.0)
99
- docile (~> 1.1)
100
- simplecov-html (~> 0.11)
101
- simplecov_json_formatter (~> 0.1)
102
- simplecov-html (0.13.2)
103
- simplecov_json_formatter (0.1.4)
104
- standard (1.54.0)
105
- language_server-protocol (~> 3.17.0.2)
106
- lint_roller (~> 1.0)
107
- rubocop (~> 1.84.0)
108
- standard-custom (~> 1.0.0)
109
- standard-performance (~> 1.8)
110
- standard-custom (1.0.2)
111
- lint_roller (~> 1.0)
112
- rubocop (~> 1.50)
113
- standard-performance (1.9.0)
114
- lint_roller (~> 1.1)
115
- rubocop-performance (~> 1.26.0)
116
- stringio (3.2.0)
117
- tsort (0.2.0)
118
- tty-cursor (0.7.1)
119
- tty-screen (0.8.2)
120
- tty-spinner (0.9.3)
121
- tty-cursor (~> 0.7)
122
- unicode-display_width (3.2.0)
123
- unicode-emoji (~> 4.1)
124
- unicode-emoji (4.2.0)
125
- uri (1.1.1)
126
- webmock (3.26.2)
127
- addressable (>= 2.8.0)
128
- crack (>= 0.3.2)
129
- hashdiff (>= 0.4.0, < 2.0.0)
130
-
131
- PLATFORMS
132
- arm64-darwin-24
133
- ruby
134
-
135
- DEPENDENCIES
136
- fakefs (~> 3.2)
137
- irb (~> 1.17)
138
- rspec (~> 3.13.2)
139
- simplecov (~> 0.22)
140
- standard (~> 1.54)
141
- webmock (~> 3.0)
142
- zephira!
143
-
144
- BUNDLED WITH
145
- 2.6.9