summaryrefslogtreecommitdiff
path: root/asciidoctor.gemspec
AgeCommit message (Expand)Author
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
2017-06-24upgrade haml development dependency to ~> 5.0.0Dan Allen
2017-05-16using consistent encoding directive throughout projectDan Allen
2017-04-23lock version of yard to fix invalid byte sequence in Ruby 1.9.3Dan Allen
2017-03-03shift latest version of dep to gemspecDan Allen
2017-01-23upgrade cucumber and JRuby in CI build (PR #2005)Dan Allen
2016-11-29upgrade Nokogiri to 1.6.x (except on Ruby 1.8) (PR #1213)Dan Allen
2016-11-29always use 0 to represent floating number in pessimistic versionDan Allen
2016-11-29upgrade to Slim 3 (PR #1953)Vít Ondruch
2016-11-28include entire test suite in gem (PR #1952)Vít Ondruch
2016-07-14collect files for gemspec in a way compatible with JRuby 1.7Dan Allen
2016-07-07cleanup file lists in gemspecDan Allen
2016-07-07collect files for gemspec even when project is not a git repositoryDan Allen
2016-06-23remove blank lineDan Allen
2016-06-04use IO.popen in gemspec instead of ` so it fails properly on JRubyDan Allen
2016-06-04fix gemspec syntax so it works with parser used by the Maven pluginDan Allen
2016-05-24remove column alignment in gemspec; calculate executables using grepDan Allen
2016-05-24use Ruby to filter files instead of gitDan Allen
2016-05-25Fix for git ls-files filterRahman Usta
2016-01-05reorganize the gemspec; specify file paths explicitlyDan Allen
2016-01-05update asciimath gemDan Allen
2015-12-21make older versions of git happyDan Allen
2015-10-18Merge pull request #954 from pepijnve/asciimathDan Allen
2015-10-18Add asciimath to mathml converter to support asciimath in docbook converterPepijn Van Eeckhoudt