humans_rb 0.0.5 → 0.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b85a770b6bfb1d759e50520e3be9f0bfbccbc84
4
- data.tar.gz: 9388d4ceeb111e0f28ec9ece5433b915978c8720
3
+ metadata.gz: 4840b8b7050e0579b97623f4376c3383a54c3972
4
+ data.tar.gz: 569aff3d5070badad29b3c5b38a076a652fbd1b3
5
5
  SHA512:
6
- metadata.gz: f6e911958bf590968c19f14f961ad5c750d95834b010e44459537fa47d0c12782a5e5590f26c94c20afb1776b26318689a187dd35c6b87b5aa48dd0a79e16fad
7
- data.tar.gz: da3b1c09d6b5a7a0e89d5ad219e56488b1c5e314d5eff55f3a681efcbd02fe826b89c26c8612c10b19f317e1abe8cfe0ccf27bd464929e92b052ab6e65efeff4
6
+ metadata.gz: 65a87090db0b3fb379c7e9c2107f7d878412cff7eb5f0a592dbaeb2b967f0bf15d4689ab8b7c15ee2f425d27e130350544460b980341522851017da4ef7748ec
7
+ data.tar.gz: 4752615a8452c0ba14a63d8740bc79cb30c97d22859ed0ee3ac59d01cb0d4e6135aaaa7b7c3c6b221917497c71247ed6ac49f8c96dc984f357284e3342159741
@@ -30,7 +30,8 @@ class HumansRb
30
30
  string = string.force_encoding("UTF-8")
31
31
  string = string.encode("UTF-8", :invalid => :replace, :replace => "")
32
32
  string = string.gsub(/^\uFEFF/, "")
33
- string = string.gsub(/\n{3,}/, "\n\n")
33
+ string = string.gsub(/\n+ +\n{2,}/, "\n\n")
34
+ string = string.strip
34
35
  string << "\n"
35
36
  end
36
37
  end
@@ -1,3 +1,3 @@
1
1
  class HumansRb
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -258,7 +258,7 @@
258
258
 
259
259
  Name: Yossef Mendelssohn
260
260
  Site: https://github.com/ymendel
261
-
261
+
262
262
 
263
263
  Name: Derek Greentree
264
264
  Site: https://github.com/derekgr
@@ -290,7 +290,7 @@
290
290
 
291
291
  Name: Steve Ward
292
292
  Site: https://github.com/steveward
293
-
293
+
294
294
 
295
295
  Name: Ben Lavender
296
296
  Site: https://github.com/bhuga
@@ -322,7 +322,7 @@
322
322
 
323
323
  Name: Aden Beihl
324
324
  Site: https://github.com/aden
325
-
325
+
326
326
 
327
327
  Name: Alyson La
328
328
  Site: https://github.com/alysonla
@@ -350,7 +350,7 @@
350
350
 
351
351
  Name: Craig
352
352
  Site: https://github.com/craigreyes
353
-
353
+
354
354
 
355
355
  Name: Mike Adolphs
356
356
  Site: https://github.com/fooforge
@@ -374,7 +374,7 @@
374
374
 
375
375
  Name: Sparks
376
376
  Site: https://github.com/ScarlettSparks
377
-
377
+
378
378
 
379
379
  Name: Garen Torikian
380
380
  Site: https://github.com/gjtorikian
@@ -414,7 +414,7 @@
414
414
 
415
415
  Name: Matt Diephouse
416
416
  Site: https://github.com/mdiep
417
-
417
+
418
418
 
419
419
  Name: Ben Balter
420
420
  Site: https://github.com/benbalter
@@ -454,7 +454,7 @@
454
454
 
455
455
  Name: Scott Buxton
456
456
  Site: https://github.com/scottbuxton
457
-
457
+
458
458
 
459
459
  Name: Jessica Lord
460
460
  Site: https://github.com/jlord
@@ -514,7 +514,7 @@
514
514
 
515
515
  Name: Jon Simons
