plissken 2.0.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +3 -1
  4. data/VERSION +1 -1
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19ddb8d989e1d33c6c807f407ef56921f8eef0c83a04d34d1b155f4c89917ecc
4
- data.tar.gz: a5e33ee92cba1609729e69f3ca7a54d0108874d7dbba669e7297c37b4989b065
3
+ metadata.gz: d761c6ba7e49211546bbd5b78dca2fe4ddb0f911384eb210bf5d0a6f85361b81
4
+ data.tar.gz: 44b2c17326e7ebdd7363a95afaaec1f1e9641a491588b9d84a10158c3acc2f4f
5
5
  SHA512:
6
- metadata.gz: bca62b7979a915d206108c2152e1f847b5d0f0e4e284556227345aac75a67b2f827672811d2b1ccbab68847ea59df8655d2efe15bdf97343bd094b40e008aec0
7
- data.tar.gz: 3500beae861ca1a7a010ff869b480676ddaff1a9e6d2132a99b3da29718bb733fe78f881d96232b382dc21b705d515812ef87816c6a1c4d3de26cf128dd88df9
6
+ metadata.gz: 232250d35f9b962e3f8d733d9cb1f0b9ee7002ebd462c3f6fc1918c2af70df45ebb894b0d6d074d54ab70ac666eda315e0279a7d148e652705ae50ea7701a03f
7
+ data.tar.gz: f9daf51d97d580b1ea08b1f6a921b97c02f8e3797516f5c13180afc11927119415dc8d3ae8b9de0392a5c2b421bef14ed9ef24cd316db0b7937835b9917e231d
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2021 Technical Panda Ltd
1
+ Copyright (c) 2023 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,7 +11,9 @@ This gem recursively converts all camelBack or CamelCase keys in either a Hash s
11
11
 
12
12
  ## Requirements
13
13
 
14
- * Ruby >= 2.7
14
+ * Ruby >= 3.0
15
+
16
+ For Ruby < 3.0 use version 2.0.1.
15
17
 
16
18
  ## Installation
17
19
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 3.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: 2.0.1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Hrycyszyn
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-01-23 00:00:00.000000000 Z
12
+ date: 2024-05-06 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: |-
15
15
  Have you ever needed to automatically convert JSON-style camelBack or CamelCase hash keys into more Rubyish snake_case?
@@ -46,14 +46,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: '2.7'
49
+ version: '3.0'
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  requirements: []
56
- rubygems_version: 3.2.33
56
+ rubygems_version: 3.5.9
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: Snakify your camel keys when working with JSON APIs