month-serializer 1.0.0 → 1.0.2
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +4 -0
- data/CHANGELOG.md +114 -0
- data/LICENSE.md +11 -0
- data/README.md +535 -102
- data/lib/month/serializer/version.rb +9 -1
- data/lib/month/serializer.rb +4 -6
- data/sig/month/serializer.rbs +8 -0
- data.tar.gz.sig +0 -0
- metadata +242 -59
- metadata.gz.sig +0 -0
- data/.gitignore +0 -16
- data/.rspec +0 -3
- data/.rubocop.yml +0 -35
- data/.travis.yml +0 -59
- data/Appraisals +0 -29
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -6
- data/LICENSE +0 -22
- data/Rakefile +0 -28
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/gemfiles/jruby_1.7.26.gemfile +0 -16
- data/gemfiles/jruby_9.1.9.0.gemfile +0 -15
- data/gemfiles/jruby_9.2.0.0.gemfile +0 -15
- data/gemfiles/jruby_head.gemfile +0 -15
- data/gemfiles/ruby_1.9.3_p551.gemfile +0 -16
- data/gemfiles/ruby_2.0.0_p648.gemfile +0 -16
- data/gemfiles/ruby_2.1.10.gemfile +0 -15
- data/gemfiles/ruby_2.2.10.gemfile +0 -16
- data/gemfiles/ruby_2.3.7.gemfile +0 -16
- data/gemfiles/ruby_2.4.4.gemfile +0 -16
- data/gemfiles/ruby_2.5.1.gemfile +0 -16
- data/gemfiles/ruby_head.gemfile +0 -16
- data/month-serializer.gemspec +0 -34
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
class Month
|
|
2
4
|
module Serializer
|
|
3
|
-
|
|
5
|
+
# Version namespace for this gem.
|
|
6
|
+
module Version
|
|
7
|
+
# Current gem version.
|
|
8
|
+
VERSION = "1.0.2"
|
|
9
|
+
end
|
|
10
|
+
# Current gem version exposed at the traditional constant location.
|
|
11
|
+
VERSION = Version::VERSION # Traditional Constant Location
|
|
4
12
|
end
|
|
5
13
|
end
|
data/lib/month/serializer.rb
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
require 'month/serializer/version'
|
|
2
|
-
|
|
3
1
|
# Eternal Gems
|
|
4
|
-
require
|
|
2
|
+
require "month"
|
|
3
|
+
require_relative "serializer/version"
|
|
5
4
|
|
|
6
5
|
class Month
|
|
7
6
|
module Serializer
|
|
8
7
|
def self.included(base)
|
|
9
|
-
|
|
10
|
-
base.extend ClassMethods
|
|
8
|
+
base.extend(ClassMethods)
|
|
11
9
|
end
|
|
12
10
|
|
|
13
11
|
module ClassMethods
|
|
@@ -60,7 +58,7 @@ class Month
|
|
|
60
58
|
number = 12
|
|
61
59
|
year -= 1
|
|
62
60
|
end
|
|
63
|
-
|
|
61
|
+
new(year, number)
|
|
64
62
|
end
|
|
65
63
|
|
|
66
64
|
def dump(month)
|
data.tar.gz.sig
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: month-serializer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
|
-
cert_chain:
|
|
11
|
-
|
|
9
|
+
cert_chain:
|
|
10
|
+
- |
|
|
11
|
+
-----BEGIN CERTIFICATE-----
|
|
12
|
+
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
|
13
|
+
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
|
14
|
+
A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
|
|
15
|
+
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
16
|
+
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
|
|
17
|
+
uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
|
|
18
|
+
LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
|
|
19
|
+
mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
|
|
20
|
+
coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
|
|
21
|
+
FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
|
|
22
|
+
yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
|
|
23
|
+
to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
|
|
24
|
+
qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
|
|
25
|
+
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
|
|
26
|
+
HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
|
27
|
+
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
|
28
|
+
ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
|
|
29
|
+
wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
|
|
30
|
+
L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
|
|
31
|
+
GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
|
|
32
|
+
kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
|
|
33
|
+
QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
|
|
34
|
+
0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
|
|
35
|
+
DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
|
|
36
|
+
L9nRqA==
|
|
37
|
+
-----END CERTIFICATE-----
|
|
38
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
39
|
dependencies:
|
|
13
40
|
- !ruby/object:Gem::Dependency
|
|
14
41
|
name: month
|
|
@@ -25,81 +52,221 @@ dependencies:
|
|
|
25
52
|
- !ruby/object:Gem::Version
|
|
26
53
|
version: 1.4.0
|
|
27
54
|
- !ruby/object:Gem::Dependency
|
|
28
|
-
name:
|
|
55
|
+
name: kettle-dev
|
|
29
56
|
requirement: !ruby/object:Gem::Requirement
|
|
30
57
|
requirements:
|
|
58
|
+
- - "~>"
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: '2.5'
|
|
31
61
|
- - ">="
|
|
32
62
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
63
|
+
version: 2.5.17
|
|
34
64
|
type: :development
|
|
35
65
|
prerelease: false
|
|
36
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
67
|
requirements:
|
|
68
|
+
- - "~>"
|
|
69
|
+
- !ruby/object:Gem::Version
|
|
70
|
+
version: '2.5'
|
|
38
71
|
- - ">="
|
|
39
72
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
73
|
+
version: 2.5.17
|
|
41
74
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: bundler
|
|
75
|
+
name: bundler-audit
|
|
43
76
|
requirement: !ruby/object:Gem::Requirement
|
|
44
77
|
requirements:
|
|
45
78
|
- - "~>"
|
|
46
79
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
80
|
+
version: 0.9.3
|
|
48
81
|
type: :development
|
|
49
82
|
prerelease: false
|
|
50
83
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
84
|
requirements:
|
|
52
85
|
- - "~>"
|
|
53
86
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
87
|
+
version: 0.9.3
|
|
55
88
|
- !ruby/object:Gem::Dependency
|
|
56
89
|
name: rake
|
|
57
90
|
requirement: !ruby/object:Gem::Requirement
|
|
58
91
|
requirements:
|
|
92
|
+
- - "~>"
|
|
93
|
+
- !ruby/object:Gem::Version
|
|
94
|
+
version: '13.0'
|
|
95
|
+
type: :development
|
|
96
|
+
prerelease: false
|
|
97
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
98
|
+
requirements:
|
|
99
|
+
- - "~>"
|
|
100
|
+
- !ruby/object:Gem::Version
|
|
101
|
+
version: '13.0'
|
|
102
|
+
- !ruby/object:Gem::Dependency
|
|
103
|
+
name: require_bench
|
|
104
|
+
requirement: !ruby/object:Gem::Requirement
|
|
105
|
+
requirements:
|
|
106
|
+
- - "~>"
|
|
107
|
+
- !ruby/object:Gem::Version
|
|
108
|
+
version: '1.0'
|
|
59
109
|
- - ">="
|
|
60
110
|
- !ruby/object:Gem::Version
|
|
61
|
-
version:
|
|
62
|
-
|
|
111
|
+
version: 1.0.4
|
|
112
|
+
type: :development
|
|
113
|
+
prerelease: false
|
|
114
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
115
|
+
requirements:
|
|
116
|
+
- - "~>"
|
|
63
117
|
- !ruby/object:Gem::Version
|
|
64
|
-
version: '
|
|
118
|
+
version: '1.0'
|
|
119
|
+
- - ">="
|
|
120
|
+
- !ruby/object:Gem::Version
|
|
121
|
+
version: 1.0.4
|
|
122
|
+
- !ruby/object:Gem::Dependency
|
|
123
|
+
name: anonymous_loader
|
|
124
|
+
requirement: !ruby/object:Gem::Requirement
|
|
125
|
+
requirements:
|
|
126
|
+
- - "~>"
|
|
127
|
+
- !ruby/object:Gem::Version
|
|
128
|
+
version: '0.1'
|
|
129
|
+
- - ">="
|
|
130
|
+
- !ruby/object:Gem::Version
|
|
131
|
+
version: 0.1.3
|
|
65
132
|
type: :development
|
|
66
133
|
prerelease: false
|
|
67
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
68
135
|
requirements:
|
|
136
|
+
- - "~>"
|
|
137
|
+
- !ruby/object:Gem::Version
|
|
138
|
+
version: '0.1'
|
|
69
139
|
- - ">="
|
|
70
140
|
- !ruby/object:Gem::Version
|
|
71
|
-
version:
|
|
72
|
-
|
|
141
|
+
version: 0.1.3
|
|
142
|
+
- !ruby/object:Gem::Dependency
|
|
143
|
+
name: appraisal2
|
|
144
|
+
requirement: !ruby/object:Gem::Requirement
|
|
145
|
+
requirements:
|
|
146
|
+
- - "~>"
|
|
147
|
+
- !ruby/object:Gem::Version
|
|
148
|
+
version: '3.2'
|
|
149
|
+
- - ">="
|
|
73
150
|
- !ruby/object:Gem::Version
|
|
74
|
-
version:
|
|
151
|
+
version: 3.2.0
|
|
152
|
+
type: :development
|
|
153
|
+
prerelease: false
|
|
154
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
155
|
+
requirements:
|
|
156
|
+
- - "~>"
|
|
157
|
+
- !ruby/object:Gem::Version
|
|
158
|
+
version: '3.2'
|
|
159
|
+
- - ">="
|
|
160
|
+
- !ruby/object:Gem::Version
|
|
161
|
+
version: 3.2.0
|
|
75
162
|
- !ruby/object:Gem::Dependency
|
|
76
|
-
name:
|
|
163
|
+
name: kettle-test
|
|
77
164
|
requirement: !ruby/object:Gem::Requirement
|
|
78
165
|
requirements:
|
|
79
166
|
- - "~>"
|
|
80
167
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '
|
|
168
|
+
version: '2.0'
|
|
169
|
+
- - ">="
|
|
170
|
+
- !ruby/object:Gem::Version
|
|
171
|
+
version: 2.0.19
|
|
82
172
|
type: :development
|
|
83
173
|
prerelease: false
|
|
84
174
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
175
|
requirements:
|
|
86
176
|
- - "~>"
|
|
87
177
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '
|
|
178
|
+
version: '2.0'
|
|
179
|
+
- - ">="
|
|
180
|
+
- !ruby/object:Gem::Version
|
|
181
|
+
version: 2.0.19
|
|
89
182
|
- !ruby/object:Gem::Dependency
|
|
90
|
-
name:
|
|
183
|
+
name: turbo_tests2
|
|
91
184
|
requirement: !ruby/object:Gem::Requirement
|
|
92
185
|
requirements:
|
|
93
186
|
- - "~>"
|
|
94
187
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: '
|
|
188
|
+
version: '3.2'
|
|
189
|
+
- - ">="
|
|
190
|
+
- !ruby/object:Gem::Version
|
|
191
|
+
version: 3.2.4
|
|
96
192
|
type: :development
|
|
97
193
|
prerelease: false
|
|
98
194
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
195
|
requirements:
|
|
100
196
|
- - "~>"
|
|
101
197
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: '
|
|
198
|
+
version: '3.2'
|
|
199
|
+
- - ">="
|
|
200
|
+
- !ruby/object:Gem::Version
|
|
201
|
+
version: 3.2.4
|
|
202
|
+
- !ruby/object:Gem::Dependency
|
|
203
|
+
name: ruby-progressbar
|
|
204
|
+
requirement: !ruby/object:Gem::Requirement
|
|
205
|
+
requirements:
|
|
206
|
+
- - "~>"
|
|
207
|
+
- !ruby/object:Gem::Version
|
|
208
|
+
version: '1.13'
|
|
209
|
+
type: :development
|
|
210
|
+
prerelease: false
|
|
211
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
212
|
+
requirements:
|
|
213
|
+
- - "~>"
|
|
214
|
+
- !ruby/object:Gem::Version
|
|
215
|
+
version: '1.13'
|
|
216
|
+
- !ruby/object:Gem::Dependency
|
|
217
|
+
name: stone_checksums
|
|
218
|
+
requirement: !ruby/object:Gem::Requirement
|
|
219
|
+
requirements:
|
|
220
|
+
- - "~>"
|
|
221
|
+
- !ruby/object:Gem::Version
|
|
222
|
+
version: '1.0'
|
|
223
|
+
- - ">="
|
|
224
|
+
- !ruby/object:Gem::Version
|
|
225
|
+
version: 1.0.8
|
|
226
|
+
type: :development
|
|
227
|
+
prerelease: false
|
|
228
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
229
|
+
requirements:
|
|
230
|
+
- - "~>"
|
|
231
|
+
- !ruby/object:Gem::Version
|
|
232
|
+
version: '1.0'
|
|
233
|
+
- - ">="
|
|
234
|
+
- !ruby/object:Gem::Version
|
|
235
|
+
version: 1.0.8
|
|
236
|
+
- !ruby/object:Gem::Dependency
|
|
237
|
+
name: gitmoji-regex
|
|
238
|
+
requirement: !ruby/object:Gem::Requirement
|
|
239
|
+
requirements:
|
|
240
|
+
- - "~>"
|
|
241
|
+
- !ruby/object:Gem::Version
|
|
242
|
+
version: '2.0'
|
|
243
|
+
- - ">="
|
|
244
|
+
- !ruby/object:Gem::Version
|
|
245
|
+
version: 2.0.11
|
|
246
|
+
type: :development
|
|
247
|
+
prerelease: false
|
|
248
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
249
|
+
requirements:
|
|
250
|
+
- - "~>"
|
|
251
|
+
- !ruby/object:Gem::Version
|
|
252
|
+
version: '2.0'
|
|
253
|
+
- - ">="
|
|
254
|
+
- !ruby/object:Gem::Version
|
|
255
|
+
version: 2.0.11
|
|
256
|
+
- !ruby/object:Gem::Dependency
|
|
257
|
+
name: rspec
|
|
258
|
+
requirement: !ruby/object:Gem::Requirement
|
|
259
|
+
requirements:
|
|
260
|
+
- - "~>"
|
|
261
|
+
- !ruby/object:Gem::Version
|
|
262
|
+
version: '3.13'
|
|
263
|
+
type: :development
|
|
264
|
+
prerelease: false
|
|
265
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
266
|
+
requirements:
|
|
267
|
+
- - "~>"
|
|
268
|
+
- !ruby/object:Gem::Version
|
|
269
|
+
version: '3.13'
|
|
103
270
|
- !ruby/object:Gem::Dependency
|
|
104
271
|
name: rspec-block_is_expected
|
|
105
272
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -115,59 +282,77 @@ dependencies:
|
|
|
115
282
|
- !ruby/object:Gem::Version
|
|
116
283
|
version: '1.0'
|
|
117
284
|
- !ruby/object:Gem::Dependency
|
|
118
|
-
name:
|
|
285
|
+
name: rspec_junit_formatter
|
|
286
|
+
requirement: !ruby/object:Gem::Requirement
|
|
287
|
+
requirements:
|
|
288
|
+
- - "~>"
|
|
289
|
+
- !ruby/object:Gem::Version
|
|
290
|
+
version: '0.6'
|
|
291
|
+
type: :development
|
|
292
|
+
prerelease: false
|
|
293
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
294
|
+
requirements:
|
|
295
|
+
- - "~>"
|
|
296
|
+
- !ruby/object:Gem::Version
|
|
297
|
+
version: '0.6'
|
|
298
|
+
- !ruby/object:Gem::Dependency
|
|
299
|
+
name: rspec-pending_for
|
|
119
300
|
requirement: !ruby/object:Gem::Requirement
|
|
120
301
|
requirements:
|
|
302
|
+
- - "~>"
|
|
303
|
+
- !ruby/object:Gem::Version
|
|
304
|
+
version: '0.1'
|
|
121
305
|
- - ">="
|
|
122
306
|
- !ruby/object:Gem::Version
|
|
123
|
-
version:
|
|
307
|
+
version: 0.1.17
|
|
124
308
|
type: :development
|
|
125
309
|
prerelease: false
|
|
126
310
|
version_requirements: !ruby/object:Gem::Requirement
|
|
127
311
|
requirements:
|
|
312
|
+
- - "~>"
|
|
313
|
+
- !ruby/object:Gem::Version
|
|
314
|
+
version: '0.1'
|
|
128
315
|
- - ">="
|
|
129
316
|
- !ruby/object:Gem::Version
|
|
130
|
-
version:
|
|
131
|
-
description: Serialize Month objects to Integer
|
|
317
|
+
version: 0.1.17
|
|
318
|
+
description: "\U0001F5D3️ Serialize Month objects to Integer"
|
|
132
319
|
email:
|
|
133
|
-
-
|
|
320
|
+
- floss@galtzo.com
|
|
134
321
|
executables: []
|
|
135
322
|
extensions: []
|
|
136
323
|
extra_rdoc_files: []
|
|
137
324
|
files:
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
- ".rubocop.yml"
|
|
141
|
-
- ".travis.yml"
|
|
142
|
-
- Appraisals
|
|
143
|
-
- CODE_OF_CONDUCT.md
|
|
144
|
-
- Gemfile
|
|
145
|
-
- LICENSE
|
|
325
|
+
- CHANGELOG.md
|
|
326
|
+
- LICENSE.md
|
|
146
327
|
- README.md
|
|
147
|
-
- Rakefile
|
|
148
|
-
- bin/console
|
|
149
|
-
- bin/setup
|
|
150
|
-
- gemfiles/jruby_1.7.26.gemfile
|
|
151
|
-
- gemfiles/jruby_9.1.9.0.gemfile
|
|
152
|
-
- gemfiles/jruby_9.2.0.0.gemfile
|
|
153
|
-
- gemfiles/jruby_head.gemfile
|
|
154
|
-
- gemfiles/ruby_1.9.3_p551.gemfile
|
|
155
|
-
- gemfiles/ruby_2.0.0_p648.gemfile
|
|
156
|
-
- gemfiles/ruby_2.1.10.gemfile
|
|
157
|
-
- gemfiles/ruby_2.2.10.gemfile
|
|
158
|
-
- gemfiles/ruby_2.3.7.gemfile
|
|
159
|
-
- gemfiles/ruby_2.4.4.gemfile
|
|
160
|
-
- gemfiles/ruby_2.5.1.gemfile
|
|
161
|
-
- gemfiles/ruby_head.gemfile
|
|
162
328
|
- lib/month/serializer.rb
|
|
163
329
|
- lib/month/serializer/version.rb
|
|
164
|
-
- month
|
|
165
|
-
homepage: https://github.com/
|
|
330
|
+
- sig/month/serializer.rbs
|
|
331
|
+
homepage: https://github.com/galtzo-floss/month-serializer
|
|
166
332
|
licenses:
|
|
167
333
|
- MIT
|
|
168
|
-
metadata:
|
|
169
|
-
|
|
170
|
-
|
|
334
|
+
metadata:
|
|
335
|
+
homepage_uri: https://month-serializer.galtzo.com/
|
|
336
|
+
source_code_uri: https://github.com/galtzo-floss/month-serializer/tree/v1.0.2
|
|
337
|
+
changelog_uri: https://github.com/galtzo-floss/month-serializer/blob/v1.0.2/CHANGELOG.md
|
|
338
|
+
bug_tracker_uri: https://github.com/galtzo-floss/month-serializer/issues
|
|
339
|
+
documentation_uri: https://www.rubydoc.info/gems/month-serializer/1.0.2
|
|
340
|
+
funding_uri: https://github.com/sponsors/pboling
|
|
341
|
+
wiki_uri: https://github.com/galtzo-floss/month-serializer/wiki
|
|
342
|
+
news_uri: https://www.railsbling.com/tags/month-serializer
|
|
343
|
+
discord_uri: https://discord.gg/3qme4XHNKN
|
|
344
|
+
mailing_list_uri: https://www.rubyforum.org/tag/galtzo-floss
|
|
345
|
+
rubygems_mfa_required: 'true'
|
|
346
|
+
rdoc_options:
|
|
347
|
+
- "--title"
|
|
348
|
+
- "month-serializer - \U0001F5D3️ Serialize Month objects to Integer"
|
|
349
|
+
- "--main"
|
|
350
|
+
- README.md
|
|
351
|
+
- "--exclude"
|
|
352
|
+
- "^sig/"
|
|
353
|
+
- "--line-numbers"
|
|
354
|
+
- "--inline-source"
|
|
355
|
+
- "--quiet"
|
|
171
356
|
require_paths:
|
|
172
357
|
- lib
|
|
173
358
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -181,9 +366,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
181
366
|
- !ruby/object:Gem::Version
|
|
182
367
|
version: '0'
|
|
183
368
|
requirements: []
|
|
184
|
-
|
|
185
|
-
rubygems_version: 2.7.7
|
|
186
|
-
signing_key:
|
|
369
|
+
rubygems_version: 4.0.17
|
|
187
370
|
specification_version: 4
|
|
188
|
-
summary: Serialize Month objects to Integer
|
|
371
|
+
summary: "\U0001F5D3️ Serialize Month objects to Integer"
|
|
189
372
|
test_files: []
|
metadata.gz.sig
ADDED
|
Binary file
|
data/.gitignore
DELETED
data/.rspec
DELETED
data/.rubocop.yml
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
AllCops:
|
|
2
|
-
DisplayCopNames: true # Display the name of the failing cops
|
|
3
|
-
Exclude:
|
|
4
|
-
- 'gemfiles/vendor/**/*'
|
|
5
|
-
- 'vendor/**/*'
|
|
6
|
-
|
|
7
|
-
Metrics/BlockLength:
|
|
8
|
-
ExcludedMethods:
|
|
9
|
-
- context
|
|
10
|
-
- describe
|
|
11
|
-
- it
|
|
12
|
-
- shared_context
|
|
13
|
-
- shared_examples
|
|
14
|
-
- shared_examples_for
|
|
15
|
-
- namespace
|
|
16
|
-
- draw
|
|
17
|
-
|
|
18
|
-
Metrics/LineLength:
|
|
19
|
-
Enabled: false
|
|
20
|
-
|
|
21
|
-
Style/HashSyntax:
|
|
22
|
-
EnforcedStyle: hash_rockets
|
|
23
|
-
|
|
24
|
-
Style/Lambda:
|
|
25
|
-
Enabled: false
|
|
26
|
-
|
|
27
|
-
Style/PercentLiteralDelimiters:
|
|
28
|
-
Enabled: false
|
|
29
|
-
|
|
30
|
-
Style/SymbolArray:
|
|
31
|
-
Enabled: false
|
|
32
|
-
|
|
33
|
-
# Enable when drop support for Ruby < 2
|
|
34
|
-
Style/ExpandPathArguments:
|
|
35
|
-
Enabled: false
|
data/.travis.yml
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
env:
|
|
2
|
-
global:
|
|
3
|
-
- JRUBY_OPTS="-Xcli.debug=true --debug"
|
|
4
|
-
- CC_TEST_REPORTER_ID=574f3037b6025eaa588f8cf616243ffe4f0be7fd3d8ab6097f3e76bce407eabf
|
|
5
|
-
|
|
6
|
-
before_script:
|
|
7
|
-
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
|
8
|
-
- chmod +x ./cc-test-reporter
|
|
9
|
-
- ./cc-test-reporter before-build
|
|
10
|
-
|
|
11
|
-
script:
|
|
12
|
-
- bundle exec rspec
|
|
13
|
-
|
|
14
|
-
after_script:
|
|
15
|
-
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
|
16
|
-
|
|
17
|
-
before_install:
|
|
18
|
-
- gem update --system
|
|
19
|
-
- gem install bundler
|
|
20
|
-
|
|
21
|
-
install:
|
|
22
|
-
- bundle install
|
|
23
|
-
|
|
24
|
-
bundler_args: --no-deployment --jobs 3 --retry 3
|
|
25
|
-
|
|
26
|
-
cache: bundler
|
|
27
|
-
|
|
28
|
-
language: ruby
|
|
29
|
-
sudo: false
|
|
30
|
-
matrix:
|
|
31
|
-
allow_failures:
|
|
32
|
-
- rvm: jruby-head
|
|
33
|
-
- rvm: ruby-head
|
|
34
|
-
fast_finish: true
|
|
35
|
-
include:
|
|
36
|
-
- rvm: 1.9.3-p551
|
|
37
|
-
gemfile: gemfiles/ruby_1.9.3_p551.gemfile
|
|
38
|
-
- rvm: 2.0.0-p648
|
|
39
|
-
gemfile: gemfiles/ruby_2.0.0_p648.gemfile
|
|
40
|
-
- rvm: 2.1.10
|
|
41
|
-
gemfile: gemfiles/ruby_2.1.10.gemfile
|
|
42
|
-
- rvm: 2.2.10
|
|
43
|
-
gemfile: gemfiles/ruby_2.2.10.gemfile
|
|
44
|
-
- rvm: 2.3.7
|
|
45
|
-
gemfile: gemfiles/ruby_2.3.7.gemfile
|
|
46
|
-
- rvm: 2.4.4
|
|
47
|
-
gemfile: gemfiles/ruby_2.4.4.gemfile
|
|
48
|
-
- rvm: 2.5.1
|
|
49
|
-
gemfile: gemfiles/ruby_2.5.1.gemfile
|
|
50
|
-
- rvm: ruby-head
|
|
51
|
-
gemfile: gemfiles/ruby_head.gemfile
|
|
52
|
-
- rvm: jruby-1.7.26
|
|
53
|
-
gemfile: gemfiles/jruby_1.7.26.gemfile
|
|
54
|
-
- rvm: jruby-9.1.9.0
|
|
55
|
-
gemfile: gemfiles/jruby_9.1.9.0.gemfile
|
|
56
|
-
- rvm: jruby-9.2.0.0
|
|
57
|
-
gemfile: gemfiles/jruby_9.2.0.0.gemfile
|
|
58
|
-
- rvm: jruby-head
|
|
59
|
-
gemfile: gemfiles/jruby_head.gemfile
|
data/Appraisals
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
appraise 'jruby-1.7.26' do
|
|
2
|
-
end
|
|
3
|
-
|
|
4
|
-
appraise 'ruby-1.9.3-p551' do
|
|
5
|
-
end
|
|
6
|
-
|
|
7
|
-
appraise 'ruby-2.0.0-p648' do
|
|
8
|
-
end
|
|
9
|
-
|
|
10
|
-
appraise 'ruby-2.1.10' do
|
|
11
|
-
end
|
|
12
|
-
|
|
13
|
-
appraise 'ruby-2.2.10' do
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
appraise 'jruby-9.1.9.0' do
|
|
17
|
-
end
|
|
18
|
-
|
|
19
|
-
appraise 'ruby-2.3.7' do
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
appraise 'ruby-2.4.4' do
|
|
23
|
-
end
|
|
24
|
-
|
|
25
|
-
appraise 'ruby-2.5.1' do
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
appraise 'jruby-9.2.0.0' do
|
|
29
|
-
end
|
data/CODE_OF_CONDUCT.md
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
|
2
|
-
|
|
3
|
-
## Our Pledge
|
|
4
|
-
|
|
5
|
-
In the interest of fostering an open and welcoming environment, we as
|
|
6
|
-
contributors and maintainers pledge to making participation in our project and
|
|
7
|
-
our community a harassment-free experience for everyone, regardless of age, body
|
|
8
|
-
size, disability, ethnicity, gender identity and expression, level of experience,
|
|
9
|
-
nationality, personal appearance, race, religion, or sexual identity and
|
|
10
|
-
orientation.
|
|
11
|
-
|
|
12
|
-
## Our Standards
|
|
13
|
-
|
|
14
|
-
Examples of behavior that contributes to creating a positive environment
|
|
15
|
-
include:
|
|
16
|
-
|
|
17
|
-
* Using welcoming and inclusive language
|
|
18
|
-
* Being respectful of differing viewpoints and experiences
|
|
19
|
-
* Gracefully accepting constructive criticism
|
|
20
|
-
* Focusing on what is best for the community
|
|
21
|
-
* Showing empathy towards other community members
|
|
22
|
-
|
|
23
|
-
Examples of unacceptable behavior by participants include:
|
|
24
|
-
|
|
25
|
-
* The use of sexualized language or imagery and unwelcome sexual attention or
|
|
26
|
-
advances
|
|
27
|
-
* Trolling, insulting/derogatory comments, and personal or political attacks
|
|
28
|
-
* Public or private harassment
|
|
29
|
-
* Publishing others' private information, such as a physical or electronic
|
|
30
|
-
address, without explicit permission
|
|
31
|
-
* Other conduct which could reasonably be considered inappropriate in a
|
|
32
|
-
professional setting
|
|
33
|
-
|
|
34
|
-
## Our Responsibilities
|
|
35
|
-
|
|
36
|
-
Project maintainers are responsible for clarifying the standards of acceptable
|
|
37
|
-
behavior and are expected to take appropriate and fair corrective action in
|
|
38
|
-
response to any instances of unacceptable behavior.
|
|
39
|
-
|
|
40
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
|
41
|
-
reject comments, commits, code, wiki edits, issues, and other contributions
|
|
42
|
-
that are not aligned to this Code of Conduct, or to ban temporarily or
|
|
43
|
-
permanently any contributor for other behaviors that they deem inappropriate,
|
|
44
|
-
threatening, offensive, or harmful.
|
|
45
|
-
|
|
46
|
-
## Scope
|
|
47
|
-
|
|
48
|
-
This Code of Conduct applies both within project spaces and in public spaces
|
|
49
|
-
when an individual is representing the project or its community. Examples of
|
|
50
|
-
representing a project or community include using an official project e-mail
|
|
51
|
-
address, posting via an official social media account, or acting as an appointed
|
|
52
|
-
representative at an online or offline event. Representation of a project may be
|
|
53
|
-
further defined and clarified by project maintainers.
|
|
54
|
-
|
|
55
|
-
## Enforcement
|
|
56
|
-
|
|
57
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
-
reported by contacting the project team at peter.boling@gmail.com. All
|
|
59
|
-
complaints will be reviewed and investigated and will result in a response that
|
|
60
|
-
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
|
-
obligated to maintain confidentiality with regard to the reporter of an incident.
|
|
62
|
-
Further details of specific enforcement policies may be posted separately.
|
|
63
|
-
|
|
64
|
-
Project maintainers who do not follow or enforce the Code of Conduct in good
|
|
65
|
-
faith may face temporary or permanent repercussions as determined by other
|
|
66
|
-
members of the project's leadership.
|
|
67
|
-
|
|
68
|
-
## Attribution
|
|
69
|
-
|
|
70
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
|
71
|
-
available at [http://contributor-covenant.org/version/1/4][version]
|
|
72
|
-
|
|
73
|
-
[homepage]: http://contributor-covenant.org
|
|
74
|
-
[version]: http://contributor-covenant.org/version/1/4/
|