asciidoctor-csand 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0b9a7c1dddf60cd463c47b59fd40b21f97089f77347e25587a16d728eda9bff
4
- data.tar.gz: 7162ad6d864ea523d6710fe44725b563f58d74186af640eef45779970582081b
3
+ metadata.gz: 1d9fb3d68f1bb9fe0cc1369cea6e5cf3579d694e7bcb43e78a145b3bd2a8737c
4
+ data.tar.gz: 19b0fabc65c704e896fb0af1aa35b314664d1f5a8d82dd16ac221d90755f3f13
5
5
  SHA512:
6
- metadata.gz: 53354dcb72c62ee58cfcb3b7d2f1e4f62e0f5f021f5fb668346032caf1928a32281c08a579e692f0d50514ed7d396f55d16c0649394598f72a5f087df9e5d193
7
- data.tar.gz: ae75ceb67875df08ac2f6f7f00ad4928916239f04ea938872df9d032d6ae723a5d3c5e92c2e76a00bcb1891370947e16b6d7ed77dbe7e299c84c39ef99a562af
6
+ metadata.gz: 8b84547f8a921c19d061d87e40fa27fa3f7808e193a9eaee900696336fc7685a9224f21a3e575bedaf7ac7e4a04ead7bd61be0795cfb69152d2eb7ea2f9b36af
7
+ data.tar.gz: 4bc5b7c6b183d5bda0abac8cf4a2f2954cf1d895df35249e5a644ddeca42765405394b90cba8f912487c2b7d7d78a72d93d462bbeb28e826b4183a5e5d664201
@@ -1,7 +1,15 @@
1
+ dist: trusty
1
2
  sudo: false
2
3
  language: ruby
3
4
  rvm:
4
- - 2.4.3
5
+ - 2.5
6
+ - 2.4
7
+ - 2.3
8
+ - ruby-head
5
9
  before_install:
6
10
  - gem install bundler -v 1.16.1
7
11
  - unset _JAVA_OPTIONS
12
+ matrix:
13
+ allow_failures:
14
+ - rvm: ruby-head
15
+
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
  DESCRIPTION
17
17
 
18
18
  spec.homepage = "https://github.com/riboseinc/asciidoctor-csand"
19
- spec.license = "MIT"
19
+ spec.license = "BSD-2-Clause"
20
20
 
21
21
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
22
22
  f.match(%r{^(test|spec|features)/})
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
37
37
  spec.add_dependency "uuidtools"
38
38
 
39
39
  spec.add_dependency "asciidoctor-iso", ">= 0.9.0"
40
- spec.add_dependency "isodoc", ">= 0.8.0"
40
+ spec.add_dependency "isodoc", "~> 0.8.7"
41
41
 
42
42
  spec.add_development_dependency "bundler", "~> 1.15"
43
43
  spec.add_development_dependency "byebug", "~> 9.1"
@@ -37,7 +37,7 @@
37
37
  <define name="edition">
38
38
  <a:documentation>ISO-15924: Latn</a:documentation>
39
39
  <element name="edition">
40
- <data type="int"/>
40
+ <text/>
41
41
  </element>
42
42
  </define>
43
43
  <define name="LocalizedString">
@@ -102,9 +102,12 @@
102
102
  <attribute name="type">
103
103
  <choice>
104
104
  <value>author</value>
105
- <value>edition</value>
105
+ <value>performer</value>
106
106
  <value>publisher</value>
107
- <text/>
107
+ <value>editor</value>
108
+ <value>adapter</value>
109
+ <value>translator</value>
110
+ <value>distributor</value>
108
111
  </choice>
109
112
  </attribute>
110
113
  </optional>
@@ -145,18 +148,26 @@
145
148
  </define>
146
149
  <define name="fullname">
147
150
  <element name="name">
151
+ <choice>
152
+ <group>
153
+ <zeroOrMore>
154
+ <ref name="prefix"/>
155
+ </zeroOrMore>
156
+ <zeroOrMore>
157
+ <ref name="forename"/>
158
+ </zeroOrMore>
159
+ <zeroOrMore>
160
+ <ref name="initial"/>
161
+ </zeroOrMore>
162
+ <ref name="surname"/>
163
+ <zeroOrMore>
164
+ <ref name="addition"/>
165
+ </zeroOrMore>
166
+ </group>
167
+ <ref name="completeName"/>
168
+ </choice>
148
169
  <zeroOrMore>
