r509 1.0 → 1.0.1

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.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/{CONTRIBUTING.mdown → CONTRIBUTING.md} +0 -0
  3. data/{README.mdown → README.md} +44 -38
  4. data/doc/R509.html +4 -4
  5. data/doc/R509/ASN1.html +2 -2
  6. data/doc/R509/ASN1/GeneralName.html +2 -2
  7. data/doc/R509/ASN1/GeneralNames.html +2 -2
  8. data/doc/R509/CRL.html +3 -3
  9. data/doc/R509/CRL/Administrator.html +2 -2
  10. data/doc/R509/CRL/FileReaderWriter.html +2 -2
  11. data/doc/R509/CRL/ReaderWriter.html +2 -2
  12. data/doc/R509/CRL/SQLiteReaderWriter.html +2 -2
  13. data/doc/R509/CRL/SignedList.html +2 -2
  14. data/doc/R509/CSR.html +2 -2
  15. data/doc/R509/Cert.html +3 -3
  16. data/doc/R509/Cert/Extensions.html +3 -3
  17. data/doc/R509/Cert/Extensions/AuthorityInfoAccess.html +2 -2
  18. data/doc/R509/Cert/Extensions/AuthorityKeyIdentifier.html +2 -2
  19. data/doc/R509/Cert/Extensions/BasicConstraints.html +2 -2
  20. data/doc/R509/Cert/Extensions/CRLDistributionPoints.html +2 -2
  21. data/doc/R509/Cert/Extensions/CertificatePolicies.html +2 -2
  22. data/doc/R509/Cert/Extensions/ExtendedKeyUsage.html +2 -2
  23. data/doc/R509/Cert/Extensions/GeneralNamesMixin.html +2 -2
  24. data/doc/R509/Cert/Extensions/InhibitAnyPolicy.html +2 -2
  25. data/doc/R509/Cert/Extensions/KeyUsage.html +2 -2
  26. data/doc/R509/Cert/Extensions/NameConstraints.html +2 -2
  27. data/doc/R509/Cert/Extensions/NoticeReference.html +2 -2
  28. data/doc/R509/Cert/Extensions/OCSPNoCheck.html +2 -2
  29. data/doc/R509/Cert/Extensions/PolicyConstraints.html +2 -2
  30. data/doc/R509/Cert/Extensions/PolicyInformation.html +2 -2
  31. data/doc/R509/Cert/Extensions/PolicyQualifiers.html +2 -2
  32. data/doc/R509/Cert/Extensions/SubjectAlternativeName.html +2 -2
  33. data/doc/R509/Cert/Extensions/SubjectKeyIdentifier.html +2 -2
  34. data/doc/R509/Cert/Extensions/UserNotice.html +2 -2
  35. data/doc/R509/Cert/Extensions/ValidationMixin.html +2 -2
  36. data/doc/R509/CertificateAuthority.html +2 -2
  37. data/doc/R509/CertificateAuthority/OptionsBuilder.html +2 -2
  38. data/doc/R509/CertificateAuthority/Signer.html +2 -2
  39. data/doc/R509/Config.html +2 -2
  40. data/doc/R509/Config/CAConfig.html +2 -2
  41. data/doc/R509/Config/CAConfigPool.html +2 -2
  42. data/doc/R509/Config/CertProfile.html +2 -2
  43. data/doc/R509/Config/SubjectItemPolicy.html +2 -2
  44. data/doc/R509/Engine.html +2 -2
  45. data/doc/R509/Helpers.html +2 -2
  46. data/doc/R509/MessageDigest.html +3 -3
  47. data/doc/R509/NameSanitizer.html +2 -2
  48. data/doc/R509/OCSP.html +2 -2
  49. data/doc/R509/OCSP/Request.html +2 -2
  50. data/doc/R509/OCSP/Request/Nonce.html +2 -2
  51. data/doc/R509/OCSP/Response.html +2 -2
  52. data/doc/R509/OIDMapper.html +26 -16
  53. data/doc/R509/PrivateKey.html +2 -2
  54. data/doc/R509/R509Error.html +2 -2
  55. data/doc/R509/SPKI.html +2 -2
  56. data/doc/R509/Subject.html +2 -2
  57. data/doc/R509/Validity.html +2 -2
  58. data/doc/R509/Validity/Checker.html +2 -2
  59. data/doc/R509/Validity/DefaultChecker.html +2 -2
  60. data/doc/R509/Validity/DefaultWriter.html +2 -2
  61. data/doc/R509/Validity/Status.html +2 -2
  62. data/doc/R509/Validity/Writer.html +2 -2
  63. data/doc/_index.html +2 -8
  64. data/doc/file.LICENSE.html +2 -2
  65. data/doc/file.README.html +15 -7
  66. data/doc/file.r509.html +2 -2
  67. data/doc/file_list.html +0 -10
  68. data/doc/index.html +15 -7
  69. data/doc/method_list.html +300 -300
  70. data/doc/top-level-namespace.html +2 -2
  71. data/lib/r509/message_digest.rb +1 -3
  72. data/lib/r509/oid_mapper.rb +6 -1
  73. data/lib/r509/version.rb +1 -1
  74. data/spec/csr_spec.rb +6 -6
  75. data/spec/fixtures/csr4.pem +25 -25
  76. data/spec/message_digest_spec.rb +0 -15
  77. data/spec/oid_mapper_spec.rb +5 -0
  78. data/spec/spki_spec.rb +1 -1
  79. metadata +14 -35
  80. checksums.yaml.gz.sig +0 -1
  81. data.tar.gz.sig +0 -0
  82. metadata.gz.sig +0 -0