516
516
  Site: https://github.com/simonsj
517
-
517
+
518
518
 
519
519
  Name: Charlie Somerville
520
520
  Site: https://github.com/charliesome
@@ -522,7 +522,7 @@
522
522
 
523
523
  Name: Greg Ose
524
524
  Site: https://github.com/gregose
525
-
525
+
526
526
 
527
527
  Name: Fabian Perez
528
528
  Site: https://github.com/fabianperez
@@ -550,7 +550,7 @@
550
550
 
551
551
  Name: Ivan Žužak
552
552
  Site: https://github.com/izuzak
553
-
553
+
554
554
 
555
555
  Name: Keith Duncan
556
556
  Site: https://github.com/keithduncan
@@ -570,7 +570,7 @@
570
570
 
571
571
  Name: Kelsey Schimmelman
572
572
  Site: https://github.com/kelseyschimm
573
-
573
+
574
574
 
575
575
  Name: Tim Littlemore
576
576
  Site: https://github.com/tjl2
@@ -578,11 +578,11 @@
578
578
 
579
579
  Name: JD Maturen
580
580
  Site: https://github.com/jdmaturen
581
-
581
+
582
582
 
583
583
  Name: Emily Gould
584
584
  Site: https://github.com/emilyistoofunky
585
-
585
+
586
586
 
587
587
  Name: Chris Rathjen
588
588
  Site: https://github.com/rathjenc
@@ -618,15 +618,15 @@
618
618
 
619
619
  Name: Whitney Naquin
620
620
  Site: https://github.com/whitmonaq
621
-
621
+
622
622
 
623
623
  Name: Haley Yoder
624
624
  Site: https://github.com/haleygirl
625
-
625
+
626
626
 
627
627
  Name: Erica Anderson
628
628
  Site: https://github.com/eanderson
629
-
629
+
630
630
 
631
631
  Name: Arfon Smith
632
632
  Site: https://github.com/arfon
@@ -650,7 +650,7 @@
650
650
 
651
651
  Name: Lisa Pearce
652
652
  Site: https://github.com/lisalou
653
-
653
+
654
654
 
655
655
  Name: Sheri Bernard
656
656
  Site: https://github.com/bernars
@@ -658,7 +658,7 @@
658
658
 
659
659
  Name: Ben Ogle
660
660
  Site: https://github.com/benogle
661
-
661
+
662
662
 
663
663
  Name: Matt Colyer
664
664
  Site: https://github.com/mcolyer
@@ -670,7 +670,7 @@
670
670
 
671
671
  Name: Pam Lama
672
672
  Site: https://github.com/pamboat
673
-
673
+
674
674
 
675
675
  Name: John Yerhot
676
676
  Site: https://github.com/johnyerhot
@@ -710,11 +710,11 @@
710
710
 
711
711
  Name: David Ginsburg
712
712
  Site: https://github.com/davideg
713
-
713
+
714
714
 
715
715
  Name: Daisuke Don Horie
716
716
  Site: https://github.com/dice
717
-
717
+
718
718
 
719
719
  Name: Kate Guarente
720
720
  Site: https://github.com/kateguarente
@@ -722,7 +722,7 @@
722
722
 
723
723
  Name: Joe Wadcan
724
724
  Site: https://github.com/joewadcan
725
-
725
+
726
726
 
727
727
  Name: Devin Reams
728
728
  Site: https://github.com/devinreams
@@ -762,7 +762,7 @@
762
762
 
763
763
  Name: Brittany Rinella
764
764
  Site: https://github.com/BrittRinella
765
-
765
+
766
766
 
767
767
  Name: Brandi Firestine
768
768
  Site: https://github.com/bfire
@@ -782,7 +782,7 @@
782
782
 
783
783
  Name: Adam Zimman
784
784
  Site: https://github.com/azimman
785
-
785
+
786
786
 
787
787
  Name: Nicci Ciranna
788
788
  Site: https://github.com/neechbomb
@@ -790,11 +790,11 @@
790
790
 
