yawc 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +5 -5
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/lib/yawc.rb +705 -7
  5. metadata +49 -26
  6. metadata.gz.sig +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2d20985fb62b69440f25801ad9cf77bb3962fa2c
4
- data.tar.gz: 32b4324643dbb06fc04249f4b50e165956c818c1
2
+ SHA256:
3
+ metadata.gz: 8ff12033582388f6f58d93aa12e889f667794a4635f97ff8b0283705b5e246dd
4
+ data.tar.gz: '09514fb3345fe2e9c87b605ab339ee975ac5a00771dfbb7c64c0566d8dd3fcd5'
5
5
  SHA512:
6
- metadata.gz: f673cc07ef2e057f0a6a66501b4b576795a20395b27ae72e2609f8e53bff3b5f7db0a11f969d49c8379bd81db1910a9fd628c193924573c3dfc0a938938d58fb
7
- data.tar.gz: 5b5a37348f02764cc8e64050dde1f4afbb6086136f31de21a35a7037f945994ff680ee6559290cde863896e1f51a3eb2b740f3d03384f61b709fcf31b5b95a9f
6
+ metadata.gz: ab9ae685cbe33da67ec5cedd02eea7e7b0d1c9dd3e989affe26b02be0dc12a4bcb5cad5eb7aee7f4e7632ed7f521c4d3e98b121733c9300fb48598a5c2cf4b10
7
+ data.tar.gz: 5032e82ea749765f7529f3797ff5290a6eb9dc098a2c67626e2dd2853eadc24b389875d3342dd244ceba9dbb4010ba6c6359dc945658c4217250e8ecbc00cbf6
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -6,15 +6,706 @@
6
6
  # count the number of words in a string and return the
7
7
  # result as a hash object.
8
8
 