@@ -714,9 +714,9 @@ These values must be in the form seen in the examples below.</p>
714
714
  </div>
715
715
 
716
716
  <div id="footer">
717
- Generated on Tue Dec 6 17:27:42 2016 by
717
+ Generated on Thu Nov 2 12:48:04 2017 by
718
718
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
719
- 0.9.5 (ruby-2.4.0).
719
+ 0.9.5 (ruby-2.4.2).
720
720
  </div>
721
721
 
722
722
  </div>
@@ -636,9 +636,9 @@ colons</p>
636
636
  </div>
637
637
 
638
638
  <div id="footer">
639
- Generated on Tue Dec 6 17:27:42 2016 by
639
+ Generated on Thu Nov 2 12:48:04 2017 by
640
640
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
641
- 0.9.5 (ruby-2.4.0).
641
+ 0.9.5 (ruby-2.4.2).
642
642
  </div>
643
643
 
644
644
  </div>
@@ -737,9 +737,9 @@ is a pathlen restriction in the cert chain above the current cert</p>
737
737
  </div>
738
738
 
739
739
  <div id="footer">
740
- Generated on Tue Dec 6 17:27:41 2016 by
740
+ Generated on Thu Nov 2 12:48:03 2017 by
741
741
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
742
- 0.9.5 (ruby-2.4.0).
742
+ 0.9.5 (ruby-2.4.2).
743
743
  </div>
744
744
 
745
745
  </div>
@@ -961,9 +961,9 @@ extension</p>
961
961
  </div>
962
962
 
963
963
  <div id="footer">
964
- Generated on Tue Dec 6 17:27:42 2016 by
964
+ Generated on Thu Nov 2 12:48:04 2017 by
965
965
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
966
- 0.9.5 (ruby-2.4.0).
966
+ 0.9.5 (ruby-2.4.2).
967
967
  </div>
968
968
 
969
969
  </div>
@@ -582,9 +582,9 @@ objects</p>
582
582
  </div>
583
583
 
584
584
  <div id="footer">
585
- Generated on Tue Dec 6 17:27:42 2016 by
585
+ Generated on Thu Nov 2 12:48:03 2017 by
586
586
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
587
- 0.9.5 (ruby-2.4.0).
587
+ 0.9.5 (ruby-2.4.2).
588
588
  </div>
589
589
 
590
590
  </div>
@@ -1311,9 +1311,9 @@ to the contents or create a new one.</p>
1311
1311
  </div>
1312
1312
 
1313
1313
  <div id="footer">
1314
- Generated on Tue Dec 6 17:27:42 2016 by
1314
+ Generated on Thu Nov 2 12:48:03 2017 by
1315
1315
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1316
- 0.9.5 (ruby-2.4.0).
1316
+ 0.9.5 (ruby-2.4.2).
1317
1317
  </div>
1318
1318
 
1319
1319
  </div>
@@ -651,9 +651,9 @@ extension</p>
651
651
  </div>
652
652
 
653
653
  <div id="footer">
654
- Generated on Tue Dec 6 17:27:39 2016 by
654
+ Generated on Thu Nov 2 12:48:00 2017 by
655
655
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
656
- 0.9.5 (ruby-2.4.0).
656
+ 0.9.5 (ruby-2.4.2).
657
657
  </div>
658
658
 
659
659
  </div>
@@ -552,9 +552,9 @@ to the contents or create a new one.</p>
552
552
  </div>
