plissken 1.3.0 → 1.3.1

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 +20 -0
  3. data/Rakefile +2 -0
  4. data/VERSION +1 -1
  5. metadata +54 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd6c52b52cd32b976a8d81cb028a167df111ff599edc1e859d6dfc43039bb6df
4
- data.tar.gz: c064b14121a74c962c83dbcf0934bbd8dd92295641aa13b5c515c7bfb110b573
3
+ metadata.gz: 8bfd740a7fadcba2ef0a332bc0fe6fc9a82866eab3ba57b5559cc6cc8aa2cb84
4
+ data.tar.gz: c6c54bd32eb7e9b252c10bbfc3f50660f534b8a14aa4e9074adfb00943f86f5a
5
5
  SHA512:
6
- metadata.gz: 81e31a0d3fa33ea153be0c01e8d6f6595ae7187ce4e996bac550151cae11c15a673e79562d6bea8f4bb6528a32300418bf3471aaaf1521758659b98eed016c51
7
- data.tar.gz: d99ceeab78e31e031eeb46f993d8d446da12fdb82f215f2714b9a5bb9fe49826a7f5c8b88f1f58302c3c3980a745290d1a85c04b012f8abda397030b90fbc171
6
+ metadata.gz: 5834ce29b90a2add96770638415e413241aa7bc8b888ef7574a0890da307bfc2a4decf025d3059f1f6cbbdca505bb95926f026058a7ae454dc658d40b8c8d9f2
7
+ data.tar.gz: db9051e14e1c4a905044f4c5b8b1165b64d0abf7734bc05a916b4e77d88eca67e7a1f448a6f24b8613a7c0d017a0126e7883fa1d2164913a3bc24c76f653352b
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2020 Dave Hrycyszyn
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/Rakefile CHANGED
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  begin
2
4
  require "bundler/setup"
3
5
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.3.1
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: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Hrycyszyn
@@ -10,22 +10,36 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-01-14 00:00:00.000000000 Z
13
+ date: 2020-02-01 00:00:00.000000000 Z
14
14
  dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: byebug
17
+ requirement: !ruby/object:Gem::Requirement
18
+ requirements:
19
+ - - "~>"
20
+ - !ruby/object:Gem::Version
21
+ version: '11.1'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - "~>"
27
+ - !ruby/object:Gem::Version
28
+ version: '11.1'
15
29
  - !ruby/object:Gem::Dependency
16
30
  name: minitest
17
31
  requirement: !ruby/object:Gem::Requirement
18
32
  requirements:
19
33
  - - "~>"
20
34
  - !ruby/object:Gem::Version
21
- version: '5.0'
35
+ version: '5.14'
22
36
  type: :development
23
37
  prerelease: false
24
38
  version_requirements: !ruby/object:Gem::Requirement
25
39
  requirements:
26
40
  - - "~>"
27
41
  - !ruby/object:Gem::Version
28
- version: '5.0'
42
+ version: '5.14'
29
43
  - !ruby/object:Gem::Dependency
30
44
  name: minitest-fail-fast
31
45
  requirement: !ruby/object:Gem::Requirement
@@ -40,34 +54,62 @@ dependencies:
40
54
  - - "~>"
41
55
  - !ruby/object:Gem::Version
42
56
  version: '0.1'
57
+ - !ruby/object:Gem::Dependency
58
+ name: minitest-macos-notification
59
+ requirement: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - "~>"
62
+ - !ruby/object:Gem::Version
63
+ version: '0.3'
64
+ type: :development
65
+ prerelease: false
66
+ version_requirements: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - "~>"
69
+ - !ruby/object:Gem::Version
70
+ version: '0.3'
43
71
  - !ruby/object:Gem::Dependency
44
72
  name: minitest-reporters
45
73
  requirement: !ruby/object:Gem::Requirement
46
74
  requirements:
47
75
  - - "~>"
48
76
  - !ruby/object:Gem::Version
49
- version: '1.3'
77
+ version: '1.4'
50
78
  type: :development
51
79
  prerelease: false
52
80
  version_requirements: !ruby/object:Gem::Requirement
53
81
  requirements:
54
82
  - - "~>"
55
83
  - !ruby/object:Gem::Version
56
- version: '1.3'
84
+ version: '1.4'
57
85
  - !ruby/object:Gem::Dependency
58
86
  name: rake
59
87
  requirement: !ruby/object:Gem::Requirement
60
88
  requirements:
61
89
  - - "~>"
62
90
  - !ruby/object:Gem::Version
63
- version: '12.0'
91
+ version: '13.0'
92
+ type: :development
93
+ prerelease: false
94
+ version_requirements: !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - "~>"
97
+ - !ruby/object:Gem::Version
98
+ version: '13.0'
99
+ - !ruby/object:Gem::Dependency
100
+ name: rubocop
101
+ requirement: !ruby/object:Gem::Requirement
102
+ requirements:
103
+ - - "~>"
104
+ - !ruby/object:Gem::Version
105
+ version: '0.79'
64
106
  type: :development
65
107
  prerelease: false
66
108
  version_requirements: !ruby/object:Gem::Requirement
67
109
  requirements:
68
110
  - - "~>"
69
111
  - !ruby/object:Gem::Version
70
- version: '12.0'
112
+ version: '0.79'
71
113
  description: |-
72
114
  Have you ever needed to automatically convert JSON-style camelBack or CamelCase hash keys into more Rubyish snake_case?
73
115
 
@@ -75,11 +117,13 @@ description: |-
75
117
 
76
118
  This gem recursively converts all camelBack or CamelCase keys in a hash structure to snake_case.
77
119
  email:
78
- - dhrycyszyn@zonedigital.com
120
+ - dave@constructiveproof.com
121
+ - stuart.chinery@gmail.com
79
122
  executables: []
80
123
  extensions: []
81
124
  extra_rdoc_files: []
82
125
  files:
126
+ - MIT-LICENSE
83
127
  - README.md
84
128
  - Rakefile
85
129
  - VERSION
@@ -107,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
151
  - !ruby/object:Gem::Version
108
152
  version: '0'
109
153
  requirements: []
110
- rubygems_version: 3.0.1
154
+ rubygems_version: 3.1.2
111
155
  signing_key:
112
156
  specification_version: 4
113
157
  summary: Snakify your camel keys when working with JSON APIs