walkthrough_awanllm 0.1.1 → 0.1.11
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/lib/walkthrough_awanllm/version.rb +1 -1
- data/walkthrough_awanllm.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa569e0418332a73d3c3b176db2eec63facd6ceff4bd37fb8524c09cb71eea69
|
4
|
+
data.tar.gz: 35532ba5da69b42a158601808a328be0defa3b65905e0f4ad300813362d26ad2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e3a0b59b472762ca4a74746f84ceab7f44da83da09879e510c3b669dc93fcc9741514bfd364e40764c3ffe7b841bcb0f78a578d87d60ad1e42f6b1288e90500
|
7
|
+
data.tar.gz: c8893a61c9c521dfff2aea0d7e97f800cb6c8018c3e74fb6a5bcf13da84a87db11ee0a5b0fa14a061f5b0b941e87af022c74c210ca4fabd7a470a9fdfa1be6e6
|
data/walkthrough_awanllm.gemspec
CHANGED
@@ -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 = "A Ruby gem to generate a walkthrough the project lifecycle with the AwanLLM API for generating and retrieving content."
|
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."
|
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.1.
|
4
|
+
version: 0.1.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mrudul John
|
@@ -66,8 +66,8 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '5.0'
|
69
|
-
description: A Ruby gem to generate a walkthrough
|
70
|
-
API for generating and retrieving content.
|
69
|
+
description: "{UNDER DEVELOPMENT NOT FOR USE YET}A Ruby gem to generate a walkthrough
|
70
|
+
the project lifecycle with the AwanLLM API for generating and retrieving content."
|
71
71
|
email:
|
72
72
|
- mrudulmathews@gmail.com
|
73
73
|
executables:
|