149
- <ref name="prefix"/>
150
- </zeroOrMore>
151
- <zeroOrMore>
152
- <ref name="forename"/>
153
- </zeroOrMore>
154
- <zeroOrMore>
155
- <ref name="initial"/>
156
- </zeroOrMore>
157
- <ref name="surname"/>
158
- <zeroOrMore>
159
- <ref name="addition"/>
170
+ <ref name="biblionote"/>
160
171
  </zeroOrMore>
161
172
  </element>
162
173
  </define>
@@ -185,6 +196,11 @@
185
196
  <ref name="LocalizedString"/>
186
197
  </element>
187
198
  </define>
199
+ <define name="completeName">
200
+ <element name="completename">
201
+ <ref name="LocalizedString"/>
202
+ </element>
203
+ </define>
188
204
  <define name="affiliation">
189
205
  <element name="affiliation">
190
206
  <optional>
@@ -209,6 +225,9 @@
209
225
  <define name="organization">
210
226
  <element name="organization">
211
227
  <ref name="orgname"/>
228
+ <optional>
229
+ <ref name="subdivision"/>
230
+ </optional>
212
231
  <optional>
213
232
  <ref name="abbreviation"/>
214
233
  </optional>
@@ -228,6 +247,11 @@
228
247
  <ref name="LocalizedString"/>
229
248
  </element>
230
249
  </define>
250
+ <define name="subdivision">
251
+ <element name="subdivision">
252
+ <ref name="LocalizedString"/>
253
+ </element>
254
+ </define>
231
255
  <define name="abbreviation">
232
256
  <element name="abbreviation">
233
257
  <ref name="LocalizedString"/>
@@ -346,19 +370,21 @@
346
370
  </define>
347
371
  <define name="locality">
348
372
  <element name="locality">
349
- <!-- attribute type { ( "section" | "clause" | "part" | "paragraph" | "chapter" | "page" | "whole" | "table" | "annex" | "figure" | "note" | "example" | ("locality:", text) ) }, -->
350
- <attribute name="type">
351
- <ref name="LocalityType"/>
352
- </attribute>
353
- <ref name="referenceFrom"/>
354
- <optional>
355
- <ref name="referenceTo"/>
356
- </optional>
373
+ <ref name="BibItemLocality"/>
357
374
  </element>
358
375
  </define>
376
+ <define name="BibItemLocality">
377
+ <attribute name="type">
378
+ <ref name="LocalityType"/>
379
+ </attribute>
380
+ <ref name="referenceFrom"/>
381
+ <optional>
382
+ <ref name="referenceTo"/>
383
+ </optional>
384
+ </define>
359
385
  <define name="LocalityType">
360
386
  <data type="string">
361
- <param name="pattern">section|clause|part|paragraph|chapter|page|whole|table|annex|figure|note|example|locality:[a-zA-Z0-9_]+</param>
387
+ <param name="pattern">section|clause|part|paragraph|chapter|page|whole|table|annex|figure|note|example|volume|issue|locality:[a-zA-Z0-9_]+</param>
362
388
  </data>
363
389
  </define>
364
390
  <define name="referenceFrom">
@@ -398,6 +424,18 @@
398
424
  <value>techreport</value>
399
425
  <value>standard</value>
400
426
  <value>unpublished</value>
427
+ <value>map</value>
428
+ <value>electronic resource</value>
429
+ <value>audiovisual</value>
430
+ <value>film</value>
431
+ <value>video</value>
432
+ <value>broadcast</value>
433
+ <value>graphic work</value>
434
+ <value>music</value>
435
+ <value>patent</value>
436
+ <value>inbook</value>
437
+ <value>incollection</value>
438
+ <value>inproceedings</value>
401
439
  </choice>
402
440
  </define>
403
441
  <define name="BibliographicItem">
@@ -442,20 +480,41 @@
442
480
  <optional>
443
481
  <ref name="status"/>
444
482
  </optional>
445
- <zeroOrMore>
483
+ <optional>
446
484
  <ref name="copyright"/>
447
- </zeroOrMore>
485
+ </optional>
448
486
  <zeroOrMore>
449
487
  <ref name="docrelation"/>
