hokipoki 0.3.0 → 0.3.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: c6cee87ee2a662007747231e06031670fad45f77a8e623f2502084987ff6410c
4
- data.tar.gz: dde3f8d03b75bd701e69e49663a8b8352605bbc86a94f94d3d183715c332c2c5
3
+ metadata.gz: 963e9ced91ccd0a7da323a7994f4419f9a2e8b63ab1a16395fc9ca877a191e38
4
+ data.tar.gz: a70f153d959e357f6ee3f83578f42c009ae95ac5ac42bddc62d0fde5590ad293
5
5
  SHA512:
6
- metadata.gz: 39d223c6ea30d2d3568f3fc7057bc35953cbefb6d7c00455baa163a3f28fcbd163d55e51a11df1a286d1a0d39148b2d7005fd62c51d119f049ba222f213b46a9
7
- data.tar.gz: c0bc88d762402e4d3ef584896c34f90df129fa56897bc5cb022f1225089e46662a39cbe8df9ae527faca4803deec6dd9602090d226ca6198fbb05793b4ab945a
6
+ metadata.gz: 2db27280fd0fea94764ef414572579e2757f1546021cb8f8d51660c5547496535e7ebc7ebc35eeab58a307279b3208d21601e29e6edee2f3b8f96eabcf681617
7
+ data.tar.gz: d0541e841a526e3457d81764fe28bbcd3dead3111f3910a09916ea32d633cf672d89ad39e934962b96157bc8069777b228ca6862f7642ad6450e8c205b6ca2df
@@ -463,6 +463,7 @@ module HiveMind
463
463
  say " 2. #{@pastel.cyan('Check status:')} ./bin/claude_status"
464
464
  say " 3. #{@pastel.cyan('Test integration:')} Ask Claude any coding question"
465
465
  end
466
+ end
466
467
 
467
468
  def setup_minimal_installation
468
469
  say @pastel.cyan("\nšŸŽÆ Setting up minimal HiveMind installation...")
@@ -1,3 +1,3 @@
1
1
  module Hokipoki
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hokipoki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rails Utilities