553
553
 
554
554
  <div id="footer">
555
- Generated on Tue Dec 6 17:27:41 2016 by
555
+ Generated on Thu Nov 2 12:48:03 2017 by
556
556
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
557
- 0.9.5 (ruby-2.4.0).
557
+ 0.9.5 (ruby-2.4.2).
558
558
  </div>
559
559
 
560
560
  </div>
@@ -1498,9 +1498,9 @@ AU_* constants in this class</p>
1498
1498
  </div>
1499
1499
 
1500
1500
  <div id="footer">
1501
- Generated on Tue Dec 6 17:27:41 2016 by
1501
+ Generated on Thu Nov 2 12:48:02 2017 by
1502
1502
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1503
- 0.9.5 (ruby-2.4.0).
1503
+ 0.9.5 (ruby-2.4.2).
1504
1504
  </div>
1505
1505
 
1506
1506
  </div>
@@ -706,9 +706,9 @@ build an R509::Subject</p>
706
706
  </div>
707
707
 
708
708
  <div id="footer">
709
- Generated on Tue Dec 6 17:27:41 2016 by
709
+ Generated on Thu Nov 2 12:48:03 2017 by
710
710
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
711
- 0.9.5 (ruby-2.4.0).
711
+ 0.9.5 (ruby-2.4.2).
712
712
  </div>
713
713
 
714
714
  </div>
@@ -546,9 +546,9 @@
546
546
  </div>
547
547
 
548
548
  <div id="footer">
549
- Generated on Tue Dec 6 17:27:42 2016 by
549
+ Generated on Thu Nov 2 12:48:04 2017 by
550
550
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
551
- 0.9.5 (ruby-2.4.0).
551
+ 0.9.5 (ruby-2.4.2).
552
552
  </div>
553
553
 
554
554
  </div>
@@ -457,9 +457,9 @@ to the contents or create a new one.</p>
457
457
  </div>
458
458
 
459
459
  <div id="footer">
460
- Generated on Tue Dec 6 17:27:41 2016 by
460
+ Generated on Thu Nov 2 12:48:02 2017 by
461
461
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
462
- 0.9.5 (ruby-2.4.0).
462
+ 0.9.5 (ruby-2.4.2).
463
463
  </div>
464
464
 
465
465
  </div>
@@ -667,9 +667,9 @@ to the contents or create a new one.</p>
667
667
  </div>
668
668
 
669
669
  <div id="footer">
670
- Generated on Tue Dec 6 17:27:41 2016 by
670
+ Generated on Thu Nov 2 12:48:03 2017 by
671
671
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
672
- 0.9.5 (ruby-2.4.0).
672
+ 0.9.5 (ruby-2.4.2).
673
673
  </div>
674
674
 
675
675
  </div>
@@ -541,9 +541,9 @@
541
541
  </div>
542
542
 
543
543
  <div id="footer">
544
- Generated on Tue Dec 6 17:27:42 2016 by
544
+ Generated on Thu Nov 2 12:48:03 2017 by
545
545
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
546
- 0.9.5 (ruby-2.4.0).
546
+ 0.9.5 (ruby-2.4.2).
547
547
  </div>
548
548
 
549
549
  </div>
@@ -605,9 +605,9 @@
605
605
  </div>
606
606
 
607
607
  <div id="footer">
608
- Generated on Tue Dec 6 17:27:42 2016 by
608
+ Generated on Thu Nov 2 12:48:03 2017 by
609
609
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
610
- 0.9.5 (ruby-2.4.0).
610
+ 0.9.5 (ruby-2.4.2).
611
611
  </div>
612
612
 
613
613
  </div>
@@ -1038,9 +1038,9 @@ extension</p>
1038
1038
  </div>
1039
1039
 
1040
1040
  <div id="footer">
1041
- Generated on Tue Dec 6 17:27:43 2016 by
1041
+ Generated on Thu Nov 2 12:48:04 2017 by
1042
1042
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1043
- 0.9.5 (ruby-2.4.0).
1043
+ 0.9.5 (ruby-2.4.2).
1044
1044
  </div>
1045
1045
 
1046
1046
  </div>
@@ -401,9 +401,9 @@ to the contents or create a new one.</p>
401
401
  </div>
402
402
 
403
403
  <div id="footer">
404
- Generated on Tue Dec 6 17:27:42 2016 by
404
+ Generated on Thu Nov 2 12:48:04 2017 by
405
405
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
406
- 0.9.5 (ruby-2.4.0).
406
+ 0.9.5 (ruby-2.4.2).
407
407
  </div>