450
488
  </zeroOrMore>
489
+ <zeroOrMore>
490
+ <ref name="series"/>
491
+ </zeroOrMore>
492
+ <optional>
493
+ <ref name="medium"/>
494
+ </optional>
495
+ <zeroOrMore>
496
+ <ref name="bplace"/>
497
+ </zeroOrMore>
498
+ <zeroOrMore>
499
+ <ref name="extent"/>
500
+ </zeroOrMore>
501
+ <zeroOrMore>
502
+ <ref name="accesslocation"/>
503
+ </zeroOrMore>
504
+ <optional>
505
+ <ref name="bclassification"/>
506
+ </optional>
507
+ <optional>
508
+ <ref name="validity"/>
509
+ </optional>
451
510
  </define>
452
511
  <define name="btitle">
453
512
  <element name="title">
454
- <ref name="FormattedString"/>
513
+ <ref name="TypedTitleString"/>
455
514
  </element>
456
515
  </define>
457
516
  <define name="bsource">
458
- <element name="source">
517
+ <element name="uri">
459
518
  <ref name="TypedUri"/>
460
519
  </element>
461
520
  </define>
@@ -464,17 +523,68 @@
464
523
  <ref name="FormattedString"/>
465
524
  </element>
466
525
  </define>
467
- <define name="link">
468
- <element name="link">
469
- <ref name="TypedUri"/>
526
+ <define name="validity">
527
+ <element name="validity">
528
+ <optional>
529
+ <ref name="validityBegins"/>
530
+ </optional>
531
+ <optional>
532
+ <ref name="validityEnds"/>
533
+ </optional>
534
+ <optional>
535
+ <ref name="validityRevision"/>
536
+ </optional>
537
+ </element>
538
+ </define>
539
+ <define name="validityBegins">
540
+ <element name="validityBegins">
541
+ <data type="dateTime"/>
542
+ </element>
543
+ </define>
544
+ <define name="validityEnds">
545
+ <element name="validityEnds">
546
+ <data type="dateTime"/>
470
547
  </element>
471
548
  </define>
549
+ <define name="validityRevision">
550
+ <element name="revision">
551
+ <data type="dateTime"/>
552
+ </element>
553
+ </define>
554
+ <define name="TypedTitleString">
555
+ <optional>
556
+ <attribute name="type">
557
+ <ref name="TitleType"/>
558
+ </attribute>
559
+ </optional>
560
+ <ref name="FormattedString"/>
561
+ </define>
562
+ <define name="TitleType">
563
+ <choice>
564
+ <value>alternative</value>
565
+ <value>original</value>
566
+ <value>unofficial</value>
567
+ <value>subtitle</value>
568
+ <value>main</value>
569
+ </choice>
570
+ </define>
472
571
  <define name="TypedUri">
473
572
  <optional>
474
573
  <attribute name="type"/>
475
574
  </optional>
476
575
  <data type="anyURI"/>
477
576
  </define>
577
+ <define name="DateType">
578
+ <optional>
579
+ <attribute name="text"/>
580
+ </optional>
581
+ <optional>
582
+ <choice>
583
+ <data type="gYear"/>
584
+ <data type="date"/>
585
+ </choice>
586
+ </optional>
587
+ </define>
478
588
  <define name="bdate">
479
589
  <element name="date">
480
590
  <attribute name="type">
@@ -487,9 +597,10 @@
487
597
  <value>confirmed</value>
488
598
  <value>updated</value>
489
599
  <value>issued</value>
600
+ <value>transmitted</value>
601
+ <value>copied</value>
490
602
  </choice>
491
603
  </attribute>
492
- <!-- ( ( bfrom, bto? ) | date_on ) -->
493
604
  <choice>
494
605
  <group>
495
606
  <element name="from">
@@ -516,35 +627,126 @@
516
627
  </choice>
517
628
  </element>
518
629
  </define>