9
- # note: A hashtag is identified as a word e.g. #liveblog
9
+ # note: A hashtag is identified as a valid word e.g. #liveblog
10
+
11
+
12
+ # source: https://www.ranks.nl/stopwords
13
+ # see also: https://en.wikipedia.org/wiki/Stop_words
14
+
15
+ require 'wordsdotdat'
16
+
17
+
18
+ STOPWORDS = "
19
+ a
20
+ able
21
+ about
22
+ above
23
+ abst
24
+ accordance
25
+ according
26
+ accordingly
27
+ across
28
+ act
29
+ actually
30
+ added
31
+ adj
32
+ affected
33
+ affecting
34
+ affects
35
+ after
36
+ afterwards
37
+ again
38
+ against
39
+ ah
40
+ all
41
+ almost
42
+ alone
43
+ along
44
+ already
45
+ also
46
+ although
47
+ always
48
+ am
49
+ among
50
+ amongst
51
+ an
52
+ and
53
+ announce
54
+ another
55
+ any
56
+ anybody
57
+ anyhow
58
+ anymore
59
+ anyone
60
+ anything
61
+ anyway
62
+ anyways
63
+ anywhere
64
+ apparently
65
+ approximately
66
+ are
67
+ aren
68
+ arent
69
+ arise
70
+ around
71
+ as
72
+ aside
73
+ ask
74
+ asking
75
+ at
76
+ auth
77
+ available
78
+ away
79
+ awfully
80
+ b
81
+ back
82
+ be
83
+ became
84
+ because
85
+ become
86
+ becomes
87
+ becoming
88
+ been
89
+ before
90
+ beforehand
91
+ begin
92
+ beginning
93
+ beginnings
94
+ begins
95
+ behind
96
+ being
97
+ believe
98
+ below
99
+ beside
100
+ besides
101
+ between
102
+ beyond
103
+ biol
104
+ both
105
+ brief
106
+ briefly
107
+ but
108
+ by
109
+ c
110
+ ca
111
+ came
112
+ can
113
+ cannot
114
+ can't
115
+ cause
116
+ causes
117
+ certain
118
+ certainly
119
+ co
120
+ com
121
+ come
122
+ comes
123
+ contain
124
+ containing
125
+ contains
126
+ could
127
+ couldnt
128
+ d
129
+ date
130
+ did
131
+ didn't
132
+ different
133
+ do
134
+ does
135
+ doesn't
136
+ doing
137
+ done
138
+ don't
139
+ down
140
+ downwards
141
+ due
142
+ during
143
+ e
144
+ each
145
+ ed
146
+ edu
147
+ effect
148
+ eg
149
+ eight
150
+ eighty
151
+ either
152
+ else
153
+ elsewhere
154
+ end
155
+ ending
156
+ enough
157
+ especially
158
+ et
159
+ et-al
160
+ etc
161
+ even
162
+ ever
163
+ every
164
+ everybody
165
+ everyone
166
+ everything
167
+ everywhere
168
+ ex
169
+ except
170
+ f
171
+ far
172
+ few
173
+ ff
174
+ fifth
175
+ first
176
+ five
177
+ fix
178
+ followed
179
+ following
180
+ follows
181
+ for
182
+ former
183
+ formerly
184
+ forth
185
+ found
186
+ four
187
+ from
188
+ further
189
+ furthermore
190
+ g
191
+ gave
192
+ get
193
+ gets
194
+ getting
195
+ give
196
+ given
197
+ gives
198
+ giving
199
+ go
200
+ goes
201
+ gone
202
+ got
203
+ gotten
204
+ h
205
+ had
206
+ happens
207
+ hardly
208
+ has
209
+ hasn't
210
+ have
211
+ haven't
212
+ having
213
+ he
214
+ hed
215
+ hence
216
+ her
217
+ here
218
+ hereafter
219
+ hereby
220
+ herein
221
+ heres
222
+ hereupon
223
+ hers
224
+ herself
225
+ hes
226
+ hi
227
+ hid
228
+ him
229
+ himself
230
+ his
231
+ hither
232
+ home
233
+ how
234
+ howbeit
235
+ however
236
+ hundred
237
+ i
238
+ id
239
+ ie
240
+ if
241
+ i'll
242
+ im
243
+ immediate
244
+ immediately
245
+ importance
246
+ important
247
+ in
248
+ inc
249
+ indeed
250
+ index
251
+ information
252
+ instead
253
+ into
254
+ invention
255
+ inward
256
+ is
257
+ isn't
258
+ it
259
+ itd
260
+ it'll
261
+ its
262
+ itself
263
+ i've
264
+ j
265
+ just
266
+ k
267
+ keep
268
+ keeps
269
+ kept
270
+ kg
271
+ km
272
+ know
273
+ known
274
+ knows
275
+ l
276
+ largely
277
+ last
278
+ lately
279
+ later
280
+ latter
281
+ latterly
282
+ least
283
+ less
284
+ lest
285
+ let
286
+ lets
287
+ like
288
+ liked
289
+ likely
290
+ line
291
+ little
292
+ 'll
293
+ look
294
+ looking
295
+ looks
296
+ ltd
297
+ m
298
+ made
299
+ mainly
300
+ make
301
+ makes
302
+ many
303
+ may
304
+ maybe
305
+ me
306
+ mean
307
+ means
308
+ meantime
309
+ meanwhile
310
+ merely
311
+ mg
312
+ might
313
+ million
314
+ miss
315
+ ml
316
+ more
317
+ moreover
318
+ most
319
+ mostly
320
+ mr
321
+ mrs
322
+ much
323
+ mug
324
+ must
325
+ my
326
+ myself
327
+ n
328
+ na
329
+ name
330
+ namely
331
+ nay
332
+ nd
333
+ near
334
+ nearly
335
+ necessarily
336
+ necessary
337
+ need
338
+ needs
339
+ neither
340
+ never
341
+ nevertheless
342
+ new
343
+ next
344
+ nine
345
+ ninety
346
+ no
347
+ nobody
348
+ non
349
+ none
350
+ nonetheless
351
+ noone
352
+ nor
353
+ normally
354
+ nos
355
+ not
356
+ noted
357
+ nothing
358
+ now
359
+ nowhere
360
+ o
361
+ obtain
362
+ obtained
363
+ obviously
364
+ of
365
+ off
366
+ often
367
+ oh
368
+ ok
369
+ okay
370
+ old
371
+ omitted
372
+ on
373
+ once
374
+ one
375
+ ones
376
+ only
377
+ onto
378
+ or
379
+ ord
380
+ other
381
+ others
382
+ otherwise
383
+ ought
384
+ our
385
+ ours
386
+ ourselves
387
+ out
388
+ outside
389
+ over
390
+ overall
391
+ owing
392
+ own
393
+ p
394
+ page
395
+ pages
396
+ part
397
+ particular
398
+ particularly
399
+ past
400
+ per
401
+ perhaps
402
+ placed
403
+ please
404
+ plus
405
+ poorly
406
+ possible
407
+ possibly
408
+ potentially
409
+ pp
410
+ predominantly
411
+ present
412
+ previously
413
+ primarily
414
+ probably
415
+ promptly
416
+ proud
417
+ provides
418
+ put
419
+ q
420
+ que
421
+ quickly
422
+ quite
423
+ qv
424
+ r
425
+ ran
426
+ rather
427
+ rd
428
+ re
429
+ readily
430
+ really
431
+ recent
432
+ recently
433
+ ref
434
+ refs
435
+ regarding
436
+ regardless
437
+ regards
438
+ related
439
+ relatively
440
+ research
441
+ respectively
442
+ resulted
443
+ resulting
444
+ results
445
+ right
446
+ run
447
+ s
448
+ said
449
+ same
450
+ saw
451
+ say
452
+ saying
453
+ says
454
+ sec
455
+ section
456
+ see
457
+ seeing
458
+ seem
459
+ seemed
460
+ seeming
461
+ seems
462
+ seen
463
+ self
464
+ selves
465
+ sent
466
+ seven
467
+ several
468
+ shall
469
+ she
470
+ shed
471
+ she'll
472
+ shes
473
+ should
474
+ shouldn't
475
+ show
476
+ showed
477
+ shown
478
+ showns
479
+ shows
480
+ significant
481
+ significantly
482
+ similar
483
+ similarly
484
+ since
485
+ six
486
+ slightly
487
+ so
488
+ some
489
+ somebody
490
+ somehow
491
+ someone
492
+ somethan
493
+ something
494
+ sometime
495
+ sometimes
496
+ somewhat
497
+ somewhere
498
+ soon
499
+ sorry
500
+ specifically
501
+ specified
502
+ specify
503
+ specifying
504
+ still
505
+ stop
506
+ strongly
507
+ sub
508
+ substantially
509
+ successfully
510
+ such
511
+ sufficiently
512
+ suggest
513
+ sup
514
+ sure t
515
+ take
516
+ taken
517
+ taking
518
+ tell
519
+ tends
520
+ th
521
+ than
522
+ thank
523
+ thanks
524
+ thanx
525
+ that
526
+ that'll
527
+ thats
528
+ that've
529
+ the
530
+ their
531
+ theirs
532
+ them
533
+ themselves
534
+ then
535
+ thence
536
+ there
537
+ thereafter
538
+ thereby
539
+ thered
540
+ therefore
541
+ therein
542
+ there'll
543
+ thereof
544
+ therere
545
+ theres
546
+ thereto
547
+ thereupon
548
+ there've
549
+ these
550
+ they
551
+ theyd
552
+ they'll
553
+ theyre
554
+ they've
555
+ think
556
+ this
557
+ those
558
+ thou
559
+ though
560
+ thoughh
561
+ thousand
562
+ throug
563
+ through
564
+ throughout
565
+ thru
566
+ thus
567
+ til
568
+ tip
569
+ to
570
+ together
571
+ too
572
+ took
573
+ toward
574
+ towards
575
+ tried
576
+ tries
577
+ truly
578
+ try
579
+ trying
580
+ ts
581
+ twice
582
+ two
583
+ u
584
+ un
585
+ under
586
+ unfortunately
587
+ unless
588
+ unlike
589
+ unlikely
590
+ until
591
+ unto
592
+ up
593
+ upon
594
+ ups
595
+ us
596
+ use
597
+ used
598
+ useful
599
+ usefully
600
+ usefulness
601
+ uses
602
+ using
603
+ usually
604
+ v
605
+ value
606
+ various
607
+ 've
608
+ very
609
+ via
610
+ viz
611
+ vol
612
+ vols
613
+ vs
614
+ w
615
+ want
616
+ wants
617
+ was
618
+ wasnt
619
+ way
620
+ we
621
+ wed
622
+ welcome
623
+ we'll
624
+ went
625
+ were
626
+ werent
627
+ we've
628
+ what
629
+ whatever
630
+ what'll
631
+ whats
632
+ when
633
+ whence
634
+ whenever
635
+ where
636
+ whereafter
637
+ whereas
638
+ whereby
639
+ wherein
640
+ wheres
641
+ whereupon
642
+ wherever
643
+ whether
644
+ which
645
+ while
646
+ whim
647
+ whither
648
+ who
649
+ whod
650
+ whoever
651
+ whole
652
+ who'll
653
+ whom
654
+ whomever
655
+ whos
656
+ whose
657
+ why
658
+ widely
659
+ willing
660
+ wish
661
+ with
662
+ within
663
+ without
664
+ wont
665
+ words
666
+ world
667
+ would
668
+ wouldnt
669
+ www
670
+ x
671
+ y
672
+ yes
673
+ yet
674
+ you
675
+ youd
676
+ you'll
677
+ your
678
+ youre
679
+ yours
680
+ yourself
681
+ yourselves
682
+ you've
683
+ z
684
+ zero
685
+ "
10
686
 
