awrence 1.1.0 → 1.1.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 +53 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5ed1bafd204d0f5d584f47dbb0ef8f4c211031eda888920078104141823dfbd
4
- data.tar.gz: d29a22a0c9f9f5e18a6b78de602b50ef4ac24a86b20c3512accc56ec55b6ab9d
3
+ metadata.gz: e6e73efbae530af96c6c5c1caf823db5d81ec070b77d89aa7d093637e06b044e
4
+ data.tar.gz: 849878bc1194cd17fa87ebd167cf6c528f9e652c0cdb1601abcf06312e234379
5
5
  SHA512:
6
- metadata.gz: 4ca478ed67cf46ca895af7f75e41ce4639e945bea155a330730586625df465cced767d995dcdcedd223021ddd049f031b94b1c412c6c9b4de7a3f1e69c792f2a
7
- data.tar.gz: 566e6cbf587fee37134913359821856021d1254a07e258594d25cac63885fcb9d458850bd7701e430ec6a04df54ea96948305939556d1a49a965ed34aef0a945
6
+ metadata.gz: c065c41db56ffa81fcde1d6d703490d2d4129dc47877d613e8a2514fdc5bf48a6e76514985586d66da0259391c5caa65758ea1f66796038764f324b137b43f8f
7
+ data.tar.gz: 534ba6b002fca71ea307b935435f9ee7d922dc873243a83859f3f72462973455b4247085f81944c0bfb87352f8f423cc98259f1b584d9f2bff6d47d74bf37ad6
@@ -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.1.0
1
+ 1.1.1
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: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Hrycyszyn
@@ -9,22 +9,36 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-01-14 00:00:00.000000000 Z
12
+ date: 2020-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: byebug
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: '11.1'
21
+ type: :development
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: '11.1'
14
28
  - !ruby/object:Gem::Dependency
15
29
  name: minitest
16
30
  requirement: !ruby/object:Gem::Requirement
17
31
  requirements:
18
32
  - - "~>"
19
33
  - !ruby/object:Gem::Version
20
- version: '5.0'
34
+ version: '5.14'
21
35
  type: :development
22
36
  prerelease: false
23
37
  version_requirements: !ruby/object:Gem::Requirement
24
38
  requirements:
25
39
  - - "~>"
26
40
  - !ruby/object:Gem::Version
27
- version: '5.0'
41
+ version: '5.14'
28
42
  - !ruby/object:Gem::Dependency
29
43
  name: minitest-fail-fast
30
44
  requirement: !ruby/object:Gem::Requirement
@@ -39,34 +53,62 @@ dependencies:
39
53
  - - "~>"
40
54
  - !ruby/object:Gem::Version
41
55
  version: '0.1'
56
+ - !ruby/object:Gem::Dependency
57
+ name: minitest-macos-notification
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: '0.3'
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '0.3'
42
70
  - !ruby/object:Gem::Dependency
43
71
  name: minitest-reporters
44
72
  requirement: !ruby/object:Gem::Requirement
45
73
  requirements:
46
74
  - - "~>"
47
75
  - !ruby/object:Gem::Version
48
- version: '1.3'
76
+ version: '1.4'
49
77
  type: :development
50
78
  prerelease: false
51
79
  version_requirements: !ruby/object:Gem::Requirement
52
80
  requirements:
53
81
  - - "~>"
54
82
  - !ruby/object:Gem::Version
55
- version: '1.3'
83
+ version: '1.4'
56
84
  - !ruby/object:Gem::Dependency
57
85
  name: rake
58
86
  requirement: !ruby/object:Gem::Requirement
59
87
  requirements:
60
88
  - - "~>"
61
89
  - !ruby/object:Gem::Version
62
- version: '12.0'
90
+ version: '13.0'
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - "~>"
96
+ - !ruby/object:Gem::Version
97
+ version: '13.0'
98
+ - !ruby/object:Gem::Dependency
99
+ name: rubocop
100
+ requirement: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - "~>"
103
+ - !ruby/object:Gem::Version
104
+ version: '0.79'
63
105
  type: :development
64
106
  prerelease: false
65
107
  version_requirements: !ruby/object:Gem::Requirement
66
108
  requirements:
67
109
  - - "~>"
68
110
  - !ruby/object:Gem::Version
69
- version: '12.0'
111
+ version: '0.79'
70
112
  description: |-
71
113
  Have you ever needed to automatically convert Ruby-style snake_case to CamelCase or camelBack hash keys?
72
114
 
@@ -75,10 +117,12 @@ description: |-
75
117
  This gem recursively converts all snake_case keys in a hash structure to camelBack.
76
118
  email:
77
119
  - dhrycyszyn@zonedigital.com
120
+ - stuart.chinery@gmail.com
78
121
  executables: []
79
122
  extensions: []
80
123
  extra_rdoc_files: []
81
124
  files:
125
+ - MIT-LICENSE
82
126
  - README.md
83
127
  - Rakefile
84
128
  - VERSION
@@ -106,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
150
  - !ruby/object:Gem::Version
107
151
  version: '0'
108
152
  requirements: []
109
- rubygems_version: 3.0.1
153
+ rubygems_version: 3.1.2
110
154
  signing_key:
111
155
  specification_version: 4
112
156
  summary: Camelize your snake keys when working with JSON APIs