408
408
 
409
409
  </div>
@@ -540,9 +540,9 @@
540
540
  </div>
541
541
 
542
542
  <div id="footer">
543
- Generated on Tue Dec 6 17:27:42 2016 by
543
+ Generated on Thu Nov 2 12:48:03 2017 by
544
544
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
545
- 0.9.5 (ruby-2.4.0).
545
+ 0.9.5 (ruby-2.4.2).
546
546
  </div>
547
547
 
548
548
  </div>
@@ -113,9 +113,9 @@
113
113
  </div>
114
114
 
115
115
  <div id="footer">
116
- Generated on Tue Dec 6 17:27:39 2016 by
116
+ Generated on Thu Nov 2 12:48:00 2017 by
117
117
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
118
- 0.9.5 (ruby-2.4.0).
118
+ 0.9.5 (ruby-2.4.2).
119
119
  </div>
120
120
 
121
121
  </div>
@@ -120,9 +120,9 @@
120
120
  </div>
121
121
 
122
122
  <div id="footer">
123
- Generated on Tue Dec 6 17:27:39 2016 by
123
+ Generated on Thu Nov 2 12:48:00 2017 by
124
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125
- 0.9.5 (ruby-2.4.0).
125
+ 0.9.5 (ruby-2.4.2).
126
126
  </div>
127
127
 
128
128
  </div>
@@ -468,9 +468,9 @@ passed to the Signer</p>
468
468
  </div>
469
469
 
470
470
  <div id="footer">
471
- Generated on Tue Dec 6 17:27:42 2016 by
471
+ Generated on Thu Nov 2 12:48:04 2017 by
472
472
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
473
- 0.9.5 (ruby-2.4.0).
473
+ 0.9.5 (ruby-2.4.2).
474
474
  </div>
475
475
 
476
476
  </div>
@@ -1002,9 +1002,9 @@ you want to embed in the final certificate</p>
1002
1002
  </div>
1003
1003
 
1004
1004
  <div id="footer">
1005
- Generated on Tue Dec 6 17:27:41 2016 by
1005
+ Generated on Thu Nov 2 12:48:02 2017 by
1006
1006
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1007
- 0.9.5 (ruby-2.4.0).
1007
+ 0.9.5 (ruby-2.4.2).
1008
1008
  </div>
1009
1009
 
1010
1010
  </div>
@@ -121,9 +121,9 @@ CertProfile, SubjectItemPolicy)</p>
121
121
  </div>
122
122
 
123
123
  <div id="footer">
124
- Generated on Tue Dec 6 17:27:39 2016 by
124
+ Generated on Thu Nov 2 12:48:00 2017 by
125
125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.9.5 (ruby-2.4.0).
126
+ 0.9.5 (ruby-2.4.2).
127
127
  </div>
128
128
 
129
129
  </div>
@@ -2392,9 +2392,9 @@ contain more than one configuration.</p>
2392
2392
  </div>
2393
2393
 
2394
2394
  <div id="footer">
2395
- Generated on Tue Dec 6 17:27:40 2016 by
2395
+ Generated on Thu Nov 2 12:48:02 2017 by
2396
2396
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2397
- 0.9.5 (ruby-2.4.0).
2397
+ 0.9.5 (ruby-2.4.2).
2398
2398
  </div>
2399
2399
 
2400
2400
  </div>
@@ -742,9 +742,9 @@ contain more than one configuration.</p>
742
742
  </div>
743
743
 
744
744
  <div id="footer">
745
- Generated on Tue Dec 6 17:27:40 2016 by
745
+ Generated on Thu Nov 2 12:48:01 2017 by
746
746
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
747
- 0.9.5 (ruby-2.4.0).
747
+ 0.9.5 (ruby-2.4.2).
748
748
  </div>
749
749
 
750
750
  </div>
@@ -1537,9 +1537,9 @@ list if it isn&#39;t already listed.</p>
1537
1537
  </div>
1538
1538
 
1539
1539
  <div id="footer">
1540
- Generated on Tue Dec 6 17:27:40 2016 by
1540
+ Generated on Thu Nov 2 12:48:02 2017 by
1541
1541
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1542
- 0.9.5 (ruby-2.4.0).
1542
+ 0.9.5 (ruby-2.4.2).
1543
1543
  </div>
1544
1544
 
1545
1545
  </div>
@@ -905,9 +905,9 @@ shortname format.</p>
905
905
  </div>
906
906
 
907
907
  <div id="footer">