11
687
  class Yawc
12
688
 
13
689
  attr_reader :to_h
690
+
691
+ # level:
692
+ # 2 strips out ignore_words and stop_words
693
+ # 3 strips out dictionary words
14
694
 
15
- def initialize(s)
695
+ def initialize(s, level: 2)
696
+
16
697
 
17
- h = words(s).split.group_by(&:to_s).\
698
+ @stopwords = STOPWORDS.strip.lines.map {|x| x.chomp}
699
+
700
+ a = case level
701
+ when 2
702
+ words(s).split
703
+ when 3
704
+ list = words(s).split
705
+ list - WordsDotDat.words
706
+ end
707
+
708
+ h = a.group_by(&:to_s).\
18
709
  inject({}){|r, x| r.merge(String.new(x[0]).\
19
710
  force_encoding("utf-8") => x[-1].length)}
20
711
  @to_h = h.sort_by(&:last).reverse.to_h
@@ -22,9 +713,16 @@ class Yawc
22
713
  end
23
714
 
24
715
  def words(s)
25
-
26
- ignorewords = ['or', 'the', 'of', 'a', 'if', 'to', 'and',
27
- 'in', 'is', 'are', 'as', 'it', 'at']
716
+
717
+ # words source: http://norvig.com/mayzner.html
718
+
719
+ ignorewords = ["the", "of", "and", "to", "in", "a", "is", "that", "for",
720
+ "it", "as", "was", "with", "be", "by", "on", "not", "he",
721
+ "i", "this", "are", "or","his", "from", "at", "which",
722
+ "but", "have", "an", "had", "they", "you", "were",
723
+ "their", "one", "all", "we", "can", "her", "has", "there",
724
+ "been", "if", "more", "when", "will", "would", "who",
725
+ "so", "no"]
28
726
 
