walkthrough_awanllm 0.2.1 → 0.2.12

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: 68d5a72fd33467b8273115af0ae452b318116cc161904be735c7ee8f8b34ece1
4
- data.tar.gz: bfd7e8948893c4bd5b7f7b346a5bd5c15748ca9aaf10abcff461531d53508ae8
3
+ metadata.gz: 5b76c11f4c34ccc7a844c06185e914b47051ebf39d0a854f936dc01f6cde6466
4
+ data.tar.gz: af9165c374930e086281ff113bebb931d555bf84a9bd2bb9e512d66827fadac6
5
5
  SHA512:
6
- metadata.gz: '087e951d1058073fc1c0560bd4e9b34c304385cf648d576fe6499ad138467ac4a48f34c4ff31463ab194ae3e835f613e48f3a3072dc2c3f094b68c23d642ba86'
7
- data.tar.gz: 00555f3514d2acb4da15e95b69de5268d2dbc6ecc53ed147cb82717a4ba79747fa43747563f54c798dd359ebc2a2c0db6502a98b1e47c99471dff530f1b2d065
6
+ metadata.gz: cdddb7addbbe2ce894a03983573afa05fd1a4a713b4d4b3b0306eff67957db6b60b777efbe2cbe64f1215c59f70e596ac620c1cd7abf1bb865d9f3b7a45dc728
7
+ data.tar.gz: a82152fe5b7c7b08b759eaa37dc924c0192e24e58b7027dcf534aa71ed0d02fd78893d9c828ec724c122589ac0621e93fe55a4e46792966ac2f25d376ba95e10
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
- Here's an updated README for your gem `walkthrough_awanllm`, including all necessary installation and usage instructions, as well as development and contributing guidelines.
1
+ Here's an updated README for your gem `walkthrough_awanllm`, including all necessary installation and usage instructions, as well as development and contributing guidelines. All credits for AwanLLM goes to the orginal creators of API for offering a free tier.
2
2
 
3
+ ### Email: contact.awanllm@gmail.com
4
+ ### https://www.awanllm.com/
3
5
  ```markdown
4
6
  # WalkthroughAwanllm
5
7
 
@@ -30,9 +32,11 @@ $ gem install walkthrough_awanllm
30
32
  After installing the gem, you need to configure it by running the setup script. This will prompt you for your AwanLLM API key and the model name you wish to use.
31
33
 
32
34
  ```sh
33
- $ ruby ./vendor/bundle/ruby/YOUR_VERSION/gems/walkthrough_awanllm-0.2.1/bin/setup_awanllm.rb
35
+ $ ruby ./vendor/bundle/ruby/YOUR_VERSION/gems/walkthrough_awanllm-0.2.12/bin/setup_awanllm.rb
34
36
  ```
35
37
 
38
+ Get API key from https://www.awanllm.com/
39
+
36
40
  ## Usage
37
41
 
38
42
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WalkthroughAwanllm
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.12"
5
5
  end
@@ -131,7 +131,7 @@ module WalkthroughAwanllm
131
131
  puts 'Walkthrough_AwanLLM gem is already configured.'
132
132
  else
133
133
  ruby_version = RUBY_VERSION.split('.').first(3).join('.')
134
- path_to_script = "./vendor/bundle/ruby/#{ruby_version}/gems/walkthrough_awanllm-0.2.1/bin/setup_awanllm.rb"
134
+ path_to_script = "./vendor/bundle/ruby/#{ruby_version}/gems/walkthrough_awanllm-0.2.12/bin/setup_awanllm.rb"
135
135
  system("ruby #{path_to_script}")
136
136
  end
137
137
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["mrudulmathews@gmail.com"]
10
10
 
11
11
  spec.summary = "A Ruby gem to Generate Project Development Walkthrough with the AwanLLM API."
12
- spec.description = "{UNDER DEVELOPMENT NOT FOR USE YET}A Ruby gem to generate a walkthrough the project lifecycle with the AwanLLM API for generating and retrieving content."
12
+ spec.description = "A Ruby gem to generate a walkthrough the project lifecycle with the AwanLLM API for generating and retrieving content. Please feel free to update the gem with your updates"
13
13
  spec.homepage = "https://github.com/mruduljohn/Walkthrough_awanllm_gem"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 3.0.0"
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.2.1
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mrudul John
@@ -80,8 +80,9 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '5.0'
83
- description: "{UNDER DEVELOPMENT NOT FOR USE YET}A Ruby gem to generate a walkthrough
84
- the project lifecycle with the AwanLLM API for generating and retrieving content."
83
+ description: A Ruby gem to generate a walkthrough the project lifecycle with the AwanLLM
84
+ API for generating and retrieving content. Please feel free to update the gem with
85
+ your updates
85
86
  email:
86
87
  - mrudulmathews@gmail.com
87
88
  executables:
@@ -110,7 +111,7 @@ metadata:
110
111
  post_install_message: |2
111
112
  Thank you for installing the Walkthrough_AwanLLM gem!
112
113
  To complete the setup, please run the following command:
113
- ruby ./vendor/bundle/ruby/3.3.0/gems/walkthrough_awanllm-0.2.1/bin/setup_awanllm.rb
114
+ ruby ./vendor/bundle/ruby/3.3.0/gems/walkthrough_awanllm-0.2.12/bin/setup_awanllm.rb
114
115
  rdoc_options: []
115
116
  require_paths:
116
117
  - lib