791
791
  Name: Zoe Weidenfeld
792
792
  Site: https://github.com/zoeweidz
793
+
793
794
 
794
-
795
- Name: Matt Hartley
795
+ Name: Matt Hartley
796
796
  Site: https://github.com/mbhartley
797
-
797
+
798
798
 
799
799
  Name: Arthur Chiu
800
800
  Site: https://github.com/achiu
@@ -846,7 +846,7 @@
846
846
 
847
847
  Name: Jeff Jones
848
848
  Site: https://github.com/jeffmjones
849
-
849
+
850
850
 
851
851
  Name: Jim Hunnewell
852
852
  Site: https://github.com/jhunnewell
@@ -872,7 +872,7 @@
872
872
  Site: https://github.com/oreoshake
873
873
  Location: Orange County, CA
874
874
 
875
- Name: Shanah Zilberkweit
875
+ Name: Shanah Zilberkweit
876
876
  Site: https://github.com/ShanahZ
877
877
  Location: San Francisco
878
878
 
@@ -882,7 +882,7 @@
882
882
 
883
883
  Name: Vijay Nambiar
884
884
  Site: https://github.com/vjayn
885
-
885
+
886
886
 
887
887
  Name: Cheng Zhao
888
888
  Site: https://github.com/zcbenz
@@ -892,13 +892,13 @@
892
892
  Site: https://github.com/HollyTuray
893
893
  Location: San Francisco
894
894
 
895
- Name: Brandon O'Sullivan
895
+ Name: Brandon O'Sullivan
896
896
  Site: https://github.com/boshub
897
- Location: San Francisco
897
+ Location: San Francisco
898
898
 
899
899
  Name: Merritt
900
900
  Site: https://github.com/merrittqa
901
-
901
+
902
902
 
903
903
  Name: Max Brunsfeld
904
904
  Site: https://github.com/maxbrunsfeld
@@ -938,7 +938,7 @@
938
938
 
939
939
  Name: Taylor Grimes
940
940
  Site: https://github.com/tfgrimes
941
-
941
+
942
942
 
943
943
  Name: Shikha Thakkar
944
944
  Site: https://github.com/ShikhaThakkar
@@ -966,19 +966,19 @@
966
966
 
967
967
  Name: Meena Polich
968
968
  Site: https://github.com/meentastic
969
-
969
+
970
970
 
971
971
  Name: Patrick McKenna
972
972
  Site: https://github.com/patrickmckenna
973
-
973
+
974
974
 
975
975
  Name: Lindsay St John
976
976
  Site: https://github.com/LindsaySJ
977
977
  Location: San Francisco, CA
978
978
 
979
- Name: Tessa Wilder
979
+ Name: Tessa Wilder
980
980
  Site: https://github.com/TessaGit
981
- Location: Seattle, WA
981
+ Location: Seattle, WA
982
982
 
983
983
  Name: Brenna Heaps
984
984
  Site: https://github.com/brennaheaps
@@ -992,13 +992,13 @@
992
992
  Site: https://github.com/tpigott
993
993
  Location: San Francisco
994
994
 
995
- Name: Dustin Knievel
995
+ Name: Dustin Knievel
996
996
  Site: https://github.com/evelDK
997
997
  Location: San Francisco
998
998
 
999
999
  Name: Traci Coffman
1000
1000
  Site: https://github.com/tracicakes
1001
-
1001
+
1002
1002
 
1003
1003
  Name: Michelle Gagnon
1004
1004
  Site: https://github.com/michelle100
@@ -1026,11 +1026,11 @@
1026
1026
 
1027
1027
  Name: Nigel Abbott
1028
1028
  Site: https://github.com/nigelabbott
1029
-
1029
+
1030
1030
 
1031
1031
  Name: Marko Berkovic
1032
1032
  Site: https://github.com/markostar
1033
- Location: Vienna / Austria / Europe / Earth /
1033
+ Location: Vienna / Austria / Europe / Earth /
1034
1034
 