519
- <define name="bfrom">
520
- <element name="from">
630
+ <define name="docidentifier">
631
+ <element name="docidentifier">
632
+ <optional>
633
+ <attribute name="type"/>
634
+ </optional>
635
+ <text/>
636
+ </element>
637
+ </define>
638
+ <define name="bclassification">
639
+ <element name="classification">
640
+ <optional>
641
+ <attribute name="type"/>
642
+ </optional>
643
+ <text/>
644
+ </element>
645
+ </define>
646
+ <define name="bplace">
647
+ <element name="place">
648
+ <text/>
649
+ </element>
650
+ </define>
651
+ <define name="medium">
652
+ <element name="medium">
653
+ <optional>
654
+ <ref name="form"/>
655
+ </optional>
656
+ <optional>
657
+ <ref name="size"/>
658
+ </optional>
659
+ <optional>
660
+ <ref name="scale"/>
661
+ </optional>
662
+ </element>
663
+ </define>
664
+ <define name="form">
665
+ <element name="form">
666
+ <text/>
667
+ </element>
668
+ </define>
669
+ <define name="size">
670
+ <element name="size">
671
+ <text/>
672
+ </element>
673
+ </define>
674
+ <define name="scale">
675
+ <element name="scale">
676
+ <text/>
677
+ </element>
678
+ </define>
679
+ <define name="accesslocation">
680
+ <element name="accesslocation">
681
+ <text/>
682
+ </element>
683
+ </define>
684
+ <define name="extent">
685
+ <element name="extent">
686
+ <ref name="BibItemLocality"/>
687
+ </element>
688
+ </define>
689
+ <define name="series">
690
+ <element name="series">
691
+ <optional>
692
+ <attribute name="type">
693
+ <choice>
694
+ <value>main</value>
695
+ <value>alt</value>
696
+ </choice>
697
+ </attribute>
698
+ </optional>
521
699
  <choice>
522
- <data type="gYear"/>
523
- <data type="date"/>
700
+ <ref name="btitle"/>
701
+ <ref name="formattedref"/>
524
702
  </choice>
703
+ <ref name="bplace"/>
704
+ <ref name="seriesorganization"/>
705
+ <optional>
706
+ <ref name="abbreviation"/>
707
+ </optional>
708
+ <optional>
709
+ <ref name="seriesfrom"/>
710
+ </optional>
711
+ <optional>
712
+ <ref name="seriesto"/>
713
+ </optional>
714
+ <optional>
715
+ <ref name="seriesnumber"/>
716
+ </optional>
717
+ <optional>
718
+ <ref name="seriespartnumber"/>
719
+ </optional>
525
720
  </element>
526
721
  </define>
527
- <define name="bto">
528
- <element name="to">
722
+ <define name="seriesorganization">
723
+ <element name="organization">
724
+ <text/>
725
+ </element>
726
+ </define>
727
+ <define name="seriesfrom">
728
+ <element name="from">
529
729
  <choice>
730
+ <data type="dateTime"/>
530
731
  <data type="gYear"/>
531
- <data type="date"/>
532
732
  </choice>
533
733
  </element>
534
734
  </define>
535
- <define name="date_on">
536
- <element name="on">
735
+ <define name="seriesto">
736
+ <element name="to">
537
737
  <choice>
738
+ <data type="dateTime"/>
538
739
  <data type="gYear"/>
539
- <data type="date"/>
540
740
  </choice>
541
741
  </element>
542
742
  </define>
543
- <define name="docidentifier">
544
- <element name="docidentifier">
545
- <optional>
546
- <attribute name="type"/>
547
- </optional>
743
+ <define name="seriesnumber">
744
+ <element name="number">
745
+ <text/>
746
+ </element>
747
+ </define>
748
+ <define name="seriespartnumber">
749
+ <element name="partnumber">
548
750
  <text/>
549
751
  </element>
550
752
  </define>
@@ -586,17 +788,20 @@
586
788
  <element name="relation">
587
789
  <attribute name="type">
588
790
  <choice>
589
- <value>parent</value>
590
- <value>child</value>
591
791
  <value>obsoletes</value>
592
792
  <value>updates</value>
593
793
  <value>updatedBy</value>
594
794
  <value>complements</value>
595
795
  <value>derivedFrom</value>
796
+ <value>translatedFrom</value>
596
797
  <value>adoptedFrom</value>
597
798
  <value>equivalent</value>
598
799
  <value>identical</value>
599
800
  <value>nonequivalent</value>
801
+ <value>includedIn</value>
802
+ <value>includes</value>
803
+ <value>instance</value>
804
+ <value>partOf</value>
600
805
  </choice>
