summaryrefslogtreecommitdiff
path: root/asciidoctor.gemspec
AgeCommit message (Expand)Author
2024-03-07resolves #4561 remove use of base64 library to prevent warning in Ruby >= 3.3...Dan Allen
2023-08-15forbid use of haml 6.1.2 since it's not compiled for JRubyDan Allen
2023-04-08resolves #4429 add support for Haml 6 to template converter (PR #4431)Dan Allen
2023-02-21upgrade Nokogiri where possibleDan Allen
2022-10-06fix mailing list URL in gem metadataDan Allen
2022-08-26upgrade Nokogiri to latest version and add overrides for older Ruby versions ...Mike Dalessio
2022-08-24bump minimum required Ruby version to 2.5 (PR #4341)Dan Allen
2021-11-28fix mailinglist URL in gemspec [skip ci]Dan Allen
2021-10-18rename default branchDan Allen
2021-07-10move asciimath dependency declaration to GemfileDan Allen
2021-07-10move all syntax highlighter dependencies to GemfileDan Allen
2021-05-31replace rspec expectations with minitest assertions in feature testsDan Allen
2021-05-31upgrade minitestDan Allen
2021-04-10upgrade template librariesDan Allen
2021-01-22resolves #3916 upgrade rouge and fix test assertion (PR #3920)Dan Allen
2020-11-27test against AsciiMath 2Dan Allen
2020-08-20resolves #3737 add support for erubi template engine; use it in place of erub...Dan Allen
2020-01-17upgrade rouge in test suiteDan Allen
2019-12-26upgrade rouge for development to remove warnings (PR #3522)Dan Allen
2019-06-15resolves #3336 fix how options are passed to the Rouge lexer (PR #3339)Dan Allen
2019-04-15document in gemspec that Asciidoctor supports Rouge >= 2 [skip ci]Dan Allen
2019-04-10fix syntax in gemspec [skip ci]Dan Allen
2019-04-09assign files inside begin/rescue block in gemspec [skip ci]Dan Allen
2019-03-23resolves #3193 bundle .yardopts in RubyGem (PR #3194)Dan Allen
2019-02-06resolves #3044 don't distribute test suite in gem [skip ci] (PR #3048)Dan Allen
2019-02-05switch to HTTPS URL in gemspec [skip ci]Dan Allen
2019-02-05fix git command in gemspec [skip ci]Dan Allen
2019-02-05remove process workaround for JRuby [skip ci]Dan Allen
2019-02-05resolves #3005 remove the converter for the docbook45 backend (PR #3040)Dan Allen
2019-02-03resolves #1040 add syntax highlighter adapter for Rouge (PR #3033)Dan Allen
2019-01-10update development dependencies (PR #3000)Dan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2019-01-04look inside type when using defined? to avoid getting faked out by autoloadDan Allen
2018-10-29don't run build on unsupported versions of Ruby (part of #2764)Dan Allen
2018-10-27remove deprecated property in gemspec [skip ci]Dan Allen
2018-10-21resolves #2928 prevent Slim 4 from issuing warning about invalid `:asciidoc` ...Dan Allen
2018-10-14upgrade nokogiri, but keep version pinned on JRuby (PR #2919)Dan Allen
2018-08-01merge PR #2822Dan Allen
2018-08-01document the reasoning behind the logic that builds the list of files in the ...Dan Allen
2018-07-31map Concurrent::Hash to ThreadSafe::Cache in Ruby 1.8.7Dan Allen
2018-07-31replace thread_safe with concurrent-rubyJun Aruga
2018-07-06pin nokogiri to fix problem with test assertions on JRubyDan Allen
2018-05-06Load asciidoctor/version from LOAD_PATH if not found locally (PR #2760)Joseph Herlant
2018-04-08Fix typo in gemspec that removed README & CONTRIBUTING files from the generat...Joseph Herlant
2018-04-02add mailinglist URI to gem specDan Allen
2018-04-01add changelog, source, and issues URI to gem specDan Allen
2017-12-21move yard deps to Gemfile and remove rake taskDan Allen
2017-09-19rename license text file to LICENSE [skip ci]Dan Allen
2017-08-22update nokogiri to 1.8.0 for ruby >= 2.1 (PR #2380)Vasyl Solovei