908
- Generated on Tue Dec 6 17:27:41 2016 by
908
+ Generated on Thu Nov 2 12:48:02 2017 by
909
909
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
910
- 0.9.5 (ruby-2.4.0).
910
+ 0.9.5 (ruby-2.4.2).
911
911
  </div>
912
912
 
913
913
  </div>
@@ -396,9 +396,9 @@
396
396
  </div>
397
397
 
398
398
  <div id="footer">
399
- Generated on Tue Dec 6 17:27:39 2016 by
399
+ Generated on Thu Nov 2 12:48:01 2017 by
400
400
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
401
- 0.9.5 (ruby-2.4.0).
401
+ 0.9.5 (ruby-2.4.2).
402
402
  </div>
403
403
 
404
404
  </div>
@@ -1007,9 +1007,9 @@ an IO-like object.</p>
1007
1007
  </div>
1008
1008
 
1009
1009
  <div id="footer">
1010
- Generated on Tue Dec 6 17:27:39 2016 by
1010
+ Generated on Thu Nov 2 12:48:00 2017 by
1011
1011
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1012
- 0.9.5 (ruby-2.4.0).
1012
+ 0.9.5 (ruby-2.4.2).
1013
1013
  </div>
1014
1014
 
1015
1015
  </div>
@@ -130,7 +130,7 @@
130
130
 
131
131
  </div>
132
132
  </dt>
133
- <dd><pre class="code"><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA1</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA224</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA256</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA384</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA512</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>DSS1</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>MD5</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span></pre></dd>
133
+ <dd><pre class="code"><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA1</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA224</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA256</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA384</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>SHA512</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>MD5</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span></pre></dd>
134
134
 
135
135
  <dt id="DEFAULT_MD-constant" class="">DEFAULT_MD =
136
136
  <div class="docstring">
@@ -433,9 +433,9 @@ an invalid digest is passed</p>
433
433
  </div>
434
434
 
435
435
  <div id="footer">
436
- Generated on Tue Dec 6 17:27:40 2016 by
436
+ Generated on Thu Nov 2 12:48:01 2017 by
437
437
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
438
- 0.9.5 (ruby-2.4.0).
438
+ 0.9.5 (ruby-2.4.2).
439
439
  </div>
440
440
 
441
441
  </div>
@@ -312,9 +312,9 @@ by the actual OID</p>
312
312
  </div>
313
313
 
314
314
  <div id="footer">
315
- Generated on Tue Dec 6 17:27:39 2016 by
315
+ Generated on Thu Nov 2 12:48:01 2017 by
316
316
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
317
- 0.9.5 (ruby-2.4.0).
317
+ 0.9.5 (ruby-2.4.2).
318
318
  </div>
319
319
 
320
320
  </div>
@@ -120,9 +120,9 @@
120
120
  </div>
121
121
 
122
122
  <div id="footer">
123
- Generated on Tue Dec 6 17:27:38 2016 by
123
+ Generated on Thu Nov 2 12:48:00 2017 by
124
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125
- 0.9.5 (ruby-2.4.0).
125
+ 0.9.5 (ruby-2.4.2).
126
126
  </div>
127
127
 
128
128
  </div>
@@ -118,9 +118,9 @@
118
118
  </div>
119
119
 
120
120
  <div id="footer">
121
- Generated on Tue Dec 6 17:27:38 2016 by
121
+ Generated on Thu Nov 2 12:48:00 2017 by
122
122
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
123
- 0.9.5 (ruby-2.4.0).
123
+ 0.9.5 (ruby-2.4.2).
124
124
  </div>
125
125
 
126
126
  </div>
@@ -195,9 +195,9 @@ nonce is present and matches</p>
195
195
  </div>
196
196
 
197
197
  <div id="footer">
198
- Generated on Tue Dec 6 17:27:38 2016 by
198
+ Generated on Thu Nov 2 12:48:00 2017 by
199
199
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
200
- 0.9.5 (ruby-2.4.0).
200
+ 0.9.5 (ruby-2.4.2).
201
201
  </div>
202
202
 
203
203
  </div>
@@ -830,9 +830,9 @@
830
830
  </div>
831
831
 
832
832
  <div id="footer">
833
- Generated on Tue Dec 6 17:27:39 2016 by
833
+ Generated on Thu Nov 2 12:48:01 2017 by
834
834
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
835
- 0.9.5 (ruby-2.4.0).
835
+ 0.9.5 (ruby-2.4.2).
836
836
  </div>
837
837
 
838
838
  </div>