601
806
  </attribute>
602
807
  <element name="bibitem">
@@ -888,12 +888,18 @@
888
888
  </attribute>
889
889
  <optional>
890
890
  <attribute name="width">
891
- <data type="int"/>
891
+ <choice>
892
+ <data type="int"/>
893
+ <value>auto</value>
894
+ </choice>
892
895
  </attribute>
893
896
  </optional>
894
897
  <optional>
895
898
  <attribute name="height">
896
- <data type="int"/>
899
+ <choice>
900
+ <data type="int"/>
901
+ <value>auto</value>
902
+ </choice>
897
903
  </attribute>
898
904
  </optional>
899
905
  </element>
@@ -998,7 +1004,7 @@
998
1004
  <ref name="formattedref"/>
999
1005
  </optional>
1000
1006
  <zeroOrMore>
1001
- <ref name="source"/>
1007
+ <ref name="bsource"/>
1002
1008
  </zeroOrMore>
1003
1009
  <zeroOrMore>
1004
1010
  <ref name="docidentifier"/>
@@ -804,7 +804,7 @@
804
804
  <data type="int"/>
805
805
  </attribute>
806
806
  </optional>
807
- <data type="int"/>
807
+ <text/>
808
808
  </element>
809
809
  </define>
810
810
  <define name="tc-documentnumber">
@@ -1,5 +1,5 @@
1
1
  module Asciidoctor
2
2
  module Csand
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
@@ -11,9 +11,9 @@ module Metanorma
11
11
  end
12
12
 
13
13
  def output_formats
14
- {
14
+ super.merge(
15
15
  html: "html"
16
- }
16
+ )
17
17
  end
18
18
 
19
19
  def version
@@ -28,9 +28,10 @@ module Metanorma
28
28
  case format
29
29
  when :html
30
30
  IsoDoc::Csand::HtmlConvert.new(options).convert(outname, isodoc_node)
31
+ else
32
+ super
31
33
  end
32
34
  end
33
-
34
35
  end
35
36
  end
36
37
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-csand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-02 00:00:00.000000000 Z
11
+ date: 2018-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -168,16 +168,16 @@ dependencies:
168
168
  name: isodoc
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - ">="
171
+ - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: 0.8.0
173
+ version: 0.8.7
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - ">="
178
+ - - "~>"
179
179
  - !ruby/object:Gem::Version
180
- version: 0.8.0
180
+ version: 0.8.7
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: bundler
183
183
  requirement: !ruby/object:Gem::Requirement
@@ -346,7 +346,6 @@ files:
346
346
  - ".travis.yml"
347
347
  - CODE_OF_CONDUCT.md
348
348
  - Gemfile
349
- - Gemfile.lock
350
349
  - LICENSE
351
350
  - README.adoc
352
351
  - Rakefile
@@ -376,7 +375,7 @@ files:
376
375
  - lib/metanorma/csand/processor.rb
377
376
  homepage: https://github.com/riboseinc/asciidoctor-csand
378
377
  licenses:
379
- - MIT
378
+ - BSD-2-Clause
380
379
  metadata: {}
381
380
  post_install_message:
382
381
  rdoc_options: []
