json_path_attribute 0.1.3 → 0.1.4

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: 0fef25008872124e17037318f1374dbfaa0d34ad4ca487e69efc21193b9cdcac
4
- data.tar.gz: 21dae1e8c01daf1381909367afd1f4d67e66ce91545b1b14e7a1ae3ab11764c0
3
+ metadata.gz: c54589dceaea34910f50fcc54776405749df9198ea84e10f066a75257f2e135d
4
+ data.tar.gz: e6c22aab6d299b8b702345a9e892d8745aa1d4434d2a3a23eb449ad51c93840d
5
5
  SHA512:
6
- metadata.gz: 60362ab86bf9f2de4d4d97d92b8fe1f52b8f6535f66707c4948367dda38b7722e478e958d10346ffc4016498a9415625ea6494324157b0c80229dbcb00be7138
7
- data.tar.gz: 95ca64559409b2edce350f534fbedd69319ce75e838895501eea3408f42f0fd6fb64cb939718b31fc72d8ead2f231459d8c7b6a5168d57b011670886fe6d41d1
6
+ metadata.gz: d20444b4cb0e1322a115d0b0479425e11477792a492ab770cf80446fbba5b92227de0d6016eb16078489ed150ff36353fc8c32ed0dd69406fd670aa562a88409
7
+ data.tar.gz: 263b80e1b5bb700fa127d790c6d4697d3cea5f5bb732c20c7e7d1a04e9869588fb7a50f98404680b685d40c821bbdc9f8d40af18db582b920b4ce695e98c7237
data/CHANGELOG.md CHANGED
@@ -3,3 +3,7 @@
3
3
  ## 0.0.1 - 2025-09-20
4
4
 
5
5
  Initial version
6
+
7
+ ## 0.1.4 - 2025-12-12
8
+
9
+ Increase the supported Rails versions to include 8.x.x
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JsonPathAttribute
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json_path_attribute
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniël de Vries
@@ -15,30 +15,42 @@ dependencies:
15
15
  name: activemodel
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: '7.2'
21
+ - - "<"
22
+ - !ruby/object:Gem::Version
23
+ version: '9.0'
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
24
27
  requirements:
25
- - - "~>"
28
+ - - ">="
26
29
  - !ruby/object:Gem::Version
27
30
  version: '7.2'
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: '9.0'
28
34
  - !ruby/object:Gem::Dependency
29
35
  name: activesupport
30
36
  requirement: !ruby/object:Gem::Requirement
31
37
  requirements:
32
- - - "~>"
38
+ - - ">="
33
39
  - !ruby/object:Gem::Version
34
40
  version: '7.2'
41
+ - - "<"
42
+ - !ruby/object:Gem::Version
43
+ version: '9.0'
35
44
  type: :runtime
36
45
  prerelease: false
37
46
  version_requirements: !ruby/object:Gem::Requirement
38
47
  requirements:
39
- - - "~>"
48
+ - - ">="
40
49
  - !ruby/object:Gem::Version
41
50
  version: '7.2'
51
+ - - "<"
52
+ - !ruby/object:Gem::Version
53
+ version: '9.0'
42
54
  - !ruby/object:Gem::Dependency
43
55
  name: jsonpath
44
56
  requirement: !ruby/object:Gem::Requirement