ruby-text2sql 1.0.1 → 1.1.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +0 -43
  3. data/ruby-text2sql.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e649f583364a150b51556fdd7013c99ff0d850971488be8791a95ca13a4898a2
4
- data.tar.gz: d0d877636f08d33774c124b33ccbebc0fa43b028ec80fc352f394ccefcfa3260
3
+ metadata.gz: c143bea5569b820ba3bf8f268999090f27879efbb0a6b48d8ef867b4797b5626
4
+ data.tar.gz: 3f2b1b1aa4a5e10eebc4dfee1d2345e3109943c250871ab3964f9be6fc7fdc8b
5
5
  SHA512:
6
- metadata.gz: ae4aba96a152e536eff54299024b256218ff963b5cfa1d68472f88012117ceea2dd8771726f5b87aa6c30de4c9444e4ba25e4a6c04016f66bdb77371338e6a37
7
- data.tar.gz: 3c8fd4908543e7dd8d3317f4e38d55d1cedfa2a302db31dd8a4e038a0e77ea0c3cd5e52b687b596168692ddb432f526f5fc995ed0e7058bbc322446c209f51ff
6
+ metadata.gz: 4f7c16c8395d2676664c7ce91b03ad44d5abf086ef5e13f2d4993664611ac2fd98ee38cff31eaec94e9d5155ef331b2a7c68948a46fc47687272c2347f9ec1e0
7
+ data.tar.gz: 97063d819fe3306502c44f2fd010ed53c8f0bc592ff4b3df022b3beac08b329991f07442e9267fcff862b004d21c5fb38391a6c6f7a8b71623c861886fede58d
data/CHANGELOG.md CHANGED
@@ -1,48 +1,5 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
1
  ## [Unreleased]
9
2
 
10
- ### Added
11
- - New features that will be in the next release
12
-
13
- ### Changed
14
- - Changes in existing functionality
15
-
16
- ### Deprecated
17
- - Soon-to-be removed features
18
-
19
- ### Removed
20
- - Now removed features
21
-
22
- ### Fixed
23
- - Any bug fixes
24
-
25
- ### Security
26
- - Vulnerability fixes
27
-
28
- ## [1.0.1] - 2024-12-19
29
-
30
- ### Added
31
- - SQL execution with safety controls
32
-
33
- ### Fixed
34
- - Fixed RuboCop configuration warnings
35
- - Resolved RSpec verified double reference issues
36
-
37
- ## [1.0.0] - 2024-12-19
38
-
39
- ### Added
40
- - Initial stable release
41
- - Core Text2SQL functionality
42
- - Schema parsing capabilities
43
-
44
3
  ## [0.1.0] - 2024-09-14
45
4
 
46
- ### Added
47
5
  - Initial release
48
- - Basic Text2SQL conversion functionality
@@ -4,7 +4,7 @@ require_relative "lib/ruby/text2sql/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "ruby-text2sql"
7
- spec.version = "1.0.1"
7
+ spec.version = "1.1.0"
8
8
  spec.authors = ["Nicolas Fabre"]
9
9
  spec.email = ["nicofh93@gmail.com"]
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-text2sql
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Fabre