summaryrefslogtreecommitdiff
path: root/asciidoctor.gemspec
AgeCommit message (Expand)Author
2013-08-21add test for depth set on include in nested fileDan Allen
2013-08-21resolves #575, #572 and #581 refactor reader to track include stackDan Allen
2013-08-12resolves #486 add docinfo option for footerDan Allen
2013-08-11make List class, store items in blocks arrayDan Allen
2013-07-23Release 0.1.4.preview.3v0.1.4.preview.3Dan Allen
2013-07-05increment preview version for v0.1.4Dan Allen
2013-07-05Release 0.1.4.preview.2v0.1.4.preview.2Dan Allen
2013-06-29prepare for 0.1.4.preview.2Dan Allen
2013-06-29set version to 0.1.4.preview.1Dan Allen
2013-06-29bring gemspec up to dateDan Allen
2013-06-19add tests for custom (tilt) backendsDan Allen
2013-06-09Merge pull request #415 from mojavelinux/template-testingDan Allen
2013-06-09lock Nokogiri version to ~> 1.5.10Dan Allen
2013-06-09fix tests for testing slim and haml backendsDan Allen
2013-06-08remove pending library entirelyDan Allen
2013-05-30prepare v0.1.3 releaseDan Allen
2013-05-30update descriptionDan Allen
2013-05-30Add _stylesheets to gemspec filesJennifer Hickey
2013-05-24cleanups and minor improvementsDan Allen
2013-05-23store default stylesheet in a string so it can be loaded via requireDan Allen
2013-05-03properly credit @nickh, update copyrightDan Allen
2013-04-26prepare for 0.1.3 developmentDan Allen
2013-04-26cleanup gemspecDan Allen
2013-04-25update version to 0.1.2Dan Allen
2013-04-25update version for candidate releaseDan Allen
2013-04-25update gemspec to reflect readme renameDan Allen
2013-04-25update descriptionDan Allen
2013-04-25update metadataDan Allen
2013-04-25fix bug resolving custom stylesheet, add testsDan Allen
2013-04-25update version to 0.1.2, set release dateDan Allen
2013-04-25resolves #257 add AsciiDoc config to document compatibilityDan Allen
2013-04-25resolves #76 add a default stylesheetDan Allen
2013-04-16resolves #116 include docinfo files in header when safe mode < SERVERDan Allen
2013-02-26Bump version numberRyan Waldron
2013-02-26Merge branch 'master' of https://github.com/asciidoctor/asciidoctorRyan Waldron
2013-02-19organize code in Asciidoctor module; optimize block matchDan Allen
2013-02-04Update gemspec dateRyan Waldron
2013-01-30Merge pull request #151 from pilhuhn/patch-1Dan Allen
2013-01-30Bump version number to 0.1.0Ryan Waldron
2013-01-30Update homepage to match move to organizationHeiko W. Rupp
2013-01-24rename headers_test.rb to sections_test.rbDan Allen
2013-01-23Merge remote-tracking branch 'mojavelinux/tomdoc' into frogRyan Waldron
2013-01-22add man page for the asciidoctor cliDan Allen
2013-01-22enhance invoker, add tests, enforce securityDan Allen
2013-01-22edits for cli pull requestDan Allen
2013-01-16Release 0.0.9v0.0.9Ryan Waldron
2013-01-16source highlighting (CodeRay & highlight.js)Dan Allen
2013-01-15organize safe modes in a module, align path normalizationDan Allen
2013-01-15optimize rendering and add additional configurationDan Allen
2013-01-09Make tilt a development dependency, not a runtime one (fixes #54)Ryan Waldron