Skip to content

Commit

Permalink
metanorma rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jun 23, 2018
1 parent b5dddc6 commit f4ca356
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 569 deletions.
59 changes: 58 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/riboseinc/asciidoctor-iso
revision: 1a28d27a2ea737a42ba1f01501bb11ff41b4551e
revision: 8878a2c5e31a3c3b33a292989e5c0c7ec346e230
specs:
asciidoctor-iso (0.9.0)
asciidoctor (~> 1.5.7)
Expand Down Expand Up @@ -65,9 +65,50 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
asciidoctor (1.5.7.1)
asciidoctor-csand (0.3.0)
asciidoctor (~> 1.5.7)
asciidoctor-iso (>= 0.9.0)
asciimath
htmlentities (~> 4.3.4)
image_size
isodoc (>= 0.8.0)
mime-types
nokogiri
ruby-jing
ruby-xslt
thread_safe
uuidtools
asciidoctor-csd (0.4.0)
asciidoctor-iso (>= 0.9.0)
isodoc (>= 0.8.0)
asciidoctor-gb (0.3.0)
asciidoctor-iso (>= 0.9.0)
isodoc (>= 0.8.0)
twitter_cldr
asciidoctor-m3d (0.3.1)
asciidoctor (~> 1.5.7)
asciidoctor-iso (>= 0.9.0)
asciimath
htmlentities (~> 4.3.4)
image_size
isodoc (>= 0.8.0)
mime-types
nokogiri
ruby-jing
ruby-xslt
thread_safe
uuidtools
asciidoctor-rfc (0.9.0)
asciidoctor (~> 1.5.7)
htmlentities (~> 4.3.4)
nokogiri
ruby-jing
thread_safe
asciimath (1.0.4)
ast (2.4.0)
byebug (9.1.0)
camertron-eprun (1.1.1)
cldr-plurals-runtime-rb (1.0.1)
coderay (1.1.2)
diff-lcs (1.3)
docile (1.3.1)
Expand Down Expand Up @@ -109,6 +150,15 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.13)
metanorma (0.2.2)
asciidoctor-csand (>= 0.3.0)
asciidoctor-csd (>= 0.4.0)
asciidoctor-gb (>= 0.3.0)
asciidoctor-iso (>= 0.9.0)
asciidoctor-m3d (>= 0.3.1)
asciidoctor-rfc (>= 0.9.0)
asciidoctor-rsd (>= 0.3.0)
isodoc (>= 0.8.0)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
Expand Down Expand Up @@ -174,6 +224,12 @@ GEM
thor (0.20.0)
thread_safe (0.3.6)
timecop (0.9.1)
twitter_cldr (4.4.3)
camertron-eprun
cldr-plurals-runtime-rb (~> 1.0)
tzinfo
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
uuidtools (2.1.5)

Expand All @@ -190,6 +246,7 @@ DEPENDENCIES
guard-rspec (~> 4.7)
html2doc!
isodoc!
metanorma
rake (~> 12.0)
rspec (~> 3.6)
rubocop (~> 0.50)
Expand Down
1 change: 1 addition & 0 deletions asciidoctor-rsd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop", "~> 0.50"
spec.add_development_dependency "simplecov", "~> 0.15"
spec.add_development_dependency "timecop", "~> 0.9"
spec.add_development_dependency "metanorma"
end
3 changes: 2 additions & 1 deletion lib/metanorma/rsd/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def initialize

def output_formats
{
html: "html"
html: "html",
doc: "doc"
}
end

Expand Down
Loading

0 comments on commit f4ca356

Please sign in to comment.