humans_rb 0.0.4 → 0.0.5

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: 97634240b35ca026889376e2e6949e289dd35451
4
- data.tar.gz: 30ffa9fe37ad1b87715bdb2e6bcb72a533e037ee
3
+ metadata.gz: 4b85a770b6bfb1d759e50520e3be9f0bfbccbc84
4
+ data.tar.gz: 9388d4ceeb111e0f28ec9ece5433b915978c8720
5
5
  SHA512:
6
- metadata.gz: 19b1bc3ae7f4542fbda8424c73563485d9b8c1fa8009c95a9add47ccad0e47536829217fc639e3223d3364c5b44d654cb95a7dd86db17ab7b1a79998f446b27d
7
- data.tar.gz: 6d7f0cbe3b33a8446951f22e6a968a77b1701dbcf1f9f8ec1b6c30d291a90814e33a71ea345126e6c91b8896155ac7f13da21ba2b8bb235e80baf11b7cc85733
6
+ metadata.gz: f6e911958bf590968c19f14f961ad5c750d95834b010e44459537fa47d0c12782a5e5590f26c94c20afb1776b26318689a187dd35c6b87b5aa48dd0a79e16fad
7
+ data.tar.gz: da3b1c09d6b5a7a0e89d5ad219e56488b1c5e314d5eff55f3a681efcbd02fe826b89c26c8612c10b19f317e1abe8cfe0ccf27bd464929e92b052ab6e65efeff4
@@ -1,3 +1,3 @@
1
1
  class HumansRb
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/humans_rb.rb CHANGED
@@ -30,6 +30,7 @@ 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
34
  string << "\n"
34
35
  end
35
36
  end
