awrence 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: 2d1fd4166ac0bb50cbba9c1319e88b2f2b7e28ad5acc351eca8adfe7b34bcd72
4
- data.tar.gz: fb014548d5c08e6d0ee4b48c8aa2f25a924c2154289dfe3f86ff5d3ace2ab7a0
3
+ metadata.gz: 9c41b072f03a3b3484f926ad945bab3d38cc6ddccf981b33182c71a7f93f6a6e
4
+ data.tar.gz: '0139978ece93181ea6d36a10107fda520244a2f139a3ca68f001e0dccb731e37'
5
5
  SHA512:
6
- metadata.gz: a5f5553efd15838991f078bdd1660a11268b7a1b3d1bed13c7b11ef1dd104cf4c4a887f5c69b2e6a33dc2498678445ed2da996a416dc9ee12def49b2e60754f2
7
- data.tar.gz: 21daa9a1e8941244f7687178bc2e340748ee615d5b7699289b1e41eb8c2b43134bf0befc3214fbfb5cac76ebdfe1d967c23a263e272edc2082a2356127283613
6
+ metadata.gz: 4a8943092414f5cb06684e31041712ce46fffc57d9415fd223b8abfc17c084d2277ac76299fb7d793f5eb4472c9098c2267e23917c86961c5047c02ddcc174e7
7
+ data.tar.gz: 8d3ace405f28ea13bd7affea780ef558cbee692092fdbb5726df051960d8794979fde3088db1564a3d18c403b9bd0ab8b44d2328f3650b6f1a01a799595d0b93
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 snake_case keys in a hash structure to camelBa
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: awrence
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: Camelize your snake keys when working with JSON APIs
57
57
  test_files: []