@@ -1,251 +0,0 @@
1
- GIT
2
- remote: https://github.com/riboseinc/asciidoctor-iso
3
- revision: 575341655824ef6fd612e710dcee60aa30177b9d
4
- specs:
5
- asciidoctor-iso (0.9.1)
6
- asciidoctor (~> 1.5.7)
7
- iso-bib-item (~> 0.1.6)
8
- isobib (~> 0.1.6)
9
- isodoc (>= 0.8)
10
- ruby-jing
11
-
12
- GIT
13
- remote: https://github.com/riboseinc/isodoc
14
- revision: 601c1870fea386cb54fd8b2f112f680f71bd58a3
15
- specs:
16
- isodoc (0.8)
17
- asciimath
18
- html2doc (>= 0.7.1)
19
- htmlentities (~> 4.3.4)
20
- image_size
21
- liquid
22
- mime-types
23
- nokogiri
24
- roman-numerals
25
- ruby-xslt
26
- sass
27
- thread_safe
28
- uuidtools
29
-
30
- PATH
31
- remote: .
32
- specs:
33
- asciidoctor-csand (0.3.0)
34
- asciidoctor (~> 1.5.7)
35
- asciidoctor-iso (>= 0.9.0)
36
- asciimath
37
- htmlentities (~> 4.3.4)
38
- image_size
39
- isodoc (>= 0.8.0)
40
- mime-types
41
- nokogiri
42
- ruby-jing
43
- ruby-xslt
44
- thread_safe
45
- uuidtools
46
-
47
- GEM
48
- remote: https://rubygems.org/
49
- specs:
50
- algoliasearch (1.23.2)
51
- httpclient (~> 2.8, >= 2.8.3)
52
- json (>= 1.5.1)
53
- asciidoctor (1.5.7.1)
54
- asciidoctor-csd (0.4.0)
55
- asciidoctor-iso (>= 0.9.0)
56
- isodoc (>= 0.8.0)
57
- asciidoctor-gb (0.3.0)
58
- asciidoctor-iso (>= 0.9.0)
59
- isodoc (>= 0.8.0)
60
- twitter_cldr
61
- asciidoctor-m3d (0.3.1)
62
- asciidoctor (~> 1.5.7)
63
- asciidoctor-iso (>= 0.9.0)
64
- asciimath
65
- htmlentities (~> 4.3.4)
66
- image_size
67
- isodoc (>= 0.8.0)
68
- mime-types
69
- nokogiri
70
- ruby-jing
71
- ruby-xslt
72
- thread_safe
73
- uuidtools
74
- asciidoctor-rfc (0.9.0)
75
- asciidoctor (~> 1.5.7)
76
- htmlentities (~> 4.3.4)
77
- nokogiri
78
- ruby-jing
79
- thread_safe
80
- asciidoctor-rsd (0.3.1)
81
- asciidoctor (~> 1.5.7)
82
- asciidoctor-iso (>= 0.8.0)
83
- asciimath
84
- htmlentities (~> 4.3.4)
85
- image_size
86
- isodoc (>= 0.7.0)
87
- mime-types
88
- nokogiri
89
- ruby-jing
90
- ruby-xslt
91
- thread_safe
92
- uuidtools
93
- asciimath (1.0.4)
94
- ast (2.4.0)
95
- byebug (9.1.0)
96
- camertron-eprun (1.1.1)
97
- cldr-plurals-runtime-rb (1.0.1)
98
- coderay (1.1.2)
99
- diff-lcs (1.3)
100
- docile (1.3.1)
101
- duplicate (1.1.1)
102
- equivalent-xml (0.6.0)
103
- nokogiri (>= 1.4.3)
104
- ffi (1.9.25)
105
- formatador (0.2.5)
106
- guard (2.14.2)
107
- formatador (>= 0.2.4)
108
- listen (>= 2.7, < 4.0)
109
- lumberjack (>= 1.0.12, < 2.0)
110
- nenv (~> 0.1)
111
- notiffany (~> 0.0)
112
- pry (>= 0.9.12)
113
- shellany (~> 0.0)
114
- thor (>= 0.18.1)
115
- guard-compat (1.2.1)
116
- guard-rspec (4.7.3)
117
- guard (~> 2.1)
118
- guard-compat (~> 1.1)
119
- rspec (>= 2.99.0, < 4.0)
120
- html2doc (0.8.0)
121
- asciimath
122
- htmlentities (~> 4.3.4)
123
- image_size
124
- mime-types
125
- nokogiri
126
- ruby-xslt
127
- thread_safe
128
- uuidtools
129
- htmlentities (4.3.4)
130
- httpclient (2.8.3)
131
- image_size (2.0.0)
132
- iso-bib-item (0.1.8)
133
- duplicate
134
- isoics (~> 0.1.6)
135
- nokogiri
136
- isobib (0.1.7)
137
- algoliasearch
138
- iso-bib-item (~> 0.1.2)
139
- isoics (0.1.6)
140
- jaro_winkler (1.5.1)
141
- json (2.1.0)
142
- liquid (4.0.0)
143
- listen (3.1.5)
144
- rb-fsevent (~> 0.9, >= 0.9.4)
145
- rb-inotify (~> 0.9, >= 0.9.7)
146
- ruby_dep (~> 1.2)
147
- lumberjack (1.0.13)
148
- metanorma (0.2.2)
149
- asciidoctor-csand (>= 0.3.0)
150
- asciidoctor-csd (>= 0.4.0)
151
- asciidoctor-gb (>= 0.3.0)
152
- asciidoctor-iso (>= 0.9.0)
153
- asciidoctor-m3d (>= 0.3.1)
154
- asciidoctor-rfc (>= 0.9.0)
155
- asciidoctor-rsd (>= 0.3.0)
156
- isodoc (>= 0.8.0)
157
- method_source (0.9.0)
158
- mime-types (3.1)
159
- mime-types-data (~> 3.2015)
160
- mime-types-data (3.2016.0521)
161
- mini_portile2 (2.3.0)
162
- nenv (0.3.0)
163
- nokogiri (1.8.3)
164
- mini_portile2 (~> 2.3.0)
165
- notiffany (0.1.1)
166
- nenv (~> 0.1)
167
- shellany (~> 0.0)
168
- optout (0.0.2)
169
- parallel (1.12.1)
170
- parser (2.5.1.0)
171
- ast (~> 2.4.0)
172
- powerpack (0.1.2)
173
- pry (0.11.3)
174
- coderay (~> 1.1.0)
175
- method_source (~> 0.9.0)
176
- rainbow (3.0.0)
177
- rake (12.3.1)
178
- rb-fsevent (0.10.3)
179
- rb-inotify (0.9.10)
180
- ffi (>= 0.5.0, < 2)
181
- roman-numerals (0.3.0)
182
- rspec (3.7.0)
183
- rspec-core (~> 3.7.0)
184
- rspec-expectations (~> 3.7.0)
185
- rspec-mocks (~> 3.7.0)
186
- rspec-core (3.7.1)
187
- rspec-support (~> 3.7.0)
188
- rspec-expectations (3.7.0)
189
- diff-lcs (>= 1.2.0, < 2.0)
190
- rspec-support (~> 3.7.0)
191
- rspec-mocks (3.7.0)
192
- diff-lcs (>= 1.2.0, < 2.0)
193
- rspec-support (~> 3.7.0)
194
- rspec-support (3.7.1)
195
- rubocop (0.57.2)
196
- jaro_winkler (~> 1.5.1)
197
- parallel (~> 1.10)
198
- parser (>= 2.5)
199
- powerpack (~> 0.1)
200
- rainbow (>= 2.2.2, < 4.0)
201
- ruby-progressbar (~> 1.7)
202
- unicode-display_width (~> 1.0, >= 1.0.1)
203
- ruby-jing (0.0.1)
204
- optout (>= 0.0.2)
205
- ruby-progressbar (1.9.0)
206
- ruby-xslt (0.9.10)
207
- ruby_dep (1.5.0)
208
- sass (3.5.6)
209
- sass-listen (~> 4.0.0)
210
- sass-listen (4.0.0)
211
- rb-fsevent (~> 0.9, >= 0.9.4)
212
- rb-inotify (~> 0.9, >= 0.9.7)
213
- shellany (0.0.1)
214
- simplecov (0.16.1)
215
- docile (~> 1.1)
216
- json (>= 1.8, < 3)
217
- simplecov-html (~> 0.10.0)
218
- simplecov-html (0.10.2)
219
- thor (0.20.0)
220
- thread_safe (0.3.6)
221
- timecop (0.9.1)
222
- twitter_cldr (4.4.3)
223
- camertron-eprun
224
- cldr-plurals-runtime-rb (~> 1.0)
225
- tzinfo
226
- tzinfo (1.2.5)
227
- thread_safe (~> 0.1)
228
- unicode-display_width (1.4.0)
229
- uuidtools (2.1.5)
230
-
231
- PLATFORMS
232
- ruby
233
-
234
- DEPENDENCIES
235
- asciidoctor-csand!
236
- asciidoctor-iso!
237
- bundler (~> 1.15)
238
- byebug (~> 9.1)
239
- equivalent-xml (~> 0.6)
240
- guard (~> 2.14)
241
- guard-rspec (~> 4.7)
242
- isodoc!
243
- metanorma
244
- rake (~> 12.0)
245
- rspec (~> 3.6)
246
- rubocop (~> 0.50)
247
- simplecov (~> 0.15)
248
- timecop (~> 0.9)
249
-
250
- BUNDLED WITH
251
- 1.16.2