canql 6.0.3 → 6.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 +6 -2
- data/lib/canql/grammars/e_base_records.treetop +4 -3
- data/lib/canql/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ddc1179c0b2c2afc78722708a71b75b15392bf8b98d3372dc175742d13ef8ee
|
|
4
|
+
data.tar.gz: 31a72fbf6d0fa1e456319f5adb9bfba0786382c1aec62daa9508aecab099537c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 624e30b20147a430f98c76b63ed20a4e7bc7876d403eaadaac4763adbac7895cb8a76b4cf7b17060625c2990da20b773e25e5e575754ca720da6e64af3c7890d
|
|
7
|
+
data.tar.gz: 752298cee16890d65abc474c7e3dfcb67c011815d3689216ac0f3bdaf981a394de23d4c968f72762dc021883e8e5c29634f7afaab03df24d2ea24df95429bcfd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
##
|
|
2
|
-
|
|
1
|
+
## 6.1.0 / 2026-03-24
|
|
2
|
+
### Changed
|
|
3
|
+
* Added NCRS_CHECK and NCRS_CHECKED actions to action filter
|
|
4
|
+
* Removed SCR_CHECK and SCR_CHECKED actions from action filter
|
|
5
|
+
### Fixed
|
|
6
|
+
* Support Ruby 3.4. Drop support for Rails 7.0, Ruby 3.1
|
|
3
7
|
|
|
4
8
|
## 6.0.3 / 2025-06-11
|
|
5
9
|
### Fixed
|
|
@@ -50,9 +50,10 @@ module Canql
|
|
|
50
50
|
|
|
51
51
|
rule accepted_action
|
|
52
52
|
'badger_search' / 'badger_checked' / 'coding_group' / 'complete' /
|
|
53
|
-
'delete' / 'fasp_categorisation' / 'msds_sent' /
|
|
54
|
-
'
|
|
55
|
-
'
|
|
53
|
+
'delete' / 'fasp_categorisation' / 'msds_sent' /
|
|
54
|
+
'ncrs_checked' / 'ncrs_check' /
|
|
55
|
+
'qa' / 'rare_disease_team' / 'reg_coding_forum' /
|
|
56
|
+
'search' / 'sources_checked' / 'technical'
|
|
56
57
|
end
|
|
57
58
|
|
|
58
59
|
rule all_or_none_actions
|
data/lib/canql/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: canql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0
|
|
4
|
+
version: 6.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- NHSD NDRS Development Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chronic
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - ">="
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '7.
|
|
53
|
+
version: '7.1'
|
|
54
54
|
- - "<"
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '8.1'
|
|
@@ -60,7 +60,7 @@ dependencies:
|
|
|
60
60
|
requirements:
|
|
61
61
|
- - ">="
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: '7.
|
|
63
|
+
version: '7.1'
|
|
64
64
|
- - "<"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
66
|
version: '8.1'
|
|
@@ -142,14 +142,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
requirements:
|
|
143
143
|
- - ">="
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
|
-
version: '3.
|
|
145
|
+
version: '3.2'
|
|
146
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
requirements:
|
|
148
148
|
- - ">="
|
|
149
149
|
- !ruby/object:Gem::Version
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
|
-
rubygems_version: 3.
|
|
152
|
+
rubygems_version: 3.5.22
|
|
153
153
|
signing_key:
|
|
154
154
|
specification_version: 4
|
|
155
155
|
summary: Congenital Anomaly Natural Query Language
|