Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Sep 4, 2018
1 parent 82b0a61 commit 84acd0c
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 750 deletions.
2 changes: 1 addition & 1 deletion lib/asciidoctor/rsd/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Asciidoctor
module Rsd
VERSION = "1.0.2"
VERSION = "1.0.3"
end
end
2 changes: 1 addition & 1 deletion metanorma-rsd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "htmlentities", "~> 4.3.4"
spec.add_dependency "nokogiri"
spec.add_dependency "metanorma-standoc", "~> 1.0.0"
spec.add_dependency "isodoc", "~> 0.8.8"
spec.add_dependency "isodoc", "~> 0.9.0"

spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "byebug", "~> 9.1"
Expand Down
58 changes: 29 additions & 29 deletions spec/examples/rfc6350.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3526,22 +3526,22 @@ that have been made in the vCard specification from <<RFC2425>> and
* [[[IEEE754,IEEE 754]]], _Standard for Binary Floating-Point Arithmetic._ 2008.
* [[[ISO8601.2000,ISO 8601:2000]]], _Data elements and interchange formats -- Information interchange -- Representation of dates and times._
* [[[ISO8601,ISO 8601:2004]]], _Data elements and interchange formats -- Information interchange -- Representation of dates and times._
* [[[RFC2045,IETF RFC 2045]]], N. Freed, N. Borenstein. _Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies._ 1996. https://www.rfc-editor.org/info/rfc2045
* [[[RFC2046,IETF RFC 2046]]], N. Freed, N. Borenstein. _Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types._ 1996. https://www.rfc-editor.org/info/rfc2046
* [[[RFC2119,IETF RFC 2119]]], S. Bradner. _Key words for use in RFCs to Indicate Requirement Levels._ 1997. https://www.rfc-editor.org/info/rfc2119
* [[[RFC2739,IETF RFC 2739]]], T. Small, D. Hennessy, F. Dawson. _Calendar Attributes for vCard and LDAP._ 2000. https://www.rfc-editor.org/info/rfc2739
* [[[RFC3629,IETF RFC 3629]]], F. Yergeau. _UTF-8, a transformation format of ISO 10646._ 2003. https://www.rfc-editor.org/info/rfc3629
* [[[RFC3966,IETF RFC 3966]]], H. Schulzrinne. _The tel URI for Telephone Numbers._ 2004. https://www.rfc-editor.org/info/rfc3966
* [[[RFC3986,IETF RFC 3986]]], T. Berners-Lee, R. Fielding, L. Masinter. _Uniform Resource Identifier (URI): Generic Syntax._ 2005. https://www.rfc-editor.org/info/rfc3986
* [[[RFC4122,IETF RFC 4122]]], P. Leach, M. Mealling, R. Salz. _A Universally Unique IDentifier (UUID) URN Namespace._ 2005. https://www.rfc-editor.org/info/rfc4122
* [[[RFC4288,IETF RFC 4288]]], N. Freed, J. Klensin. _Media Type Specifications and Registration Procedures._ 2005. https://www.rfc-editor.org/info/rfc4288
* [[[RFC5234,IETF RFC 5234]]], D. Crocker, P. Overell. _Augmented BNF for Syntax Specifications: ABNF._ 2008. https://www.rfc-editor.org/info/rfc5234
* [[[RFC5322,IETF RFC 5322]]], P. Resnick. _Internet Message Format._ 2008. https://www.rfc-editor.org/info/rfc5322
* [[[RFC5545,IETF RFC 5545]]], B. Desruisseaux. _Internet Calendaring and Scheduling Core Object Specification (iCalendar)._ 2009. https://www.rfc-editor.org/info/rfc5545
* [[[RFC5546,IETF RFC 5546]]], C. Daboo. _iCalendar Transport-Independent Interoperability Protocol (iTIP)._ 2009. https://www.rfc-editor.org/info/rfc5546
* [[[RFC5646,IETF RFC 5646]]], A. Phillips, M. Davis. _Tags for Identifying Languages._ 2009. https://www.rfc-editor.org/info/rfc5646
* [[[RFC5870,IETF RFC 5870]]], A. Mayrhofer, C. Soanring. _A Uniform Resource Identifier for Geographic Locations ('geo' URI)._ 2010. https://www.rfc-editor.org/info/rfc5870
* [[[RFC6351,IETF RFC 6351]]], S. Perreault. _xCard: vCard XML Representation._ 2011. https://www.rfc-editor.org/info/rfc6351
* [[[RFC2045,RFC 2045]]], N. Freed, N. Borenstein. _Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies._ 1996. https://www.rfc-editor.org/info/rfc2045
* [[[RFC2046,RFC 2046]]], N. Freed, N. Borenstein. _Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types._ 1996. https://www.rfc-editor.org/info/rfc2046
* [[[RFC2119,RFC 2119]]], S. Bradner. _Key words for use in RFCs to Indicate Requirement Levels._ 1997. https://www.rfc-editor.org/info/rfc2119
* [[[RFC2739,RFC 2739]]], T. Small, D. Hennessy, F. Dawson. _Calendar Attributes for vCard and LDAP._ 2000. https://www.rfc-editor.org/info/rfc2739
* [[[RFC3629,RFC 3629]]], F. Yergeau. _UTF-8, a transformation format of ISO 10646._ 2003. https://www.rfc-editor.org/info/rfc3629
* [[[RFC3966,RFC 3966]]], H. Schulzrinne. _The tel URI for Telephone Numbers._ 2004. https://www.rfc-editor.org/info/rfc3966
* [[[RFC3986,RFC 3986]]], T. Berners-Lee, R. Fielding, L. Masinter. _Uniform Resource Identifier (URI): Generic Syntax._ 2005. https://www.rfc-editor.org/info/rfc3986
* [[[RFC4122,RFC 4122]]], P. Leach, M. Mealling, R. Salz. _A Universally Unique IDentifier (UUID) URN Namespace._ 2005. https://www.rfc-editor.org/info/rfc4122
* [[[RFC4288,RFC 4288]]], N. Freed, J. Klensin. _Media Type Specifications and Registration Procedures._ 2005. https://www.rfc-editor.org/info/rfc4288
* [[[RFC5234,RFC 5234]]], D. Crocker, P. Overell. _Augmented BNF for Syntax Specifications: ABNF._ 2008. https://www.rfc-editor.org/info/rfc5234
* [[[RFC5322,RFC 5322]]], P. Resnick. _Internet Message Format._ 2008. https://www.rfc-editor.org/info/rfc5322
* [[[RFC5545,RFC 5545]]], B. Desruisseaux. _Internet Calendaring and Scheduling Core Object Specification (iCalendar)._ 2009. https://www.rfc-editor.org/info/rfc5545
* [[[RFC5546,RFC 5546]]], C. Daboo. _iCalendar Transport-Independent Interoperability Protocol (iTIP)._ 2009. https://www.rfc-editor.org/info/rfc5546
* [[[RFC5646,RFC 5646]]], A. Phillips, M. Davis. _Tags for Identifying Languages._ 2009. https://www.rfc-editor.org/info/rfc5646
* [[[RFC5870,RFC 5870]]], A. Mayrhofer, C. Soanring. _A Uniform Resource Identifier for Geographic Locations ('geo' URI)._ 2010. https://www.rfc-editor.org/info/rfc5870
* [[[RFC6351,RFC 6351]]], S. Perreault. _xCard: vCard XML Representation._ 2011. https://www.rfc-editor.org/info/rfc6351
* [[[W3C.REC-xml-20081126,W3C REC-xml-20081126]]], E. Maler, Yergeau, F., Sperberg-McQueen, C., Paoli, J., T. Bray. _Extensible Markup Language (XML) 1.0 (Fifth Edition)._ 2008. http://www.w3.org/TR/2008/REC-xml-20081126
* [[[xfn,XFN]]], T. Celik, M. Mullenweg, E. Meyer. _XFN 1.1 profile._ http://gmpg.org/xfn/11

