grim-reaper 1.0.34 ā 1.0.35
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/bin/grim +10 -27
- data/lib/grim_reaper/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c25d735d33401d78ead7d18db48772bda742547f43309da2080f29a052f3e2ce
|
4
|
+
data.tar.gz: 4ee95185396847ea23d4d9325900b3f370ecae76709b67babf4ebbc792a583d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dcae2636c502d9144e90b9cef2117aedecea0c60e27843e03c117052cf5a39eb6d69c15a0f1fff55887c8828db1bd28c2f5b06a10ec91f1ca7a41ea9264f211
|
7
|
+
data.tar.gz: 45b37ccc5fbb14399680745f0f0a9d75e8552c158d9eb5150771cf20bf74ac42c4ea8df6e15cf1c8e008571f99761872c6f91a25d1336417fd96f70d9d26d42c
|
data/bin/grim
CHANGED
@@ -568,29 +568,14 @@ class GrimCLI < Thor
|
|
568
568
|
end
|
569
569
|
end
|
570
570
|
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
end
|
580
|
-
end
|
581
|
-
|
582
|
-
# Start the CLI if this file is executed directly
|
583
|
-
GrimCLI.start(ARGV) if __FILE__ == $0
|
584
|
-
puts "š¦ Or run: curl -sSL https://get.grim.so | bash".colorize(:cyan)
|
585
|
-
puts ""
|
586
|
-
puts "Available commands in this installation:".colorize(:green)
|
587
|
-
puts " grim help # Show this help"
|
588
|
-
puts " grim version # Show version"
|
589
|
-
puts " grim health # Check health"
|
590
|
-
puts " grim status # Show status"
|
591
|
-
puts " grim setup-complete # Setup environment"
|
592
|
-
puts " grim rb-setup # Setup Ruby environment"
|
593
|
-
exit 1
|
571
|
+
def redirect_to_grim_so(command)
|
572
|
+
puts "\nš This command is not available in the Ruby gem.".colorize(:yellow)
|
573
|
+
puts "For the complete Grim Reaper ecosystem with all commands, visit:".colorize(:blue)
|
574
|
+
puts " š https://get.grim.so - Complete installation".colorize(:cyan)
|
575
|
+
puts " š https://grim.so/docs - Documentation".colorize(:cyan)
|
576
|
+
puts " š gem install grim-reaper - Ruby gem".colorize(:cyan)
|
577
|
+
puts "\nThe Ruby gem provides Ruby-specific commands and interfaces to other modules."
|
578
|
+
puts "For command '#{command}', you'll need the full Grim Reaper installation."
|
594
579
|
end
|
595
580
|
|
596
581
|
# Override method_missing to catch unknown commands
|
@@ -606,7 +591,5 @@ GrimCLI.start(ARGV) if __FILE__ == $0
|
|
606
591
|
end
|
607
592
|
end
|
608
593
|
|
609
|
-
#
|
610
|
-
if __FILE__ == $0
|
611
|
-
GrimCLI.start(ARGV)
|
612
|
-
end
|
594
|
+
# Start the CLI if this file is executed directly
|
595
|
+
GrimCLI.start(ARGV) if __FILE__ == $0
|
data/lib/grim_reaper/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grim-reaper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bernie Gengel and his beagle Buddy
|
@@ -220,7 +220,7 @@ metadata:
|
|
220
220
|
source_code_uri: https://github.com/cyber-boost/grim
|
221
221
|
changelog_uri: https://github.com/cyber-boost/grim/blob/main/CHANGELOG.md
|
222
222
|
rubygems_mfa_required: 'true'
|
223
|
-
post_install_message: "\U0001F5E1ļø Grim Reaper Ruby Gem v1.0.
|
223
|
+
post_install_message: "\U0001F5E1ļø Grim Reaper Ruby Gem v1.0.35 installed successfully!\n\n\U0001F195
|
224
224
|
NEW: OTP (One-Time Password) Authentication Support!\nRun 'grim otp-setup' to enable
|
225
225
|
secure two-factor authentication.\n\nThe gem provides a unified interface to all
|
226
226
|
Grim Reaper modules:\n- Python components (scythe, py_grim)\n- Go components (go_grim)\n-
|