Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 11, 2018
1 parent b8be3ba commit 88248da
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 51 deletions.
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metanorma-standoc (1.0.11)
metanorma-standoc (1.0.12)
asciidoctor (~> 1.5.7)
concurrent-ruby
iev (~> 0.2.0)
Expand All @@ -15,7 +15,7 @@ GEM
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
algoliasearch (1.23.2)
algoliasearch (1.24.0)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
asciidoctor (1.5.8)
Expand All @@ -34,7 +34,7 @@ GEM
ffi (1.9.25)
formatador (0.2.5)
gb-agencies (0.0.5)
gbbib (0.4.2)
gbbib (0.4.3)
cnccs (~> 0.1.1)
gb-agencies (~> 0.0.1)
iso-bib-item (~> 0.4.2)
Expand Down Expand Up @@ -64,10 +64,10 @@ GEM
uuidtools
htmlentities (4.3.4)
httpclient (2.8.3)
iecbib (0.2.1)
iecbib (0.2.2)
addressable
iso-bib-item (~> 0.4.2)
ietfbib (0.4.3)
ietfbib (0.4.5)
iso-bib-item (~> 0.4.2)
iev (0.2.0)
nokogiri
Expand All @@ -76,11 +76,11 @@ GEM
isoics (~> 0.1.6)
nokogiri (~> 1.8.4)
ruby_deep_clone (~> 0.8.0)
isobib (0.4.1)
isobib (0.4.2)
algoliasearch
iecbib (~> 0.2.1)
iso-bib-item (~> 0.4.2)
isodoc (0.9.11)
isodoc (0.9.12)
asciimath
html2doc (~> 0.8.6)
htmlentities (~> 4.3.4)
Expand All @@ -101,7 +101,8 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.13)
metanorma (0.3.2)
metanorma (0.3.5)
asciidoctor
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
Expand All @@ -123,7 +124,7 @@ GEM
method_source (~> 0.9.0)
public_suffix (3.0.3)
rainbow (3.0.0)
rake (12.3.1)
rake (12.3.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ which adheres with ISO formatting requirements. Recommend against overriding thi

`:olstyle`:: Word CSS selector for ordered lists in supplied stylesheets. Defaults to value for built in stylesheet. Recommend against overriding this.

`:data-uri-image`:: Encode all images in HTML output as inline data-URIs.
`:data-uri-image`:: Encode all images in HTML output as inline data-URIs. Defaults to true.

`:smartquotes`:: Apply smartquotes and other autoformatting to the XML output (and hence the downstream outputs)
(default true). The rules for
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/standoc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Standoc
VERSION = "1.0.11".freeze
VERSION = "1.0.12".freeze
end
end
60 changes: 20 additions & 40 deletions spec/vcr_cassettes/rfcbib_get_rfc8341.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88248da

Please sign in to comment.