Expand All @@ -3551,19 +3551,19 @@ that have been made in the vCard specification from <<RFC2425>> and

* [[[IANA-TZ,IANA TZ]]], E. Lear, P. Eggert. _IANA Procedures for Maintaining the Timezone Database._ Work in Progress. 2011.
* [[[ISO9070,ISO 9070]]], _Information Processing -- SGML support facilities -- Registration Procedures for Public Text Owner Identifiers._
* [[[RFC1738,IETF RFC 1738]]], T. Berners-Lee, L. Masinter, M. McCahill. _Uniform Resource Locators (URL)._ 1994. https://www.rfc-editor.org/info/rfc1738
* [[[RFC2397,IETF RFC 2397]]], L. Masinter. _The "data" URL scheme._ 1998. https://www.rfc-editor.org/info/rfc2397
* [[[RFC2425,IETF RFC 2425]]], T. Howes, M. Smith, F. Dawson. _MIME Content-Type for Directory Information._ 1998. https://www.rfc-editor.org/info/rfc2425
* [[[RFC2426,IETF RFC 2426]]], F. Dawson, T. Howes. _vCard MIME Directory Profile._ 1998. https://www.rfc-editor.org/info/rfc2426
* [[[RFC2616,IETF RFC 2616]]], R. Fielding, J. Gettys, J. Mogul, H. Frystyk, L. Masinter, P. Leach, T. Berners-Lee. _Hypertext Transfer Protocol -- HTTP/1.1_ 1999. https://www.rfc-editor.org/info/rfc2616
* [[[RFC3282,IETF RFC 3282]]], H. Alvestrand. _Content Language Headers._ 2002. https://www.rfc-editor.org/info/rfc3282
* [[[RFC3406,IETF RFC 3406]]], L. Daigle, D. van Gulik, R. Iannella, P. Faltstrom. _Uniform Resource Names (URN) Namespace Definition Mechanisms._ 2002. https://www.rfc-editor.org/info/rfc3406
* [[[RFC3536,IETF RFC 3536]]], P. Hoffman. _Terminology Used in Internationalization in the IETF._ 2003. https://www.rfc-editor.org/info/rfc3536
* [[[RFC4770,IETF RFC 4770]]], C. Jennings, J. Reschke. _vCard Extensions for Instant Messaging (IM)._ 2007. https://www.rfc-editor.org/info/rfc4770
* [[[RFC4880,IETF RFC 4880]]], J. Callas, L. Donnerhcke, H. Finney, D. Shaw, R. Thayer. _OpenPGP Message Format._ 2007. https://www.rfc-editor.org/info/rfc4880
* [[[RFC5335bis,IETF RFC 5335]]], A. Yang, S. Steele. _Internationalized Email Headers._ 2011. https://www.rfc-editor.org/info/rfc5335
* [[[RFC5751,IETF RFC 5751]]], B. Ramsdell, S. Turner. _Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Message Specification._ 2010. https://www.rfc-editor.org/info/rfc5751
* [[[RFC6068,IETF RFC 6068]]], M. Duerst, L. Masinter, J. Zawinski. _The 'mailto' URI Scheme._ 2010. https://www.rfc-editor.org/info/rfc6068
* [[[RFC1738,RFC 1738]]], T. Berners-Lee, L. Masinter, M. McCahill. _Uniform Resource Locators (URL)._ 1994. https://www.rfc-editor.org/info/rfc1738
* [[[RFC2397,RFC 2397]]], L. Masinter. _The "data" URL scheme._ 1998. https://www.rfc-editor.org/info/rfc2397
* [[[RFC2425,RFC 2425]]], T. Howes, M. Smith, F. Dawson. _MIME Content-Type for Directory Information._ 1998. https://www.rfc-editor.org/info/rfc2425
* [[[RFC2426,RFC 2426]]], F. Dawson, T. Howes. _vCard MIME Directory Profile._ 1998. https://www.rfc-editor.org/info/rfc2426
* [[[RFC2616,RFC 2616]]], R. Fielding, J. Gettys, J. Mogul, H. Frystyk, L. Masinter, P. Leach, T. Berners-Lee. _Hypertext Transfer Protocol -- HTTP/1.1_ 1999. https://www.rfc-editor.org/info/rfc2616
* [[[RFC3282,RFC 3282]]], H. Alvestrand. _Content Language Headers._ 2002. https://www.rfc-editor.org/info/rfc3282
* [[[RFC3406,RFC 3406]]], L. Daigle, D. van Gulik, R. Iannella, P. Faltstrom. _Uniform Resource Names (URN) Namespace Definition Mechanisms._ 2002. https://www.rfc-editor.org/info/rfc3406
* [[[RFC3536,RFC 3536]]], P. Hoffman. _Terminology Used in Internationalization in the IETF._ 2003. https://www.rfc-editor.org/info/rfc3536
* [[[RFC4770,RFC 4770]]], C. Jennings, J. Reschke. _vCard Extensions for Instant Messaging (IM)._ 2007. https://www.rfc-editor.org/info/rfc4770
* [[[RFC4880,RFC 4880]]], J. Callas, L. Donnerhcke, H. Finney, D. Shaw, R. Thayer. _OpenPGP Message Format._ 2007. https://www.rfc-editor.org/info/rfc4880
* [[[RFC5335bis,RFC 5335]]], A. Yang, S. Steele. _Internationalized Email Headers._ 2011. https://www.rfc-editor.org/info/rfc5335
* [[[RFC5751,RFC 5751]]], B. Ramsdell, S. Turner. _Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Message Specification._ 2010. https://www.rfc-editor.org/info/rfc5751
* [[[RFC6068,RFC 6068]]], M. Duerst, L. Masinter, J. Zawinski. _The 'mailto' URI Scheme._ 2010. https://www.rfc-editor.org/info/rfc6068
* [[[TZ-DB,TZ-DB]]], A. Olson. _Time zone code and data._ ftp://elsie.nci.nih.gov/pub/
* [[[vCard21,Internet Mail Consortium vCard]]], Internet Mail Consortium. _vCard - The Electronic Business Card Version 2.1._ 1996.

Loading

0 comments on commit 84acd0c

Please sign in to comment.