1035
1035
  Name: Maggie Nelson
1036
1036
  Site: https://github.com/maggie1000
@@ -1070,7 +1070,7 @@
1070
1070
 
1071
1071
  Name: Jeanine Abramson
1072
1072
  Site: https://github.com/Neeners
1073
-
1073
+
1074
1074
 
1075
1075
  Name: Padma
1076
1076
  Site: https://github.com/padma007
@@ -1078,7 +1078,7 @@
1078
1078
 
1079
1079
  Name: Julian Astri
1080
1080
  Site: https://github.com/jastri
1081
-
1081
+
1082
1082
 
1083
1083
  Name: Bill Bowles
1084
1084
  Site: https://github.com/mynameisbill
@@ -1086,7 +1086,7 @@
1086
1086
 
1087
1087
  Name: Tiffany
1088
1088
  Site: https://github.com/tiffmarie
1089
-
1089
+
1090
1090
 
1091
1091
  Name: Craig Steinberger
1092
1092
  Site: https://github.com/cjs
@@ -1110,7 +1110,7 @@
1110
1110
 
1111
1111
  Name: Annie Herlitz
1112
1112
  Site: https://github.com/annieherlitz
1113
-
1113
+
1114
1114
 
1115
1115
  Name: Nicole Sanchez
1116
1116
  Site: https://github.com/nmsanchez
@@ -1158,7 +1158,7 @@
1158
1158
 
1159
1159
  Name: Brooke Roundy
1160
1160
  Site: https://github.com/brookienoodle
1161
-
1161
+
1162
1162
 
1163
1163
  Name: Jamie Kite
1164
1164
  Site: https://github.com/jgkite
@@ -1198,7 +1198,7 @@
1198
1198
 
1199
1199
  Name: Carolyn Shin
1200
1200
  Site: https://github.com/carolynshin
1201
-
1201
+
1202
1202
 
1203
1203
  Name: Vitor Monteiro
1204
1204
  Site: https://github.com/bitoiu
@@ -1206,7 +1206,7 @@
1206
1206
 
1207
1207
  Name: Katelyn Bryant
1208
1208
  Site: https://github.com/katelynbryant
1209
- Location: San Francisco
1209
+ Location: San Francisco
1210
1210
 
1211
1211
  Name: Bianca Escalante
1212
1212
  Site: https://github.com/bescalante
@@ -1214,23 +1214,23 @@
1214
1214
 
1215
1215
  Name: Christopher Pirigyi
1216
1216
  Site: https://github.com/cpirigyi
1217
-
1217
+
1218
1218
 
1219
1219
  Name: Jonah Berquist
1220
1220
  Site: https://github.com/jonahberquist
1221
-
1221
+
1222
1222
 
1223
1223
  Name: Cory Vander Jagt
1224
1224
  Site: https://github.com/coryvj
1225
1225
  Location: San Francisco
1226
1226
 
1227
-
1227
+
1228
1228
  Site: https://github.com/MaryWheeler
1229
+
1229
1230
 
1230
-
1231
-
1231
+ Name: Zack Kluczenko
1232
1232
  Site: https://github.com/kluczenk
1233
-
1233
+
1234
1234
 
1235
1235
  Name: Kim Sekulich
1236
1236
  Site: https://github.com/ksekulio
@@ -1240,17 +1240,18 @@
1240
1240
  Site: https://github.com/dq-turtle
1241
1241
  Location: San Francisco
1242
1242
 
1243
-
1243
+
1244
1244
  Site: https://github.com/kjnovak
1245
-
1245
+
1246
1246
 
1247
1247
  Name: courtland
1248
1248
  Site: https://github.com/courtlandia
1249
+
1249
1250
 
1250
-
1251
-
1251
+
1252
1252
  Site: https://github.com/mendyslaton
1253
-
1253
+
1254
1254
 
1255
1255
  Name: Dan Wallace
1256
1256
  Site: https://github.com/dewallace
1257
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humans_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter