claude_code_slash_commands 0.2.2 → 0.2.3

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: 604b553647bf6700a44f59a883cdf722996b1826fe1007ed458bf950d4108bbc
4
- data.tar.gz: 33702b9349904328a854f23d5818a3843aa617cc320b155e9f211046317fbfc9
3
+ metadata.gz: 6de7d5fe6c19216b2fdeb8f8d4b7710ddb82b0dbd43c42e787b75919420907d5
4
+ data.tar.gz: 1ced43b5a78c665a2cdd2d3a6356ca5a03997fe7f4f7b214b5855f9518b32d2c
5
5
  SHA512:
6
- metadata.gz: fa704f70f1fe4a49737134bcd9db8a97a7fbf3fee2e7169ae8f950e8281dfe050b7e439f78248637aefda49d71f9ac6605c5abee40802f609fef576ac33f1a07
7
- data.tar.gz: ded25fc6aac37b2d88a378bbff51b16ca636b00928b0f63e10884369ae7f053eb337ed703aa3921cb14f01382f8ed6b24659c25f4a54cd82773d8f7b1d20c9e2
6
+ metadata.gz: 425aa05e0d8c7ffdac69836f727abf673e876f678dbe5f9888dd934f581c2531c733073d032972d477c841e63c3a010312f854d8f97c9b4fb37b2273450ada11
7
+ data.tar.gz: ecba72c59f0b948e76e25528ade6491f000d95a0b5077d24d17a04f3a7d3de72b658c2ddcb8a20a7132dc56d5e1bf5b60506b1ab2fca3862b1da665918d7e1a6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- claude_code_slash_commands (0.2.2)
4
+ claude_code_slash_commands (0.2.3)
5
5
  base64
6
6
 
7
7
  GEM
@@ -1,5 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ $LOAD_PATH.unshift("#{__dir__}/../lib")
4
+
3
5
  begin
4
6
  require "bundler/setup"
5
7
  rescue LoadError
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ClaudeCodeSlashCommands
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: claude_code_slash_commands
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Waite