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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +0 -43
- data/ruby-text2sql.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c143bea5569b820ba3bf8f268999090f27879efbb0a6b48d8ef867b4797b5626
|
4
|
+
data.tar.gz: 3f2b1b1aa4a5e10eebc4dfee1d2345e3109943c250871ab3964f9be6fc7fdc8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/ruby-text2sql.gemspec
CHANGED