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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dde35302b0656ed6180794e52f3b09acf89cab1a294fa5e47ee1e7470d66e421
4
- data.tar.gz: 412db11b6d3de7fde48a363dc98997dbe970f093277213f5ed5695e44bd83deb
3
+ metadata.gz: 7892f64b41650512ee4e49b6b620453f9c89e99a9e9aa20f0c3c6437b63cf1e6
4
+ data.tar.gz: 657c6c0938f4179e02b76592093171b4917e0ed6cb105769139c940930ef18ec
5
5
  SHA512:
6
- metadata.gz: 747fdf99c1bccbc353c919ba2b2fa57cc94241a928509a2ec833d48f082c6705b30eb5a4cb963dd9fd6e401d9c7ad5be12300beb236f3caf883db8a645e8a100
7
- data.tar.gz: 9e7188029c3d1284f5735ddc123aef4acd3d61f8d6bb5b343285b28b107482214a8a25da9b33d725d95d858c41afe678b973541f0c017d0645775f94e849d129
6
+ metadata.gz: 73e84b0e0d7ef1dfe09391869a5c3ca8a026c02c28b85efa6c0720daf28ba235ce18d8609dc5b2e5d01a3f60670211a194e179024c53f01e2a8744ffd65011fc
7
+ data.tar.gz: 00db510181ccf36880333f83275e67557eec8f0e4d2f251e432e5c9f3f045ec5070eaaa480c25c45e986c6a24c7607173cb448c0d788cc783b93a0fd9ae59335
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AsktiveRecord
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
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.6
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 scenes, so you can focus on what
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: []