29
727
  s.downcase.
30
728
  gsub(/\w+'\w+/,''). # remove words containing an apostrophe
@@ -32,7 +730,7 @@ class Yawc
32
730
  gsub(/\W[^a-z|#]+(\w+)/,' \1 '). # remove
33
731
  # non-alpabetical characters from start or beginning of words
34
732
  gsub(/\s.\s/,' '). # remove single digits
35
- gsub(/\b(?:#{ignorewords.join('|')})\b/,''). # ignore common words
733
+ gsub(/\b(?:#{(ignorewords + @stopwords).join('|')})\b/,''). # ignore common words
36
734
  gsub(/\B[^\w#]\B+/,'') # remove any other items which are
37
735
  # not words or hashtags
38
736
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yawc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -10,31 +10,55 @@ bindir: bin
10
10
  cert_chain:
11
11
  - |
12
12
  -----BEGIN CERTIFICATE-----
13
- MIIDljCCAn6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBIMRIwEAYDVQQDDAlnZW1t
14
- YXN0ZXIxHjAcBgoJkiaJk/IsZAEZFg5qYW1lc3JvYmVydHNvbjESMBAGCgmSJomT
15
- 8ixkARkWAmV1MB4XDTE2MDUwNDE4MDQ1MVoXDTE3MDUwNDE4MDQ1MVowSDESMBAG
16
- A1UEAwwJZ2VtbWFzdGVyMR4wHAYKCZImiZPyLGQBGRYOamFtZXNyb2JlcnRzb24x
17
- EjAQBgoJkiaJk/IsZAEZFgJldTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
18
- ggEBALkLIqCSkG0h2NBcBbJa2AbsdLCU/rDiPh7OIDmLXQFAJqpELap47RP4vs6r
19
- w4yT0kGZ0ukDp0B1uXlkpp1KCktGqViJYx1Ejt5aHmXEqViV5qgj0vpzNVvmzqp3
20
- 4z3ELf2yF4WOC2pHWqe5SK2/kYk9m4oSsdmZS/wXce7wPJN0P4IuCO1j8YiTENbP
21
- 8FwkTTu3zMb6YDpCQ0wgaXqF7kkPHV/n4QSlZfWNVxxPKtgKeNZbTmeWFP//zq/I
22
- JBhDoJ0S3U1YikhENNgx72PN1QKuphoi4n6qwUEAQvNuhxY1f3aeM0FqBsEgbUHb
23
- r9V+mJYkBcydwgkm7DK/1FEkJBMCAwEAAaOBijCBhzAJBgNVHRMEAjAAMAsGA1Ud
24
- DwQEAwIEsDAdBgNVHQ4EFgQUNYthJw8TTY+XImiM2PM6p3gser4wJgYDVR0RBB8w
25
- HYEbZ2VtbWFzdGVyQGphbWVzcm9iZXJ0c29uLmV1MCYGA1UdEgQfMB2BG2dlbW1h
26
- c3RlckBqYW1lc3JvYmVydHNvbi5ldTANBgkqhkiG9w0BAQUFAAOCAQEAS1GrulAr
27
- PxSUKrLSw+46KVljACEU0Y6c8Z1ShN5JyFTc2QzKVZMVnmaUQnp6K4hgyWvezApu
28
- 9dbY3Vy1dFRDgB4Y5cZGG38idhV3rhSEjDcI8xXWPUKDDplzIUFlN9/OzHhJGvP4
29
- 4m5mMTOqV83ttfxdv0ywErT8D4cjx6aZiHb3sfDTqICVmDN02Tt35rFEEIWkXlL6
30
- 6FXlxnu7ySBnvbbYcG74w/kq53Y9HQQKdi7FBDQWMpadRAi8c8u7wGKi5MwsvHjL
31
- OlLHmevAiPqMymXu8xRan6xS9e+dvZ+AILldPh7L4F/kSGbrw8vknyGCQWmx+ObA
32
- zkV6CoocsL1OSQ==
13
+ MIIEXjCCAsagAwIBAgIBATANBgkqhkiG9w0BAQsFADAsMSowKAYDVQQDDCFnZW1t
14
+ YXN0ZXIvREM9amFtZXNyb2JlcnRzb24vREM9ZXUwHhcNMjAwNzI4MDk1ODI0WhcN
15
+ MjEwNzI4MDk1ODI0WjAsMSowKAYDVQQDDCFnZW1tYXN0ZXIvREM9amFtZXNyb2Jl
16
+ cnRzb24vREM9ZXUwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQD6fRpj
17
+ VrIAOsB/fAMOe6/SUUsMcyLbEBUYylOHe+4ixNwiMy9BsTP6xRrKVi987OL1ZBXF
18
+ oKet/pUaCLva1AA9y69P4qfjW9zqNHzKAnrn/YZTiPKQMJcrkyBCubG+6A6uDUxW
19
+ vv2s+kS5v+R6gi7d5HQCHnCYKPm3RzTQPMD7cMQ669iXWAHAdQpQLjG3W6wr0xK8
20
+ zdP+9cEDUZJKaIW338TrF4eWVGW+RC4vaeEeg/KMc9xwiQMZSLBoEF6Oau4hunSc
21
+ CrgFViTH+/NSJENM1OuTmOmbEws5sVqsaNBLexwqEoeOTp6/waLO4AOCW9bI4nJp
22
+ BccpOa7Cklf9kT0NNV6HjTCQk64+DY8OFjCY4EuYjfeyjIbv2myzl+noXsSneJ9I
23
+ s7OgmLOnOAVXlSOfzAQJZQ6+zmFwokSThwOfAWucFuW7kMuiLUcVsA73JyCGrn5U
24
+ 83A0EeeehBwBzVoQAxdqjNQJpTVBRlfY8TLzbQniLLkoBvcRNVBSnGqnMikCAwEA
25
+ AaOBijCBhzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU53PybDES
26
+ EYibgRQQ/0BJMOlJw+QwJgYDVR0RBB8wHYEbZ2VtbWFzdGVyQGphbWVzcm9iZXJ0
27
+ c29uLmV1MCYGA1UdEgQfMB2BG2dlbW1hc3RlckBqYW1lc3JvYmVydHNvbi5ldTAN
28
+ BgkqhkiG9w0BAQsFAAOCAYEAof+ituc2P/XFNG+mkKZ0/Cdml7/01H/6k/VMXPVG
29
+ kM2o88i39TP++ISzOOQbUwar72qKyvRAQ4GWNNRCVstilcH8stTSZinOImzLYIxs
30
+ dz0/WApixbArdFVrJ6dW6KeKT+QRpIZFKhfoJFqx83AL6jrTtiuOaIpRSE1DDnMn
31
+ /BaP1ZfEXTNeWRsA0wDaWK01hMUFZ2+SFz3A+VZlJkwDCMFF1tuNt7kYVzaje65k
32
+ OlErp+A72LrWZDcB/MNv1+lJI/Vt3clOJRhPlxPNkQpzlMUV9FSeYe7PGvNhGp3M
33
+ K615Lde0paZzNCUDPMSIO3817y4tWg6JM4nzBmU00mpKHk4yeGGntzOpnFkClLjn
34
+ xZuq8tFnf/of3YsnL2FLHia3/j89WTbp92AROOrD01UdY9GrpGz6GYS+895WWg/p
35
+ Rm36O3mGfms74RMu+aJDblAxhrNNyKrGOdufnYQSQ8lq/Q8hnp98IIat0Dy5vMv6
36
+ zQC+ExzFRgU8HDVMYKWl/aLh
33
37
  -----END CERTIFICATE-----
34
- date: 2016-05-04 00:00:00.000000000 Z
35
- dependencies: []
38
+ date: 2020-07-28 00:00:00.000000000 Z
39
+ dependencies:
40
+ - !ruby/object:Gem::Dependency
41
+ name: wordsdotdat
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0.1'
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: 0.1.1
50
+ type: :runtime
51
+ prerelease: false
52
+ version_requirements: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - "~>"
55
+ - !ruby/object:Gem::Version
56
+ version: '0.1'
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 0.1.1
36
60
  description:
37
- email: james@r0bertson.co.uk
61
+ email: james@jamesrobertson.eu
38
62
  executables: []
39
63
  extensions: []
40
64
  extra_rdoc_files: []
@@ -59,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
83
  - !ruby/object:Gem::Version
60
84
  version: '0'
61
85
  requirements: []
62
- rubyforge_project:
63
- rubygems_version: 2.4.8
86
+ rubygems_version: 3.0.3
64
87
  signing_key:
65
88
  specification_version: 4
66
89
  summary: Yet Another Word Counter (YAWC) makes it convenient to count the number
metadata.gz.sig CHANGED
Binary file