canql 6.0.2 → 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 +10 -2
- data/lib/canql/grammars/e_base_records.treetop +4 -3
- data/lib/canql/version.rb +1 -1
- metadata +16 -10
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,13 @@
|
|
|
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
|
|
7
|
+
|
|
8
|
+
## 6.0.3 / 2025-06-11
|
|
9
|
+
### Fixed
|
|
10
|
+
* Restrict treetop gem dependency
|
|
3
11
|
|
|
4
12
|
## 6.0.2 / 2024-11-18
|
|
5
13
|
### 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'
|
|
@@ -68,16 +68,22 @@ dependencies:
|
|
|
68
68
|
name: treetop
|
|
69
69
|
requirement: !ruby/object:Gem::Requirement
|
|
70
70
|
requirements:
|
|
71
|
-
- - "
|
|
71
|
+
- - "~>"
|
|
72
|
+
- !ruby/object:Gem::Version
|
|
73
|
+
version: 1.6.12
|
|
74
|
+
- - "<"
|
|
72
75
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: 1.
|
|
76
|
+
version: 1.6.14
|
|
74
77
|
type: :runtime
|
|
75
78
|
prerelease: false
|
|
76
79
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
80
|
requirements:
|
|
78
|
-
- - "
|
|
81
|
+
- - "~>"
|
|
82
|
+
- !ruby/object:Gem::Version
|
|
83
|
+
version: 1.6.12
|
|
84
|
+
- - "<"
|
|
79
85
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: 1.
|
|
86
|
+
version: 1.6.14
|
|
81
87
|
description: Domain Specific Language for querying NHS NCARDRS datastores
|
|
82
88
|
email: []
|
|
83
89
|
executables: []
|
|
@@ -136,14 +142,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
136
142
|
requirements:
|
|
137
143
|
- - ">="
|
|
138
144
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: '3.
|
|
145
|
+
version: '3.2'
|
|
140
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
147
|
requirements:
|
|
142
148
|
- - ">="
|
|
143
149
|
- !ruby/object:Gem::Version
|
|
144
150
|
version: '0'
|
|
145
151
|
requirements: []
|
|
146
|
-
rubygems_version: 3.
|
|
152
|
+
rubygems_version: 3.5.22
|
|
147
153
|
signing_key:
|
|
148
154
|
specification_version: 4
|
|
149
155
|
summary: Congenital Anomaly Natural Query Language
|