@@ -0,0 +1,1256 @@
1
+ /* TEAM */
2
+
3
+ Name: Chris Wanstrath
4
+ Site: https://github.com/defunkt
5
+ Location: San Francisco
6
+
7
+ Name: PJ Hyett
8
+ Site: https://github.com/pjhyett
9
+ Location: San Francisco
10
+
11
+ Name: Scott Chacon
12
+ Site: https://github.com/schacon
13
+ Location: San Francisco, CA
14
+
15
+ Name: Tekkub
16
+ Site: https://github.com/tekkub
17
+ Location: Denver, CO
18
+
19
+ Name: Ryan Tomayko
20
+ Site: https://github.com/rtomayko
21
+ Location: Cleveland, OH
22
+
23
+ Name: risk danger olson
24
+ Site: https://github.com/technoweenie
25
+ Location: Louisville, CO
26
+
27
+ Name: Tim Sharpe
28
+ Site: https://github.com/rodjek
29
+ Location: Melbourne
30
+
31
+ Name: Brian Lopez
32
+ Site: https://github.com/brianmario
33
+ Location: San Francisco, Ca
34
+
35
+ Name: Petros Amiridis
36
+ Site: https://github.com/petros
37
+ Location: Thessaloniki, Greece
38
+
39
+ Name: Jeff King
40
+ Site: https://github.com/peff
41
+ Location: Charlottesville, VA
42
+
43
+ Name: Cameron McEfee
44
+ Site: https://github.com/cameronmcefee
45
+ Location: San Francisco
46
+
47
+ Name: Corey Johnson
48
+ Site: https://github.com/probablycorey
49
+ Location: San Francisco
50
+
51
+ Name: Timothy Clem
52
+ Site: https://github.com/tclem
53
+ Location: San Francisco
54
+
55
+ Name: Aman Gupta
56
+ Site: https://github.com/tmm1
57
+ Location: San Francisco, CA
58
+
59
+ Name: Josh Abernathy
60
+ Site: https://github.com/joshaber
61
+ Location: The Gem City
62
+
63
+ Name: Kevin Sawicki
64
+ Site: https://github.com/kevinsawicki
65
+ Location: Redwood City, CA
66
+
67
+ Name: Vicent Marti
68
+ Site: https://github.com/vmg
69
+ Location: Europe
70
+
71
+ Name: Joshua Peek
72
+ Site: https://github.com/josh
73
+ Location: San Francisco, CA
74
+
75
+ Name: Ben Bleikamp
76
+ Site: https://github.com/bleikamp
77
+ Location: California
78
+
79
+ Name: Jason Costello
80
+ Site: https://github.com/jasoncostello
81
+ Location: San Francisco, CA
82
+
83
+ Name: Heather A. Baldry
84
+ Site: https://github.com/aitchabee
85
+ Location: San Francisco, CA
86
+
87
+ Name: Matt Todd
88
+ Site: https://github.com/mtodd
89
+ Location: San Francisco, CA
90
+
91
+ Name: Jon Maddox
92
+ Site: https://github.com/maddox
93
+ Location: Richmond, Va
94
+
95
+ Name: Matthew McCullough
96
+ Site: https://github.com/matthewmccullough
97
+ Location: Denver, CO USA
98
+
99
+ Name: Nick Hengeveld
100
+ Site: https://github.com/nickh
101
+ Location: San Francisco, CA
102
+
103
+ Name: Jesse Newland
104
+ Site: https://github.com/jnewland
105
+ Location: San Francisco, CA
106
+
107
+ Name: Justin Palmer
108
+ Site: https://github.com/Caged
109
+ Location: Portland, OR
110
+
111
+ Name: Lee Reilly
112
+ Site: https://github.com/leereilly
113
+ Location: Currently on paternity leave
114
+
115
+ Name: Jake Boxer
116
+ Site: https://github.com/jakeboxer
117
+ Location: San Francisco, CA
118
+
119
+ Name: Steve Smith
120
+ Site: https://github.com/orderedlist
121
+ Location: South Bend, IN, USA
122
+
123
+ Name: John Nunemaker
124
+ Site: https://github.com/jnunemaker
125
+ Location: South Bend, IN, USA
126
+
127
+ Name: Jonathan Hoyt
128
+ Site: https://github.com/jonmagic
129
+ Location: San Mateo California
130
+
131
+ Name: Brandon Keepers
132
+ Site: https://github.com/bkeepers
133
+ Location: Holland, MI, US
134
+
135
+ Name: Jon Rohan
136
+ Site: https://github.com/jonrohan
137
+ Location: Atlanta, GA
138
+
139
+ Name: Phil Haack
140
+ Site: https://github.com/Haacked
141
+ Location: Bellevue, WA
142
+
143
+ Name: Nathan Sobo
144
+ Site: https://github.com/nathansobo
145
+ Location: Boulder, CO
146
+
147
+ Name: Jake Douglas
148
+ Site: https://github.com/jakedouglas
149
+ Location: Seattle, WA
150
+
151
+ Name: Brian Doll
152
+ Site: https://github.com/briandoll
153
+ Location: San Francisco, CA
154
+
155
+ Name: Garrett Bjerkhoel
156
+ Site: https://github.com/dewski
157
+ Location: Roseville, CA
158
+
159
+ Name: Adam Roben
160
+ Site: https://github.com/aroben
161
+ Location: Swarthmore, PA
162
+
163
+ Name: David Newman
164
+ Site: https://github.com/newmerator
165
+ Location: San Francisco, CA
166
+
167
+ Name: Lee Huffman
168
+ Site: https://github.com/leehuffman
169
+ Location: Bellingham, WA
170
+
171
+ Name: John Barnette
172
+ Site: https://github.com/jbarnette
173
+ Location: New Orleans
174
+
175
+ Name: Jason Long
176
+ Site: https://github.com/jasonlong
177
+ Location: Columbus, Ohio
178
+
179
+ Name: Jason Salaz
180
+ Site: https://github.com/VxJasonxV
181
+ Location: Castle Rock, CO, USA
182
+
183
+ Name: Sean Bryant
184
+ Site: https://github.com/sbryant
185
+ Location: San Francisco, CA
186
+
187
+ Name: Danish Khan
188
+ Site: https://github.com/danishkhan
189
+ Location: San Francisco, CA
190
+
191
+ Name: Rob Sanheim
192
+ Site: https://github.com/rsanheim
193
+ Location: Madison, WI, NORTH AMERICA
194
+
195
+ Name: Shawn Davenport
196
+ Site: https://github.com/shawndavenport
197
+ Location: Baton Rouge, LA
198
+
199
+ Name: Tim Pease
200
+ Site: https://github.com/TwP
201
+ Location: Boulder, CO
202
+
203
+ Name: Ryan Waldron
204
+ Site: https://github.com/erebor
205
+ Location: Huntsville, AL
206
+
207
+ Name: Tony Jaramillo
208
+ Site: https://github.com/tonyjaramillo
209
+ Location: San Francisco, CA
210
+
211
+ Name: Wynn Netherland
212
+ Site: https://github.com/pengwynn
213
+ Location: TX
214
+
215
+ Name: David Graham
216
+ Site: https://github.com/dgraham
217
+ Location: Denver, CO, USA
218
+
219
+ Name: Mike Skalnik
220
+ Site: https://github.com/skalnik
221
+ Location: San Francisco, CA
222
+
223
+ Name: Drew Woods
224
+ Site: https://github.com/dreww
225
+ Location: Portland, OR
226
+
227
+ Name: Coby Chapple
228
+ Site: https://github.com/cobyism
229
+ Location: Belfast, UK
230
+
231
+ Name: Chad Humphries
232
+ Site: https://github.com/spicycode
233
+ Location: Columbus, OH
234
+
235
+ Name: Yaroslav Shirokov
236
+ Site: https://github.com/sshirokov
237
+ Location: San Francisco, CA
238
+
239
+ Name: Steven! Ragnarök
240
+ Site: https://github.com/nuclearsandwich
241
+ Location: Santa Clara Valley, California
242
+
243
+ Name: Scott J. Goldman
244
+ Site: https://github.com/scottjg
245
+ Location: San Francisco
246
+
247
+ Name: Julia West
248
+ Site: https://github.com/juliamae
249
+ Location: San Francisco, CA
250
+
251
+ Name: Keavy McMinn
252
+ Site: https://github.com/keavy
253
+ Location: Boulder, CO
254
+
255
+ Name: Ted Nyman
256
+ Site: https://github.com/tnm
257
+ Location: SF
258
+
259
+ Name: Yossef Mendelssohn
260
+ Site: https://github.com/ymendel
261
+
262
+
263
+ Name: Derek Greentree
264
+ Site: https://github.com/derekgr
265
+ Location: Boulder, CO
266
+
267
+ Name: Luke Hefson
268
+ Site: https://github.com/lukehefson
269
+ Location: Shoreham-by-Sea, UK
270
+
271
+ Name: Jerry Cheung
272
+ Site: https://github.com/jch
273
+ Location: Berkeley, CA
274
+
275
+ Name: Patrick Dunnam
276
+ Site: https://github.com/pakwit
277
+ Location: San Francisco
278
+
279
+ Name: John Greet
280
+ Site: https://github.com/jgreet
281
+ Location: San Francisco, CA
282
+
283
+ Name: Shay Frendt
284
+ Site: https://github.com/shayfrendt
285
+ Location: Raleigh, NC
286
+
287
+ Name: John Britton
288
+ Site: https://github.com/johndbritton
289
+ Location: New York
290
+
291
+ Name: Steve Ward
292
+ Site: https://github.com/steveward
293
+
294
+
295
+ Name: Ben Lavender
296
+ Site: https://github.com/bhuga
297
+ Location: New Orleans, LA
298
+
299
+ Name: Josh Vera
300
+ Site: https://github.com/joshvera
301
+ Location: New York, NY
302
+
303
+ Name: Matt Yoho
304
+ Site: https://github.com/mattyoho
305
+ Location: San Francisco, CA, USA
306
+
307
+ Name: Matt Burke
308
+ Site: https://github.com/spraints
309
+ Location: Indiana, USA
310
+
311
+ Name: Jared Pace
312
+ Site: https://github.com/jdpace
313
+ Location: Charlotte, NC
314
+
315
+ Name: James Kang
316
+ Site: https://github.com/jeejkang
317
+ Location: San Francisco
318
+
319
+ Name: Liz Clinkenbeard
320
+ Site: https://github.com/lizclink
321
+ Location: San Francisco
322
+
323
+ Name: Aden Beihl
324
+ Site: https://github.com/aden
325
+
326
+
327
+ Name: Alyson La
328
+ Site: https://github.com/alysonla
329
+ Location: San Francisco, CA
330
+
331
+ Name: Mark Otto
332
+ Site: https://github.com/mdo
333
+ Location: San Francisco, CA
334
+
335
+ Name: Robert Sese
336
+ Site: https://github.com/rsese
337
+ Location: Chicago, IL
338
+
339
+ Name: Scott J. Roberts
340
+ Site: https://github.com/sroberts
341
+ Location: Columbus, OH
342
+
343
+ Name: Mutwin Kraus
344
+ Site: https://github.com/mutle
345
+ Location: Düsseldorf, Germany
346
+
347
+ Name: Andy Delcambre
348
+ Site: https://github.com/adelcambre
349
+ Location: Boulder, CO
350
+
351
+ Name: Craig
352
+ Site: https://github.com/craigreyes
353
+
354
+
355
+ Name: Mike Adolphs
356
+ Site: https://github.com/fooforge
357
+ Location: Berlin, Germany
358
+
359
+ Name: Elizabeth Naramore Barron
360
+ Site: https://github.com/ElizabethN
361
+ Location: Cincinnati, Ohio
362
+
363
+ Name: Daniel Hengeveld
364
+ Site: https://github.com/thedaniel
365
+ Location: Los Angeles, CA
366
+
367
+ Name: Vlado Herman
368
+ Site: https://github.com/vladoherman
369
+ Location: San Francisco
370
+
371
+ Name: Julio Avalos
372
+ Site: https://github.com/hoolio
373
+ Location: San Francisco
374
+
375
+ Name: Sparks
376
+ Site: https://github.com/ScarlettSparks
377
+
378
+
379
+ Name: Garen Torikian
380
+ Site: https://github.com/gjtorikian
381
+ Location: San Francisco, CA
382
+
383
+ Name: Brent Beer
384
+ Site: https://github.com/brntbeer
385
+ Location: San Francisco, CA
386
+
387
+ Name: Pat Nakajima
388
+ Site: https://github.com/nakajima
389
+ Location: San Francisco
390
+
391
+ Name: Brian Levine
392
+ Site: https://github.com/balevine
393
+ Location: Jersey City, NJ
394
+
395
+ Name: Jessica Roll
396
+ Site: https://github.com/jroll
397
+ Location: San Francisco, CA
398
+
399
+ Name: Markus Olsson
400
+ Site: https://github.com/niik
401
+ Location: Sweden
402
+
403
+ Name: Jason Rudolph
404
+ Site: https://github.com/jasonrudolph
405
+ Location: North Carolina, USA
406
+
407
+ Name: Derek Sorkin
408
+ Site: https://github.com/dsorkin
409
+ Location: San Francisco, CA
410
+
411
+ Name: Chrissie Brodigan
412
+ Site: https://github.com/chrissiebrodigan
413
+ Location: San Francisco
414
+
415
+ Name: Matt Diephouse
416
+ Site: https://github.com/mdiep
417
+
418
+
419
+ Name: Ben Balter
420
+ Site: https://github.com/benbalter
421
+ Location: Washington, DC
422
+
423
+ Name: Grant Rodgers
424
+ Site: https://github.com/grantr
425
+ Location: Seattle, WA
426
+
427
+ Name: Ciara McGuire
428
+ Site: https://github.com/ciaramcguire
429
+ Location: Dublin
430
+
431
+ Name: Lynn Wallenstein
432
+ Site: https://github.com/lynnwallenstein
433
+ Location: San Francisco, CA
434
+
435
+ Name: Jess Allen
436
+ Site: https://github.com/jessla
437
+ Location: San Francisco
438
+
439
+ Name: Jordan McCullough
440
+ Site: https://github.com/jordanmccullough
441
+ Location: Denver, Colorado
442
+
443
+ Name: Kyle Daigle
444
+ Site: https://github.com/kdaigle
445
+ Location: Vernon, CT
446
+
447
+ Name: Joao Ribeiro
448
+ Site: https://github.com/JohnCreek
449
+ Location: San Francisco, CA
450
+
451
+ Name: Patrick Reynolds
452
+ Site: https://github.com/piki
453
+ Location: Pensacola, FL
454
+
455
+ Name: Scott Buxton
456
+ Site: https://github.com/scottbuxton
457
+
458
+
459
+ Name: Jessica Lord
460
+ Site: https://github.com/jlord
461
+ Location: Portland, Ore
462
+
463
+ Name: Nathan Witmer
464
+ Site: https://github.com/zerowidth
465
+ Location: Boulder, CO
466
+
467
+ Name: Brianna Fore
468
+ Site: https://github.com/brianna4
469
+ Location: San Francisco
470
+
471
+ Name: Michael C. Harris
472
+ Site: https://github.com/michaeltwofish
473
+ Location: Melbourne, Australia
474
+
475
+ Name: James Dennes
476
+ Site: https://github.com/jdennes
477
+ Location: Berlin, Germany
478
+
479
+ Name: Rachel Myers
480
+ Site: https://github.com/rachelmyers
481
+ Location: San Francisco, CA
482
+
483
+ Name: Jesse Toth
484
+ Site: https://github.com/jesseplusplus
485
+ Location: San Francisco, CA
486
+
487
+ Name: Joel Glovier
488
+ Site: https://github.com/jglovier
489
+ Location: Mechanicsburg, PA
490
+
491
+ Name: Josh Nichols
492
+ Site: https://github.com/technicalpickles
493
+ Location: Savannah, GA
494
+
495
+ Name: Sam Lambert
496
+ Site: https://github.com/samlambert
497
+ Location: Newcastle Upon Tyne, UK
498
+
499
+ Name: Chris Hunt
500
+ Site: https://github.com/chrishunt
501
+ Location: Portland, Oregon
502
+
503
+ Name: Joshua Wehner
504
+ Site: https://github.com/jaw6
505
+ Location: Minneapolis, MN
506
+
507
+ Name: Kasima Tharnpipitchai
508
+ Site: https://github.com/kasima
509
+ Location: San Francisco, CA
510
+
511
+ Name: Alex Southgate
512
+ Site: https://github.com/southgate
513
+ Location: San Francisco, CA
514
+
515
+ Name: Jon Simons
516
+ Site: https://github.com/simonsj
517
+
518
+
519
+ Name: Charlie Somerville
520
+ Site: https://github.com/charliesome
521
+ Location: Melbourne, Australia
522
+
523
+ Name: Greg Ose
524
+ Site: https://github.com/gregose
525
+
526
+
527
+ Name: Fabian Perez
528
+ Site: https://github.com/fabianperez
529
+ Location: San Francisco, CA
530
+
531
+ Name: Sergio Rubio
532
+ Site: https://github.com/rubiojr
533
+ Location: Barcelona, Spain
534
+
535
+ Name: Brandon Ferguson
536
+ Site: https://github.com/bnferguson
537
+ Location: Amsterdam
538
+
539
+ Name: Mu-An
540
+ Site: https://github.com/muan
541
+ Location: Taipei, Taiwan
542
+
543
+ Name: Brendan Forster
544
+ Site: https://github.com/shiftkey
545
+ Location: Sydney, Australia
546
+
547
+ Name: Nikki Everett
548
+ Site: https://github.com/neverett
549
+ Location: San Francisco Bay Area
550
+
551
+ Name: Ivan Žužak
552
+ Site: https://github.com/izuzak
553
+
554
+
555
+ Name: Keith Duncan
556
+ Site: https://github.com/keithduncan
557
+ Location: Brighton
558
+
559
+ Name: Sachin Ranchod
560
+ Site: https://github.com/sachinr
561
+ Location: San Francisco
562
+
563
+ Name: Scott Sanders
564
+ Site: https://github.com/jssjr
565
+ Location: Charleston, SC
566
+
567
+ Name: Aziz Shamim
568
+ Site: https://github.com/azizshamim
569
+ Location: Nashville, TN
570
+
571
+ Name: Kelsey Schimmelman
572
+ Site: https://github.com/kelseyschimm
573
+
574
+
575
+ Name: Tim Littlemore
576
+ Site: https://github.com/tjl2
577
+ Location: Cheshire, UK
578
+
579
+ Name: JD Maturen
580
+ Site: https://github.com/jdmaturen
581
+
582
+
583
+ Name: Emily Gould
584
+ Site: https://github.com/emilyistoofunky
585
+
586
+
587
+ Name: Chris Rathjen
588
+ Site: https://github.com/rathjenc
589
+ Location: Chicago
590
+
591
+ Name: Tal Niv
592
+ Site: https://github.com/talniv
593
+ Location: San Francisco
594
+
595
+ Name: Ryan Day
596
+ Site: https://github.com/jrday
597
+ Location: San Francisco
598
+
599
+ Name: Joe Williams
600
+ Site: https://github.com/joewilliams
601
+ Location: Seattle, WA
602
+
603
+ Name: Lara K Owen
604
+ Site: https://github.com/bigred
605
+ Location: San Francisco, CA
606
+
607
+ Name: Patrick Toomey
608
+ Site: https://github.com/ptoomey3
609
+ Location: Denver, CO
610
+
611
+ Name: Paul Nakata
612
+ Site: https://github.com/pmn
613
+ Location: San Francisco, CA
614
+
615
+ Name: Jules Coe Meschan
616
+ Site: https://github.com/Coecoe
617
+ Location: San Francisco, CA
618
+
619
+ Name: Whitney Naquin
620
+ Site: https://github.com/whitmonaq
621
+
622
+
623
+ Name: Haley Yoder
624
+ Site: https://github.com/haleygirl
625
+
626
+
627
+ Name: Erica Anderson
628
+ Site: https://github.com/eanderson
629
+
630
+
631
+ Name: Arfon Smith
632
+ Site: https://github.com/arfon
633
+ Location: Chicago
634
+
635
+ Name: Scott Barron
636
+ Site: https://github.com/rubyist
637
+ Location: Ohio
638
+
639
+ Name: Rob Rix
640
+ Site: https://github.com/robrix
641
+ Location: London, Ontario
642
+
643
+ Name: Caitlin Cooke
644
+ Site: https://github.com/caitbit
645
+ Location: Virginia
646
+
647
+ Name: Michael Haggerty
648
+ Site: https://github.com/mhagger
649
+ Location: Berlin, Germany
650
+
651
+ Name: Lisa Pearce
652
+ Site: https://github.com/lisalou
653
+
654
+
655
+ Name: Sheri Bernard
656
+ Site: https://github.com/bernars
657
+ Location: United States
658
+
659
+ Name: Ben Ogle
660
+ Site: https://github.com/benogle
661
+
662
+
663
+ Name: Matt Colyer
664
+ Site: https://github.com/mcolyer
665
+ Location: Redwood City, CA
666
+
667
+ Name: Mike McQuaid
668
+ Site: https://github.com/mikemcquaid
669
+ Location: Edinburgh, Scotland
670
+
671
+ Name: Pam Lama
672
+ Site: https://github.com/pamboat
673
+
674
+
675
+ Name: John Yerhot
676
+ Site: https://github.com/johnyerhot
677
+ Location: Roseville, CA
678
+
679
+ Name: Antonio Santos
680
+ Site: https://github.com/antonio
681
+ Location: Huelva, Spain
682
+
683
+ Name: Jess Hosman
684
+ Site: https://github.com/jhosman
685
+ Location: Austin, TX
686
+
687
+ Name: John Madrid
688
+ Site: https://github.com/madrid
689
+ Location: San Francisco, CA
690
+
691
+ Name: Amy Palamountain
692
+ Site: https://github.com/ammeep
693
+ Location: New Zealand
694
+
695
+ Name: Dirkjan Bussink
696
+ Site: https://github.com/dbussink
697
+ Location: Enschede
698
+
699
+ Name: James S. White
700
+ Site: https://github.com/jameswhite
701
+ Location: Nashville, TN
702
+
703
+ Name: Colin Seymour
704
+ Site: https://github.com/lildude
705
+ Location: United Kingdom
706
+
707
+ Name: Sophie
708
+ Site: https://github.com/sophiec
709
+ Location: San Francisco
710
+
711
+ Name: David Ginsburg
712
+ Site: https://github.com/davideg
713
+
714
+
715
+ Name: Daisuke Don Horie
716
+ Site: https://github.com/dice
717
+
718
+
719
+ Name: Kate Guarente
720
+ Site: https://github.com/kateguarente
721
+ Location: San Francisco
722
+
723
+ Name: Joe Wadcan
724
+ Site: https://github.com/joewadcan
725
+
726
+
727
+ Name: Devin Reams
728
+ Site: https://github.com/devinreams
729
+ Location: Denver, CO
730
+
731
+ Name: Emily Nakashima
732
+ Site: https://github.com/eanakashima
733
+ Location: Oakland, CA, US
734
+
735
+ Name: Mislav Marohnić
736
+ Site: https://github.com/mislav
737
+ Location: Europe
738
+
739
+ Name: Sim Domingo
740
+ Site: https://github.com/meatcoder
741
+ Location: Philippines
742
+
743
+ Name: Kelli Dragovich
744
+ Site: https://github.com/kellidrag
745
+ Location: San Francisco
746
+
747
+ Name: Jamie Murai
748
+ Site: https://github.com/jammur
749
+ Location: Waterloo, Canada
750
+
751
+ Name: Karin Reahard
752
+ Site: https://github.com/kiki
753
+ Location: San Francisco, CA
754
+
755
+ Name: Chris Kelly
756
+ Site: https://github.com/amateurhuman
757
+ Location: San Francisco, CA
758
+
759
+ Name: Jesse Geraci
760
+ Site: https://github.com/jessephus
761
+ Location: San Francisco
762
+
763
+ Name: Brittany Rinella
764
+ Site: https://github.com/BrittRinella
765
+
766
+
767
+ Name: Brandi Firestine
768
+ Site: https://github.com/bfire
769
+ Location: San Francisco
770
+
771
+ Name: Ben Toews
772
+ Site: https://github.com/mastahyeti
773
+ Location: Chicago, IL
774
+
775
+ Name: Jason Calhoun
776
+ Site: https://github.com/jascalhoun
777
+ Location: San Francisco, CA
778
+
779
+ Name: Paul St. John
780
+ Site: https://github.com/pastjohn
781
+ Location: San Francisco
782
+
783
+ Name: Adam Zimman
784
+ Site: https://github.com/azimman
785
+
786
+
787
+ Name: Nicci Ciranna
788
+ Site: https://github.com/neechbomb
789
+ Location: East Bay
790
+
791
+ Name: Zoe Weidenfeld
792
+ Site: https://github.com/zoeweidz
793
+
794
+
795
+ Name: Matt Hartley
796
+ Site: https://github.com/mbhartley
797
+
798
+
799
+ Name: Arthur Chiu
800
+ Site: https://github.com/achiu
801
+ Location: San Francisco, CA
802
+
803
+ Name: Elijah Buck
804
+ Site: https://github.com/buckelij
805
+ Location: WA
806
+
807
+ Name: Meaghan Chesworth
808
+ Site: https://github.com/megches
809
+ Location: San Francisco
810
+
811
+ Name: Connor Sears
812
+ Site: https://github.com/connors
813
+ Location: Castro Valley, CA
814
+
815
+ Name: Anna
816
+ Site: https://github.com/anna
817
+ Location: San Francisco, CA
818
+
819
+ Name: Brian DeMott
820
+ Site: https://github.com/bdemott
821
+ Location: San Francisco, CA
822
+
823
+ Name: Alex Fernandez
824
+ Site: https://github.com/fernandez
825
+ Location: Portland, OR
826
+
827
+ Name: Susan Lally
828
+ Site: https://github.com/susanlally
829
+ Location: Greater Boston Area
830
+
831
+ Name: Daniele Proano
832
+ Site: https://github.com/dproano
833
+ Location: San Francisco, CA
834
+
835
+ Name: Greg Padak
836
+ Site: https://github.com/gpadak
837
+ Location: ATL
838
+
839
+ Name: Rob Mulcahy
840
+ Site: https://github.com/rmulcahy
841
+ Location: San Francisco, CA, United States
842
+
843
+ Name: Dominik Bamberger
844
+ Site: https://github.com/b4mboo
845
+ Location: Nuremberg, Germany
846
+
847
+ Name: Jeff Jones
848
+ Site: https://github.com/jeffmjones
849
+
850
+
851
+ Name: Jim Hunnewell
852
+ Site: https://github.com/jhunnewell
853
+ Location: SF
854
+
855
+ Name: Lee Faus
856
+ Site: https://github.com/leefaus
857
+ Location: Raleigh, NC
858
+
859
+ Name: Scott Sanicki
860
+ Site: https://github.com/sanicki
861
+ Location: United States
862
+
863
+ Name: Donal Ellis
864
+ Site: https://github.com/donal
865
+ Location: Kuala Lumpur
866
+
867
+ Name: Mike Griffin
868
+ Site: https://github.com/mgriffin
869
+ Location: Dublin, Ireland
870
+
871
+ Name: Neil Matatall
872
+ Site: https://github.com/oreoshake
873
+ Location: Orange County, CA
874
+
875
+ Name: Shanah Zilberkweit
876
+ Site: https://github.com/ShanahZ
877
+ Location: San Francisco
878
+
879
+ Name: Billy Vopinek
880
+ Site: https://github.com/bvopinek
881
+ Location: Sunnyvale, CA
882
+
883
+ Name: Vijay Nambiar
884
+ Site: https://github.com/vjayn
885
+
886
+
887
+ Name: Cheng Zhao
888
+ Site: https://github.com/zcbenz
889
+ Location: Beijing
890
+
891
+ Name: Holly Turay
892
+ Site: https://github.com/HollyTuray
893
+ Location: San Francisco
894
+
895
+ Name: Brandon O'Sullivan
896
+ Site: https://github.com/boshub
897
+ Location: San Francisco
898
+
899
+ Name: Merritt
900
+ Site: https://github.com/merrittqa
901
+
902
+
903
+ Name: Max Brunsfeld
904
+ Site: https://github.com/maxbrunsfeld
905
+ Location: Arcata, CA
906
+
907
+ Name: Ben Gollmer
908
+ Site: https://github.com/jatoben
909
+ Location: Kalamazoo, MI
910
+
911
+ Name: Andreia Gaita
912
+ Site: https://github.com/shana
913
+ Location: Copenhagen
914
+
915
+ Name: Michael Filosa
916
+ Site: https://github.com/mfilosa
917
+ Location: Boston, MA
918
+
919
+ Name: Chris Elsmore
920
+ Site: https://github.com/celsmore
921
+ Location: Spring City, PA
922
+
923
+ Name: Will Stefano
924
+ Site: https://github.com/willstef
925
+ Location: San Francisco
926
+
927
+ Name: Ross McFarland
928
+ Site: https://github.com/ross
929
+ Location: Berkeley, CA
930
+
931
+ Name: Matt Duff
932
+ Site: https://github.com/mattcantstop
933
+ Location: Utah
934
+
935
+ Name: Michael Procter
936
+ Site: https://github.com/mhp
937
+ Location: UK
938
+
939
+ Name: Taylor Grimes
940
+ Site: https://github.com/tfgrimes
941
+
942
+
943
+ Name: Shikha Thakkar
944
+ Site: https://github.com/ShikhaThakkar
945
+ Location: New York, New York
946
+
947
+ Name: Cynthia Rich
948
+ Site: https://github.com/crichID
949
+ Location: NC
950
+
951
+ Name: Jesper Hyrm
952
+ Site: https://github.com/JesperHyrm
953
+ Location: Denmark
954
+
955
+ Name: Allen Smith
956
+ Site: https://github.com/loranallensmith
957
+ Location: Charlotte, NC
958
+
959
+ Name: Elizabeth Pemmerl
960
+ Site: https://github.com/epemmerl
961
+ Location: Washington DC
962
+
963
+ Name: Matt Schaar
964
+ Site: https://github.com/moby
965
+ Location: SF
966
+
967
+ Name: Meena Polich
968
+ Site: https://github.com/meentastic
969
+
970
+
971
+ Name: Patrick McKenna
972
+ Site: https://github.com/patrickmckenna
973
+
974
+
975
+ Name: Lindsay St John
976
+ Site: https://github.com/LindsaySJ
977
+ Location: San Francisco, CA
978
+
979
+ Name: Tessa Wilder
980
+ Site: https://github.com/TessaGit
981
+ Location: Seattle, WA
982
+
983
+ Name: Brenna Heaps
984
+ Site: https://github.com/brennaheaps
985
+ Location: Portland, Maine
986
+
987
+ Name: Kirsten Pomerleau
988
+ Site: https://github.com/kjpomerleau
989
+ Location: San Francisco
990
+
991
+ Name: Turner Pigott
992
+ Site: https://github.com/tpigott
993
+ Location: San Francisco
994
+
995
+ Name: Dustin Knievel
996
+ Site: https://github.com/evelDK
997
+ Location: San Francisco
998
+
999
+ Name: Traci Coffman
1000
+ Site: https://github.com/tracicakes
1001
+
1002
+
1003
+ Name: Michelle Gagnon
1004
+ Site: https://github.com/michelle100
1005
+ Location: San Francisco
1006
+
1007
+ Name: Bassem ASSEH
1008
+ Site: https://github.com/asseh
1009
+ Location: France
1010
+
1011
+ Name: John Agan
1012
+ Site: https://github.com/johnagan
1013
+ Location: San Francisco
1014
+
1015
+ Name: Dave McJannet
1016
+ Site: https://github.com/davemcj
1017
+ Location: San Francisco
1018
+
1019
+ Name: Amy Whitney
1020
+ Site: https://github.com/amosie
1021
+ Location: United Kingdom
1022
+
1023
+ Name: Aaron Shekey
1024
+ Site: https://github.com/aaronshekey
1025
+ Location: Minneapolis, MN
1026
+
1027
+ Name: Nigel Abbott
1028
+ Site: https://github.com/nigelabbott
1029
+
1030
+
1031
+ Name: Marko Berkovic
1032
+ Site: https://github.com/markostar
1033
+ Location: Vienna / Austria / Europe / Earth /
1034
+
1035
+ Name: Maggie Nelson
1036
+ Site: https://github.com/maggie1000
1037
+ Location: San Francisco, CA
1038
+
1039
+ Name: Ryan Parks
1040
+ Site: https://github.com/fatcomma
1041
+ Location: San Francisco, CA
1042
+
1043
+ Name: Nathan Henderson
1044
+ Site: https://github.com/nathos
1045
+ Location: Brooklyn, NY
1046
+
1047
+ Name: Stephanie Wills
1048
+ Site: https://github.com/stephbwills
1049
+ Location: Brooklyn, NY
1050
+
1051
+ Name: Elizabeth McGrew
1052
+ Site: https://github.com/emcgrew
1053
+ Location: New Mexico
1054
+
1055
+ Name: Bryan Byrne
1056
+ Site: https://github.com/irishbryan
1057
+ Location: San Francisco
1058
+
1059
+ Name: Theo Julienne
1060
+ Site: https://github.com/theojulienne
1061
+ Location: San Francisco, CA
1062
+
1063
+ Name: Dennie Bates
1064
+ Site: https://github.com/dennie
1065
+ Location: San Francisco, United States
1066
+
1067
+ Name: Dave Sims
1068
+ Site: https://github.com/davesims
1069
+ Location: Denton, Tx
1070
+
1071
+ Name: Jeanine Abramson
1072
+ Site: https://github.com/Neeners
1073
+
1074
+
1075
+ Name: Padma
1076
+ Site: https://github.com/padma007
1077
+ Location: San Francisco
1078
+
1079
+ Name: Julian Astri
1080
+ Site: https://github.com/jastri
1081
+
1082
+
1083
+ Name: Bill Bowles
1084
+ Site: https://github.com/mynameisbill
1085
+ Location: United States
1086
+
1087
+ Name: Tiffany
1088
+ Site: https://github.com/tiffmarie
1089
+
1090
+
1091
+ Name: Craig Steinberger
1092
+ Site: https://github.com/cjs
1093
+ Location: Fairport, NY
1094
+
1095
+ Name: John Rasch
1096
+ Site: https://github.com/raschman
1097
+ Location: Dallas, Texas USA
1098
+
1099
+ Name: Tanner Hogan
1100
+ Site: https://github.com/githogan
1101
+ Location: San Francisco, CA
1102
+
1103
+ Name: Aaron Brown
1104
+ Site: https://github.com/toomanyaaronbrowns
1105
+ Location: Portland, Oregon
1106
+
1107
+ Name: Shannon Hines
1108
+ Site: https://github.com/shannonhines
1109
+ Location: San Francisco
1110
+
1111
+ Name: Annie Herlitz
1112
+ Site: https://github.com/annieherlitz
1113
+
1114
+
1115
+ Name: Nicole Sanchez
1116
+ Site: https://github.com/nmsanchez
1117
+ Location: United States
1118
+
1119
+ Name: Rachel Berry
1120
+ Site: https://github.com/cmrberry
1121
+ Location: Los Angeles, CA
1122
+
1123
+ Name: Alain Hélaïli
1124
+ Site: https://github.com/helaili
1125
+ Location: Paris
1126
+
1127
+ Name: Lily Navabpour
1128
+ Site: https://github.com/happylil3
1129
+ Location: San Francisco, CA
1130
+
1131
+ Name: John Moll
1132
+ Site: https://github.com/jemoll
1133
+ Location: Nashville, TN
1134
+
1135
+ Name: Willem van der Mark
1136
+ Site: https://github.com/willemvandermark
1137
+ Location: Amsterdam
1138
+
1139
+ Name: Sam Shiah
1140
+ Site: https://github.com/samshiah
1141
+ Location: San Francisco, CA
1142
+
1143
+ Name: Lucia Escanellas
1144
+ Site: https://github.com/raviolicode
1145
+ Location: Amsterdam, Netherlands
1146
+
1147
+ Name: Jamie Jones
1148
+ Site: https://github.com/jbjonesjr
1149
+ Location: Alexandria, Va
1150
+
1151
+ Name: Eric Hensley
1152
+ Site: https://github.com/ehensley
1153
+ Location: Indianapolis, IN
1154
+
1155
+ Name: Anais Gonzalez
1156
+ Site: https://github.com/anaisFTW
1157
+ Location: United States
1158
+
1159
+ Name: Brooke Roundy
1160
+ Site: https://github.com/brookienoodle
1161
+
1162
+
1163
+ Name: Jamie Kite
1164
+ Site: https://github.com/jgkite
1165
+ Location: Durham, NC
1166
+
1167
+ Name: Amy Truong
1168
+ Site: https://github.com/amytruong
1169
+ Location: San Francisco, CA
1170
+
1171
+ Name: Chris Long
1172
+ Site: https://github.com/chrisalong
1173
+ Location: Saint Louis, MO
1174
+
1175
+ Name: Takafumi Ikeda
1176
+ Site: https://github.com/ikeike443
1177
+ Location: Tokyo
1178
+
1179
+ Name: Kai Hilton-Jones
1180
+ Site: https://github.com/kaihj
1181
+ Location: Reading, UK
1182
+
1183
+ Name: Rocio Delgado
1184
+ Site: https://github.com/rocio
1185
+ Location: New York
1186
+
1187
+ Name: Megan Lefever
1188
+ Site: https://github.com/meganlefever
1189
+ Location: United States
1190
+
1191
+ Name: Kyle Macey
1192
+ Site: https://github.com/kylemacey
1193
+ Location: Rochester, NY
1194
+
1195
+ Name: Amanda Gelender
1196
+ Site: https://github.com/agelender
1197
+ Location: Bay Area
1198
+
1199
+ Name: Carolyn Shin
1200
+ Site: https://github.com/carolynshin
1201
+
1202
+
1203
+ Name: Vitor Monteiro
1204
+ Site: https://github.com/bitoiu
1205
+ Location: London
1206
+
1207
+ Name: Katelyn Bryant
1208
+ Site: https://github.com/katelynbryant
1209
+ Location: San Francisco
1210
+
1211
+ Name: Bianca Escalante
1212
+ Site: https://github.com/bescalante
1213
+ Location: San Francisco
1214
+
1215
+ Name: Christopher Pirigyi
1216
+ Site: https://github.com/cpirigyi
1217
+
1218
+
1219
+ Name: Jonah Berquist
1220
+ Site: https://github.com/jonahberquist
1221
+
1222
+
1223
+ Name: Cory Vander Jagt
1224
+ Site: https://github.com/coryvj
1225
+ Location: San Francisco
1226
+
1227
+
1228
+ Site: https://github.com/MaryWheeler
1229
+
1230
+
1231
+
1232
+ Site: https://github.com/kluczenk
1233
+
1234
+
1235
+ Name: Kim Sekulich
1236
+ Site: https://github.com/ksekulio
1237
+ Location: Chicago
1238
+
1239
+ Name: Daniela Quintanilla
1240
+ Site: https://github.com/dq-turtle
1241
+ Location: San Francisco
1242
+
1243
+
1244
+ Site: https://github.com/kjnovak
1245
+
1246
+
1247
+ Name: courtland
1248
+ Site: https://github.com/courtlandia
1249
+
1250
+
1251
+
1252
+ Site: https://github.com/mendyslaton
1253
+
1254
+
1255
+ Name: Dan Wallace
1256
+ Site: https://github.com/dewallace
@@ -27,4 +27,10 @@ describe "humans.rb" do
27
27
  expect(humans).to_not be_nil
