quby-compiler 0.5.13 → 0.5.14

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: 508a6643af2fc31f0a7940da0653f86afebf65bae041e9f5d3d5aa02b6e2235e
4
- data.tar.gz: d9496f12cdeb0c7ac6a1a6366831db2c0bcbdc87f8fb39f92effcf960ff87550
3
+ metadata.gz: 35bdecff443479812941ad2ced1e6585228fb03881c4ba9c48af3468b48c544f
4
+ data.tar.gz: 3cf5faea78f741c241c0f57d873480fcc3b028aa91942ff020e9970eaf332530
5
5
  SHA512:
6
- metadata.gz: 90c2f45681ea7f83d1326c82b7b07443dfa2bc65f3bd236443056851a889f837e2b844ec57da1472067bd6f1ac2c4b8fb382dbd6f79f3429b16220cfaefdf00f
7
- data.tar.gz: 24219b1aa2e119cf46bf6a99166b7f50883d99cbae253c37cab86a813e5c72f3e1534114474c8320072bc23404b712b46d6847abd371498f367900338573bd31
6
+ metadata.gz: d0b431d1f495544c5541bc5b2e5ceb57ece1d6d5782cabf6bfa80b9d7bb251a33e9b13764ebc6f0ac726523883eab6ee04585d4e4b102cd10ee419a3466cf1e7
7
+ data.tar.gz: 4f22422b8789dbad63cb5cc57550582971ef47c2958b829bae72e9d140081a4378797534c5d5ae7a9888f562f3cfd87ad87bac6cc0c620032610264cc55b46e2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.5.14
2
+
3
+ * Support for activemodel 7.1 and 7.2
4
+
1
5
  # 0.5.13
2
6
 
3
7
  * quby2.json
@@ -1,5 +1,5 @@
1
1
  module Quby
2
2
  module Compiler
3
- VERSION = "0.5.13"
3
+ VERSION = "0.5.14"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quby-compiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.13
4
+ version: 0.5.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marten Veldthuis
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-02-12 00:00:00.000000000 Z
10
+ date: 2025-02-13 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activemodel
@@ -122,7 +121,6 @@ dependencies:
122
121
  - - ">="
123
122
  - !ruby/object:Gem::Version
124
123
  version: '0'
125
- description:
126
124
  email:
127
125
  - marten@veldthuis.com
128
126
  executables:
@@ -230,7 +228,6 @@ licenses:
230
228
  - MIT
231
229
  metadata:
232
230
  homepage_uri: https://gitlab.roqua.nl/roqua/quby-compiler
233
- post_install_message:
234
231
  rdoc_options: []
235
232
  require_paths:
236
233
  - lib
@@ -245,8 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
245
242
  - !ruby/object:Gem::Version
246
243
  version: '0'
247
244
  requirements: []
248
- rubygems_version: 3.5.7
249
- signing_key:
245
+ rubygems_version: 3.6.3
250
246
  specification_version: 4
251
247
  summary: Quby::Compiler compiles a DSL for questionnaires to JSON
252
248
  test_files: []