asktive_record 0.1.6 → 0.1.7
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/asktive_record/version.rb +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: 7892f64b41650512ee4e49b6b620453f9c89e99a9e9aa20f0c3c6437b63cf1e6
|
4
|
+
data.tar.gz: 657c6c0938f4179e02b76592093171b4917e0ed6cb105769139c940930ef18ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73e84b0e0d7ef1dfe09391869a5c3ca8a026c02c28b85efa6c0720daf28ba235ce18d8609dc5b2e5d01a3f60670211a194e179024c53f01e2a8744ffd65011fc
|
7
|
+
data.tar.gz: 00db510181ccf36880333f83275e67557eec8f0e4d2f251e432e5c9f3f045ec5070eaaa480c25c45e986c6a24c7607173cb448c0d788cc783b93a0fd9ae59335
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: asktive_record
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- rpossan
|
@@ -100,8 +100,8 @@ description: AsktiveRecord is a Ruby gem designed to bridge the gap between huma
|
|
100
100
|
writing SQL or chaining ActiveRecord methods, you simply ask questions in plain
|
101
101
|
English—like (or any language) 'Who are my newest users?' or 'What products sold
|
102
102
|
the most last month?' — and get clear, human-friendly answers. AsktiveRecord translates
|
103
|
-
your questions into database queries behind the
|
104
|
-
you want to know, not how to write the query.
|
103
|
+
your questions into database queries using LLM behind the scenes, so you can focus
|
104
|
+
on what you want to know, not how to write the query.
|
105
105
|
email:
|
106
106
|
- ronaldo.possan@gmail.com
|
107
107
|
executables: []
|