28
28
  expect(humans[:team]).to_not be_nil
29
29
  end
30
+
31
+ it "should parse the GitHub's humans.txt file" do
32
+ humans = HumansRb.new(load_fixture("github-humans.txt")).parse
33
+ expect(humans).to_not be_nil
34
+ expect(humans[:team]).to_not be_nil
35
+ end
30
36
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humans_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-15 00:00:00.000000000 Z
11
+ date: 2015-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -130,6 +130,7 @@ files:
130
130
  - script/cibuild
131
131
  - script/console
132
132
  - script/release
133
+ - spec/fixtures/github-humans.txt
133
134
  - spec/fixtures/humans.txt
134
135
  - spec/fixtures/humansorg.txt
135
136
  - spec/humans_parser_spec.rb
@@ -156,11 +157,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
157
  version: '0'
157
158
  requirements: []
158
159
  rubyforge_project:
159
- rubygems_version: 2.2.0
160
+ rubygems_version: 2.2.3
160
161
  signing_key:
161
162
  specification_version: 4
162
163
  summary: A Ruby gem for parsing humans.txt files
163
164
  test_files:
165
+ - spec/fixtures/github-humans.txt
164
166
  - spec/fixtures/humans.txt
165
167
  - spec/fixtures/humansorg.txt
166
168
  - spec/humans_parser_spec.rb