plissken 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +20 -0
- data/Rakefile +2 -0
- data/VERSION +1 -1
- metadata +54 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bfd740a7fadcba2ef0a332bc0fe6fc9a82866eab3ba57b5559cc6cc8aa2cb84
|
4
|
+
data.tar.gz: c6c54bd32eb7e9b252c10bbfc3f50660f534b8a14aa4e9074adfb00943f86f5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5834ce29b90a2add96770638415e413241aa7bc8b888ef7574a0890da307bfc2a4decf025d3059f1f6cbbdca505bb95926f026058a7ae454dc658d40b8c8d9f2
|
7
|
+
data.tar.gz: db9051e14e1c4a905044f4c5b8b1165b64d0abf7734bc05a916b4e77d88eca67e7a1f448a6f24b8613a7c0d017a0126e7883fa1d2164913a3bc24c76f653352b
|
data/MIT-LICENSE
ADDED
@@ -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
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
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.
|
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:
|
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.
|
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.
|
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.
|
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.
|
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: '
|
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: '
|
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
|
-
-
|
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.
|
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
|