asktive_record 0.1.2 → 0.1.6

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: 5f2a7985f33533f67ff0854dceec08590877e414677dde3de3e839d7bafaf812
4
- data.tar.gz: a4655aae5413eca2dcae30ee4db2c2509826e029af5c27a34eafa4f2bc440559
3
+ metadata.gz: dde35302b0656ed6180794e52f3b09acf89cab1a294fa5e47ee1e7470d66e421
4
+ data.tar.gz: 412db11b6d3de7fde48a363dc98997dbe970f093277213f5ed5695e44bd83deb
5
5
  SHA512:
6
- metadata.gz: 7243315ed9a0f50b99bec8adfb8c263eb3c04604d26b1dd7eeaa442c81e24de23c98567cdb5faca75ae262493d1d154cc6855f902ff627470549eb476a797b19
7
- data.tar.gz: 88028f815da35a40421937d2b48a49b5bd3e437ae971738fa0a84d270d98f83040169f15cafa0806a82f42c818ab47a388a93d7288e258457ed23923300179d1
6
+ metadata.gz: 747fdf99c1bccbc353c919ba2b2fa57cc94241a928509a2ec833d48f082c6705b30eb5a4cb963dd9fd6e401d9c7ad5be12300beb236f3caf883db8a645e8a100
7
+ data.tar.gz: 9e7188029c3d1284f5735ddc123aef4acd3d61f8d6bb5b343285b28b107482214a8a25da9b33d725d95d858c41afe678b973541f0c017d0645775f94e849d129
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # AsktiveRecord: Natural Language Database Querying for Ruby on Rails
1
+ # AsktiveRecord: A Ruby gem that lets your data answer like a human
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/asktive_record.svg)](https://badge.fury.io/rb/asktive_record) <!-- Placeholder: Update once published -->
4
4
  [![Build Status](https://github.com/rpossan/asktive_record/actions/workflows/main.yml/badge.svg)](https://github.com/rpossan/asktive_record/actions/workflows/main.yml) <!-- Placeholder: Update with correct repo path -->
5
5
 
6
- > **AsktiveRecord** is a Ruby gem designed to bridge the gap between human language and database queries. It lets you interact with your Rails database as if you were having a conversation with a knowledgeable assistant. Instead of writing SQL or chaining ActiveRecord methods, you simply ask questions in plain English—like (or any language) "Who are my newest users?" or "What products sold the most last month?"—and get clear, human-friendly answers. AsktiveRecord translates your questions into database queries behind the scenes, so you can focus on what you want to know, not how to write the query.
6
+ > **AsktiveRecord** is a Ruby gem designed to bridge the gap between human language and database queries. It lets you interact with your Rails database as if you were having a conversation with a knowledgeable assistant. Instead of writing SQL or chaining ActiveRecord methods, you simply ask questions in plain English—like (or any language) "Who are my newest users?" or "What products sold the most last month?"—and get clear, human-friendly answers. AsktiveRecord translates your questions into database queries using LLM behind the scenes, so you can focus on what you want to know, not how to write the query.
7
7
 
8
8
  ## Features
9
9
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AsktiveRecord
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.6"
5
5
  end
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.2
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - rpossan
@@ -5675,5 +5675,5 @@ requirements: []
5675
5675
  rubygems_version: 3.5.11
5676
5676
  signing_key:
5677
5677
  specification_version: 4
5678
- summary: A Ruby gem that lets your data answer like a human
5678
+ summary: A Ruby gem that lets your data answer like a human using LLM
5679
5679
  test_files: []