hokipoki 0.1.1 → 0.1.2
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 +4 -4
- data/lib/hokipoki/version.rb +1 -1
- metadata +18 -77
- data/LICENSE +0 -26
- data/lib/generators/hive_mind/install_generator.rb +0 -761
- data/lib/hokipoki/claude/auto_loader.rb +0 -162
- data/lib/hokipoki/claude/connection_manager.rb +0 -382
- data/lib/hokipoki/claude/parasite.rb +0 -333
- data/lib/hokipoki/configuration.rb +0 -187
- data/lib/hokipoki/engine.rb +0 -122
- data/lib/hokipoki/feedback/ascii_banners.rb +0 -108
- data/lib/hokipoki/feedback/display_manager.rb +0 -436
- data/lib/hokipoki/intelligence/smart_retrieval_engine.rb +0 -401
- data/lib/hokipoki/intelligence/unified_orchestrator.rb +0 -395
- data/lib/hokipoki/license_validator.rb +0 -296
- data/lib/hokipoki/parasites/universal_generator.rb +0 -662
- data/lib/hokipoki/railtie.rb +0 -34
- data/lib/hokipoki.rb +0 -176
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b352c892e263a4217db6810f0c146e908765f93104611513598b768423480eb4
|
|
4
|
+
data.tar.gz: 595146db9a9295b2515328d0912ccc92b3b6713b418a77f120c327844b0106c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b173b0dae80ab1f400cda46fb17aad47ffeba22bb61fdd39fb94703cdd4f40a94b6f1c592b8b04ca5cc1d80fa1a93639eecbb792b28c63c69a4bef6ec9550a7
|
|
7
|
+
data.tar.gz: 3edbc30febba44cebbcad57a35a4c7e199ae1bbe26ec4e6e361d3f8f9b00d95503b8ef2296d3a21bcc9a59b32db8cb7acfd43b20d73d4fd28cd1c12cdb3134cf
|
data/lib/hokipoki/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hokipoki
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- HokiPoki Team
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -108,21 +108,7 @@ dependencies:
|
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0.23'
|
|
110
110
|
- !ruby/object:Gem::Dependency
|
|
111
|
-
name:
|
|
112
|
-
requirement: !ruby/object:Gem::Requirement
|
|
113
|
-
requirements:
|
|
114
|
-
- - ">="
|
|
115
|
-
- !ruby/object:Gem::Version
|
|
116
|
-
version: '0.9'
|
|
117
|
-
type: :runtime
|
|
118
|
-
prerelease: false
|
|
119
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
120
|
-
requirements:
|
|
121
|
-
- - ">="
|
|
122
|
-
- !ruby/object:Gem::Version
|
|
123
|
-
version: '0.9'
|
|
124
|
-
- !ruby/object:Gem::Dependency
|
|
125
|
-
name: pastel
|
|
111
|
+
name: colorize
|
|
126
112
|
requirement: !ruby/object:Gem::Requirement
|
|
127
113
|
requirements:
|
|
128
114
|
- - ">="
|
|
@@ -155,102 +141,57 @@ dependencies:
|
|
|
155
141
|
requirements:
|
|
156
142
|
- - ">="
|
|
157
143
|
- !ruby/object:Gem::Version
|
|
158
|
-
version: '
|
|
144
|
+
version: '0'
|
|
159
145
|
type: :development
|
|
160
146
|
prerelease: false
|
|
161
147
|
version_requirements: !ruby/object:Gem::Requirement
|
|
162
148
|
requirements:
|
|
163
149
|
- - ">="
|
|
164
150
|
- !ruby/object:Gem::Version
|
|
165
|
-
version: '
|
|
151
|
+
version: '0'
|
|
166
152
|
- !ruby/object:Gem::Dependency
|
|
167
153
|
name: capybara
|
|
168
154
|
requirement: !ruby/object:Gem::Requirement
|
|
169
155
|
requirements:
|
|
170
156
|
- - ">="
|
|
171
157
|
- !ruby/object:Gem::Version
|
|
172
|
-
version: '
|
|
158
|
+
version: '0'
|
|
173
159
|
type: :development
|
|
174
160
|
prerelease: false
|
|
175
161
|
version_requirements: !ruby/object:Gem::Requirement
|
|
176
162
|
requirements:
|
|
177
163
|
- - ">="
|
|
178
164
|
- !ruby/object:Gem::Version
|
|
179
|
-
version: '
|
|
165
|
+
version: '0'
|
|
180
166
|
- !ruby/object:Gem::Dependency
|
|
181
167
|
name: webmock
|
|
182
168
|
requirement: !ruby/object:Gem::Requirement
|
|
183
169
|
requirements:
|
|
184
170
|
- - ">="
|
|
185
171
|
- !ruby/object:Gem::Version
|
|
186
|
-
version: '
|
|
187
|
-
type: :development
|
|
188
|
-
prerelease: false
|
|
189
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
190
|
-
requirements:
|
|
191
|
-
- - ">="
|
|
192
|
-
- !ruby/object:Gem::Version
|
|
193
|
-
version: '3.0'
|
|
194
|
-
- !ruby/object:Gem::Dependency
|
|
195
|
-
name: standard
|
|
196
|
-
requirement: !ruby/object:Gem::Requirement
|
|
197
|
-
requirements:
|
|
198
|
-
- - ">="
|
|
199
|
-
- !ruby/object:Gem::Version
|
|
200
|
-
version: '1.0'
|
|
172
|
+
version: '0'
|
|
201
173
|
type: :development
|
|
202
174
|
prerelease: false
|
|
203
175
|
version_requirements: !ruby/object:Gem::Requirement
|
|
204
176
|
requirements:
|
|
205
177
|
- - ">="
|
|
206
178
|
- !ruby/object:Gem::Version
|
|
207
|
-
version: '
|
|
208
|
-
|
|
209
|
-
name: yard
|
|
210
|
-
requirement: !ruby/object:Gem::Requirement
|
|
211
|
-
requirements:
|
|
212
|
-
- - ">="
|
|
213
|
-
- !ruby/object:Gem::Version
|
|
214
|
-
version: '0.9'
|
|
215
|
-
type: :development
|
|
216
|
-
prerelease: false
|
|
217
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
218
|
-
requirements:
|
|
219
|
-
- - ">="
|
|
220
|
-
- !ruby/object:Gem::Version
|
|
221
|
-
version: '0.9'
|
|
222
|
-
description: A collection of utilities and enhancements for Rails applications including
|
|
223
|
-
database optimizations, background processing helpers, and developer tools.
|
|
179
|
+
version: '0'
|
|
180
|
+
description: A collection of useful utilities and helpers for Rails development workflows
|
|
224
181
|
email:
|
|
225
|
-
-
|
|
182
|
+
- team@hokipoki.ai
|
|
226
183
|
executables: []
|
|
227
184
|
extensions: []
|
|
228
185
|
extra_rdoc_files: []
|
|
229
186
|
files:
|
|
230
|
-
- LICENSE
|
|
231
|
-
- lib/generators/hive_mind/install_generator.rb
|
|
232
|
-
- lib/hokipoki.rb
|
|
233
|
-
- lib/hokipoki/claude/auto_loader.rb
|
|
234
|
-
- lib/hokipoki/claude/connection_manager.rb
|
|
235
|
-
- lib/hokipoki/claude/parasite.rb
|
|
236
|
-
- lib/hokipoki/configuration.rb
|
|
237
|
-
- lib/hokipoki/engine.rb
|
|
238
|
-
- lib/hokipoki/feedback/ascii_banners.rb
|
|
239
|
-
- lib/hokipoki/feedback/display_manager.rb
|
|
240
|
-
- lib/hokipoki/intelligence/smart_retrieval_engine.rb
|
|
241
|
-
- lib/hokipoki/intelligence/unified_orchestrator.rb
|
|
242
|
-
- lib/hokipoki/license_validator.rb
|
|
243
|
-
- lib/hokipoki/parasites/universal_generator.rb
|
|
244
|
-
- lib/hokipoki/railtie.rb
|
|
245
187
|
- lib/hokipoki/version.rb
|
|
246
|
-
homepage: https://github.com/
|
|
188
|
+
homepage: https://github.com/hokipoki/hokipoki
|
|
247
189
|
licenses:
|
|
248
|
-
-
|
|
190
|
+
- MIT
|
|
249
191
|
metadata:
|
|
250
|
-
homepage_uri: https://github.com/
|
|
251
|
-
source_code_uri: https://github.com/
|
|
252
|
-
changelog_uri: https://github.com/
|
|
253
|
-
documentation_uri: https://github.com/rails-utilities/hokipoki
|
|
192
|
+
homepage_uri: https://github.com/hokipoki/hokipoki
|
|
193
|
+
source_code_uri: https://github.com/hokipoki/hokipoki
|
|
194
|
+
changelog_uri: https://github.com/hokipoki/hokipoki/blob/main/CHANGELOG.md
|
|
254
195
|
rdoc_options: []
|
|
255
196
|
require_paths:
|
|
256
197
|
- lib
|
|
@@ -258,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
258
199
|
requirements:
|
|
259
200
|
- - ">="
|
|
260
201
|
- !ruby/object:Gem::Version
|
|
261
|
-
version:
|
|
202
|
+
version: '0'
|
|
262
203
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
263
204
|
requirements:
|
|
264
205
|
- - ">="
|
|
@@ -267,5 +208,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
267
208
|
requirements: []
|
|
268
209
|
rubygems_version: 3.7.1
|
|
269
210
|
specification_version: 4
|
|
270
|
-
summary:
|
|
211
|
+
summary: Ruby utility gem for Rails applications
|
|
271
212
|
test_files: []
|
data/LICENSE
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
PROPRIETARY LICENSE - ALL RIGHTS RESERVED
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 Rails Utilities. All rights reserved.
|
|
4
|
-
|
|
5
|
-
This software and associated documentation files (the "Software") are proprietary
|
|
6
|
-
and confidential. No rights are granted to any person without express written
|
|
7
|
-
permission from the copyright holder.
|
|
8
|
-
|
|
9
|
-
RESTRICTIONS:
|
|
10
|
-
- NO unauthorized use, reproduction, or distribution
|
|
11
|
-
- NO reverse engineering, decompilation, or disassembly
|
|
12
|
-
- NO commercial use without separate licensing agreement
|
|
13
|
-
- NO modification or derivative works without written consent
|
|
14
|
-
|
|
15
|
-
USAGE REQUIRES:
|
|
16
|
-
- Valid license key obtained through authorized channels
|
|
17
|
-
- Written consent from copyright holder for any use
|
|
18
|
-
- Compliance with all license terms and conditions
|
|
19
|
-
|
|
20
|
-
VIOLATIONS of this license will result in immediate termination of all rights
|
|
21
|
-
and may subject violator to legal action including damages and injunctive relief.
|
|
22
|
-
|
|
23
|
-
THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
|
|
24
|
-
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DAMAGES ARISING FROM USE.
|
|
25
|
-
|
|
26
|
-
For licensing inquiries contact: utilities@example.com
|