walkthrough_awanllm 0.1.12 → 0.1.13

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: bbf5144f58d9bdea302d3c0065b8febd8bd32ce609ff574769223d33828d2d6b
4
- data.tar.gz: 6c392221fa5ed9daa9ce20676e387dfe1f1d3aa935bf42f8a86de8f6accc7637
3
+ metadata.gz: 8ab19e7f4d7a011bf342aa0e45063d8d397dec3bf11060f667e2fff742327312
4
+ data.tar.gz: 3c6e2d313c0d3f1fc648c0836acfcce957edfbeb5100c82747ad785d600c044a
5
5
  SHA512:
6
- metadata.gz: 519508648067ce15e9db529ad760bd7b021e6658277325886e35c2d4fb3b7d7e9a2420b4b4c8fa0cdc23551c9488bc325edb9df158538cdee367a65ff34b46c7
7
- data.tar.gz: 4aa5cbd6c9a1a69be8dcb762f3346e5e2b2bd08ec7f50b420fe6fe056c80df67eb320d53bac55c31cdd8b296d8119590ff4a9bc5861d5243f77d65e0fa22bf33
6
+ metadata.gz: 9ea20ec71310c2ae9c02361c3b325a49c6da30a468013d3d38e41eb6c232dab1be3a15e365a3d8c702f33690f46f0817ae07fe30cd8c3d930b781e1521fb6c07
7
+ data.tar.gz: d383a9b470a5c6af3b6b690dc57be45b59356920e5846275e1a98005d42bc56c2706fb20695eaa44590027eb6cd9e8a224e21f102e7bbfadc79cb22382649957
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WalkthroughAwanllm
4
- VERSION = "0.1.12"
4
+ VERSION = "0.1.13"
5
5
  end
@@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
39
39
  spec.post_install_message = <<-MESSAGE
40
40
  Thank you for installing the AwanLLM gem!
41
41
  To complete the setup, please run the following command:
42
- ruby /vendor/bundle/ruby/YOUR_VERSION/bin/setup_awanllm.rb
42
+ ruby ./vendor/bundle/ruby/YOUR_VERSION/gems/walkthrough_awanllm-0.1.13/bin/setup_awanllm.rb
43
43
  MESSAGE
44
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: walkthrough_awanllm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mrudul John
@@ -95,7 +95,7 @@ metadata:
95
95
  post_install_message: |2
96
96
  Thank you for installing the AwanLLM gem!
97
97
  To complete the setup, please run the following command:
98
- ruby /vendor/bundle/ruby/YOUR_VERSION/bin/setup_awanllm.rb
98
+ ruby ./vendor/bundle/ruby/YOUR_VERSION/gems/walkthrough_awanllm-0.1.13/bin/setup_awanllm.rb
99
99
  rdoc_options: []
100
100
  require_paths:
101
101
  - lib