plissken 4.0.0 → 5.0.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +1 -3
  4. data/VERSION +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8b15aff11673ea3f135659e80cde146c6b7bb98d683bb853decf230c8a94efc
4
- data.tar.gz: f0d10563c1ab5e8238062158c8fc1a614011e71ff0ead2a01cfba8f2c73f8d0f
3
+ metadata.gz: 2fa3fbadffbd7371d6e5cbaec946bdc5d0489631b5865f2698d4ad959e30f417
4
+ data.tar.gz: 484a3d9300fa6c8598b4ae92fcb0fa69518f70b11143d48da366c330594bf672
5
5
  SHA512:
6
- metadata.gz: 3ed4828b8816b326b469ee8e18d0ec709fa96cbbc66c8c3869f985819433ced717ff195d965b63fb19315508d846f10f757b6d104840e7484dda36610e7ee8da
7
- data.tar.gz: ed1827b463f22547e1ea81e668a059541cc772d47655872175c9ad1a1d58fbfe4d3c566c06cde49254794ec2fa97d0fb51898ee1ac16c7bc25ca6f851812117b
6
+ metadata.gz: ceace399cc97314a3bffde9f5016ae5bbf51d9e37a9e01e876883f8d0e13517abadafe328b401f6ebb98d7a220a45ecebf952ad8e50688b5370b28b2557b6a74
7
+ data.tar.gz: 2de4ba379601eb649ca06e27fb78c47aa173e7f1245eb10ae6915344e6c75af6026d2c053f591938d126a640f5792ea2e1551009237709ce21398d0072b7e810
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023 Technical Panda Ltd
1
+ Copyright (c) 2025 Technical Panda Ltd
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -11,9 +11,7 @@ This gem recursively converts all camelBack or CamelCase keys in either a Hash s
11
11
 
12
12
  ## Requirements
13
13
 
14
- * Ruby >= 3.0
15
-
16
- For Ruby < 3.0 use version 2.0.1.
14
+ * Ruby >= 3.2
17
15
 
18
16
  ## Installation
19
17
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.0.0
1
+ 5.0.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plissken
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Hrycyszyn
@@ -44,14 +44,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '3.2'
47
+ version: '3.3'
48
48
  required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  requirements:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0'
53
53
  requirements: []
54
- rubygems_version: 3.6.9
54
+ rubygems_version: 4.0.10
55
55
  specification_version: 4
56
56
  summary: Snakify your camel keys when working with JSON APIs
57
57
  test_files: []