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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/grim +10 -27
  3. data/lib/grim_reaper/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e995dc62a1b7e977043d7356552ca215771c85375621edaaf9b4ee9e62ccdc5
4
- data.tar.gz: f01964b9bb32a4d6ca739e4f78ed9da9af81638832bd7967cadf441ae415e83b
3
+ metadata.gz: c25d735d33401d78ead7d18db48772bda742547f43309da2080f29a052f3e2ce
4
+ data.tar.gz: 4ee95185396847ea23d4d9325900b3f370ecae76709b67babf4ebbc792a583d7
5
5
  SHA512:
6
- metadata.gz: 9ce86d8d9daee4c5aa4a70d04008bf2608840696b111227c7480535b25208f17766207bd0bf54576896df2ccbb00b9e202797d2ac251eb1267b8c2a6314aa18b
7
- data.tar.gz: 74b57781c00e33a617a08b86a3a2c4dffd27b25d60fe9e443649711af5c36057b0090d9bcd5e1e45d06bd193cb28aee5355b40e336a12718c9a02c5326ed136f
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
- 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."
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
- # Run the CLI if this file is executed directly
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GrimReaper
4
- VERSION = "1.0.34"
4
+ VERSION = "1.0.35"
5
5
  end
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.34
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.34 installed successfully!\n\n\U0001F195
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-