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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92ffea95c7dd10aaf5d2c57c85a2de216e2b51f92c2d095b5daee1270c6aa598
4
- data.tar.gz: 493371dfdbbaea63ec97881df435b51f109a6b960ceec8d9ddf3483bb40c2f23
3
+ metadata.gz: b352c892e263a4217db6810f0c146e908765f93104611513598b768423480eb4
4
+ data.tar.gz: 595146db9a9295b2515328d0912ccc92b3b6713b418a77f120c327844b0106c4
5
5
  SHA512:
6
- metadata.gz: ecfb305d2039bf150f00325b6991a14141b588a42f0758112d70a9e3b87d947f4b34f074ebe784a3c2568a32354a1b9a1dad55250719fafb28e94712b3117921
7
- data.tar.gz: 041cd39bc84d83b2ef3537dde8a8ec6bb46def7f3e8a971eef2c43cc44a58c775f29728ed123c760a93a039f98c0f553378a2dbc3f46a980a80f5c8353b0ebdb
6
+ metadata.gz: 3b173b0dae80ab1f400cda46fb17aad47ffeba22bb61fdd39fb94703cdd4f40a94b6f1c592b8b04ca5cc1d80fa1a93639eecbb792b28c63c69a4bef6ec9550a7
7
+ data.tar.gz: 3edbc30febba44cebbcad57a35a4c7e199ae1bbe26ec4e6e361d3f8f9b00d95503b8ef2296d3a21bcc9a59b32db8cb7acfd43b20d73d4fd28cd1c12cdb3134cf
@@ -1,3 +1,3 @@
1
1
  module Hokipoki
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - Rails Utilities
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: tty-spinner
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: '6.0'
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: '6.0'
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: '3.0'
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: '3.0'
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: '3.0'
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: '1.0'
208
- - !ruby/object:Gem::Dependency
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
- - utilities@example.com
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/rails-utilities/hokipoki
188
+ homepage: https://github.com/hokipoki/hokipoki
247
189
  licenses:
248
- - Proprietary
190
+ - MIT
249
191
  metadata:
250
- homepage_uri: https://github.com/rails-utilities/hokipoki
251
- source_code_uri: https://github.com/rails-utilities/hokipoki
252
- changelog_uri: https://github.com/rails-utilities/hokipoki/blob/main/CHANGELOG.md
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: 3.0.0
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: Rails application enhancement utilities
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