Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/asciidoctor/asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://github.com/asciidoctor/asciidoctor-gradle-plugin

Merge pull request #126 from ysb33r/development

Addressing #108, #122, #125

ed288a4ee008e68476c33fe4ed5b9a9f3744753f authored over 10 years ago
Update bintray configuration

1d6a9d6c914c04a87955341f630ad6f387f5ba30 authored over 10 years ago
FIxed spelling mistake log message

a0d365e87a020bd04782638231be5e741db07be1 authored over 10 years ago
Removed 'sourceDocumentNames' method as it never was in any released version and is now superceed by 'sources'

4a668a8d674a4ec511dc46f61763af98668e9303 authored over 10 years ago
Working model using FileTree + PatternSet for managing source documents

0f5cbed85dd46c2f78aad58386a56eeac3f2028b authored over 10 years ago
Updated README with details of the 'sources' and 'resources' methods

3ab46ead30436b7e56f80ffc81b457cdc24ee73d authored over 10 years ago
Deleted unit test that are no longer relevant. Updated README with more notes on backwards-compatibility

4d9b4057b6242c57ef37a6becf5a8f5c87ddeade authored over 10 years ago
Added resources method to handle copying of additional resources to utputDir without having to resort to a seperate copy task

8fb868ff7c27001c44f5319170fe0eb7a076f5e9 authored over 10 years ago
Removed a @IgnoreRest that was accidentaly left behind

cce387f50ce995b4dfa85b72929a6224521db318 authored over 10 years ago
Adjusts the behaviour of getSourceDocumentNames to that of v1.5.0 with regards to emitted exceptions and warnings

f4e06add89f28c4fd8c878d1d1ab24baaf9d5f1e authored over 10 years ago
Intermediate work for moving sourceDocumentName to fileTree or SourceSet

2a958145da007e980e943e24448a3eee7a339d8a authored over 10 years ago
Fixed CodeNarc violations for the sourceDocuments fix

ccc65d7c248e936c6ffcdcbc2834d2f60db9b547 authored over 10 years ago
Merge pull request #123 from rundis/development

#108 changed sourceDir default from src/asciidoc to src/docs/asciidoc

3b93e0b4bd7958930d47c22667e1a7186abb36f0 authored over 10 years ago
#108 changed sourceDir default from src/asciidoc to src/docs/asciidoc

d33715732b2152043bfefb8724c6d991343fdec9 authored over 10 years ago
Merge pull request #121 from ysb33r/development

Addressing #120 (Suggestions for refactoring)

64cdeddf89f88c6dc1eaaea2a544bd5669a3e69e authored over 10 years ago
Updated README for #120 to place backwards compatibility notes regarding options and attributes in correct location

770832c6cc180407120322fee15f96be5c91f898 authored over 10 years ago
Updated README for #120

2fac7a08e23df645b75508bfd423806a194fad8c authored over 10 years ago
Refactored AsciidoctorTask so that most properties can now be set either via property assignment or more flexible method calls. For #120

e70ba52f87f42634dee7782651143d523428c8db authored over 10 years ago
Fixed issues with legacy attribute formats embedded inside options. For #120.

6d2002bbac31e353425aace133584b781fe94d05 authored over 10 years ago
Merge pull request #118 from ysb33r/development

A better fix for #113

ebe8357c0130b1aa21ed7b5562c1651c275c3137 authored over 10 years ago
A better fix for #113

b3151f72eb96d4fa36d16d0c4c62f9aac8fdd424 authored over 10 years ago
Fixed #112. When 'processAsciidocSources' is called 'classpath' is not set, default to useing the ASCIIDOCTOR configuration

f5394221779dab8214e39491f14bb30dac0ad009 authored over 10 years ago
Bump version to 1.5.1-SNAPSHOT

1680869d3b71c607007c76199404c389184b6f6a authored over 10 years ago
Fix document header of README

567e9ca05c99b09e3d05b349a6c2ed2e5884c57f authored over 10 years ago
Merge pull request #117 from ysb33r/master

Fixes #112

501aedf691a60c0502cbb232a42cae67fbdd4b8b authored over 10 years ago
Fixed #112. When 'processAsciidocSources' is called 'classpath' is not set, default to useing the ASCIIDOCTOR configuration

c82e75dafda02e8f37fe336cf74b3f7c8ed6e399 authored over 10 years ago
Fix build breakage due to CodeNarc violations

84fe82612247259b3250591f505ee85e909281f7 authored over 10 years ago
Fix build breakage due to CodeNarc violations

789b942933759e0591818ba1f178785e96074f8b authored over 10 years ago
Fixes #113. Allow alternative definitions for 'sourcedocumentNames'

16e0e3cbebc0b5b9c06b7b6581cf5a20ff472529 authored over 10 years ago
Fixes #113. Allow alternative definitions for 'sourcedocumentNames'

4015ad84740985940949ffcaf21d00de72ace28d authored over 10 years ago
Merge pull request #107 from abelsromero/development

README.adoc revision

60948f25d18c869d58472a21be12161a86b30320 authored over 10 years ago
Fix document header of README

7305852b9cfdfd5d4d50ffa9f203df7159710a9d authored over 10 years ago
readme.adoc revision:

- changed ending punctuation
- changed order of titles in blocks according to asciidoc syntax
ref...

e9d6020c853e5eabb1ab8eb258636769d25e4add authored over 10 years ago
Bump version to 1.5.1-SNAPSHOT

e1d4291744dd77ba0c0fd0802c5163a1ca33f562 authored over 10 years ago
Merge changes from upstream

6c47da4da7d53a7d42608338f4ff985b3943775c authored over 10 years ago
Merge changes from upstream

c06138e4b791dc5cd296ca0cb0010a8afcdfb8b0 authored over 10 years ago
Merge branch 'master' of github.com:asciidoctor/asciidoctor-gradle-plugin

4cfecb37e70064e0c427ef81766a18d8b9120d1a authored over 10 years ago
Document explicit call to '.toString()' on GString option values. Relates to #81

bfe812341303ff2ad395bfd66ddcbad6ab72ae47 authored over 10 years ago
fix missing underscore in whitelist for gem name characters

cedfa6732fe031b09bba18bb7ab90e2953181c3e authored over 10 years ago
use delegate instead of proxyTarget to get at JRubyAsciidoctor instance

1b8e4e69752ab5c678fff379640b32f88588305e authored over 10 years ago
Updates to README

- set version to 1.5.0
- document gemPath option
- use transitional AsciiDoc syntax where appr...

b67c02869ed49b9dac0c2a21c8d63ddf327e78dc authored over 10 years ago
Using Groovy's class cast operator (as) can lead to CNFEs with multiple classloaders. Better wrap the real Asciidoctor instance than attempting to cast it to a proxy class. Fixes #90

7b2a0b7d537b30c6e356c15b3561419958327f28 authored over 10 years ago
Update readme with latest features and changes. Fixes #94

5e6365b2320bb8b8086b79bf4a652c242ff3079c authored over 10 years ago
Merge branch 'master' of github.com:asciidoctor/asciidoctor-gradle-plugin

a89f3bd740a162ae8241c7e54c94868110b875d6 authored over 10 years ago
Merge pull request #103 from mojavelinux/explicit-artifact-id

use explicit artifactId for project

2a2c5495e6ab62afa21c9890d7a22866aaeabac6 authored over 10 years ago
use explicit artifactId for project

bfcc4100aa51db6f7682cefe4238f091fc224c3e authored over 10 years ago
Do not output a warning when sourceDocumentNames contains absolute paths that happen to be inside sourcedir

6571ec7cdff8e1feafa52cf1c8e575a6bc2f4d5a authored over 10 years ago
Configure exclusions for license plugin

3d2c70039c1953766a89728b4ff0da0ffb68e991 authored over 10 years ago
Fix CodeNarc violations

837730f8113d7311170e6b1dd8ca15ce90e4a93b authored over 10 years ago
Merge branch 'mojavelinux-issue-96'

e20bf72af321f85609bf7140db11798c9b40cc77 authored over 10 years ago
Fix merge conflict coming from mojavelinux-issue-96

d27349fe8dcf217b70bbaff28f0a2ceaa86a8995 authored over 10 years ago
Upgrade build dependencies

c306242e60cbcae50738186b9826b2105210d7c2 authored over 10 years ago
Fix broken build

52c6cc4e0e635e114a1caf47f3b45542089ad516 authored over 10 years ago
resolves #96 attempt to configure AsciidoctorJ in isolation

8d70d93c6f9045a6628750d46750c7f28ebd8509 authored over 10 years ago
Merge branch 'master' of github.com:asciidoctor/asciidoctor-gradle-plugin

be358ad3111cfe2fbd3ffff745089bea28c7d25e authored over 10 years ago
Refine error message when sourcedocumentNames contains absolutePaths

4536b29e9df3d9f46193770b4da4b8354952068d authored over 10 years ago
Merge pull request #99 from mojavelinux/issue-98

resolves #98 add configuration for gemPath and requires

48a6684a29d0a1f6e74210fa4d4c1ca3d5417dbe authored over 10 years ago
resolves #98 add configuration for gemPath and requires

6bff81889688146d79e2430a36cce4ec9b508437 authored over 10 years ago
Finish up migrating to asciidoctorj 1.5.0

1e4e024e64b600faaa1c40f41d6f340240f9c060 authored over 10 years ago
Merge pull request #97 from mojavelinux/master

Update to Asciidoctor 1.5.0

1be1f4a3d0f78bed3f51869a9dcb7a69aca37006 authored over 10 years ago
Add a description to the asciidoctor task. Fix #100

47971048d9f6e8b198146bf51d2a7a3c544f4ad8 authored over 10 years ago
Update to Asciidoctor 1.5.0

d3285aa83bc7a9c314850fac58cf857d244e0737 authored over 10 years ago
Bump version

3a64b31e983601f466811f0b27d74c252c659721 authored over 10 years ago
Merge pull request #93 from mojavelinux/epub3-backend

Add epub3 as a built-in backend name

19eed9c6a5cad72837b7a48bd204b59bf61cd73f authored over 10 years ago
Merge pull request #91 from mojavelinux/terminology-wording

update terminology and wording

fb85a46810719a4885d49557f536f9ec6e5c15ec authored over 10 years ago
Merge pull request #88 from sclassen/master

fix issue #79

68031c3795bf7e8dc768c582b16630f4750e3374 authored over 10 years ago
Add epub3 as a built-in backend name

769498ec4d05aab224728de4f04a9e35514b7092 authored over 10 years ago
update terminology and wording

- use the terminology "Converting" instead of "Rendering"
- update wording in log messages to be...

5b1ddcc923f29a6e2ee2ddf32dd66a849875db06 authored over 10 years ago
Removing OpenHub flair, apparently github doesn't like it [skip ci]

3f878b50eb77508cdc8fc529e4f9803c812912f5 authored over 10 years ago
Embed OpenHub flair in readme [skip ci]

aa06dacd1d7da51358a713b2433d33d5db1c3f85 authored over 10 years ago
Update readme [skip ci]

57c43b0961cb2c4254f33af1b886ca4dc686f773 authored over 10 years ago
Merge pull request #89 from mrhaki/documentation

Changed attribute name and type template_dir

2cd793cf26bdded83fe7565d237681f5586e67ee authored over 10 years ago
Change attribute name and type of template_dir to template_dirs of type List<String>

c4b3d13b37f5539e1f129ce7ebb972fedc44fc35 authored over 10 years ago
fix tests which were broken by the previous commit

- the previous commit introduced a breaking change. the fix for failing tests were committed se...

0ee715aac1437075cff0185cc26da9a486c3cd1d authored over 10 years ago
[BREAKING CHANGE] fix #79 and a FIXME in the code

- WARNING: This commit changes existing behavior and may therefore break builds using the ascii...

03ce81cd0bbf315ced86b673c0452bc29f335bf5 authored over 10 years ago
extract srcDir and outDir from individual test methods

a6adcf179e7b4e21ce6ec7bfb8324f57c6cb2616 authored over 10 years ago
Merge pull request #87 from sclassen/master

Warnings about usage of "backend"

efa6004d5962fa0ddde06be559429792fdf71e75 authored over 10 years ago
fixed indention

a4cff1c25dd88968446c816bf703c78f27be0acf authored over 10 years ago
removed unnecessary GString

15bfa79d155f7d62290f5bbc24efb6c0325992fe authored over 10 years ago
changed handling of "backend" and "backends" to prefere "backends" if both are set

9eede5e88675c49b5358cff2deed2475f4020e36 authored over 10 years ago
added tests for waning about deprecated feature "backend"

fe6c1a370d2eaef6889ad62db2f6d59cc9c644b2 authored over 10 years ago
Merge pull request #86 from McPringle/master

Added warnings and errors when sourceDocumentName is used

77726d59f954f29494a8d72b106684f3d140ed08 authored over 10 years ago
CodeNarc Report: UnnecessaryGString

Rule "UnnecessaryGString": The Strings can be wrapped in single quotes instead of double quotes.

4fd5b0aceaa0e87f2197e8320b9faa5cce1b8716 authored over 10 years ago
Merge remote-tracking branch 'upstream/master'

ccc1602fc0fcb3c184ad7932c0742024c94e87dd authored over 10 years ago
Added warnings and errors when sourceDocumentName is used

Output warning when a sourceDocumentName was given and output error when sourceDocumentName and ...

98a4843adb71557630247e43fdd6925b3118c662 authored over 10 years ago
Bump version

3c28b79d33abe8cddac508f1d782152befcaf82e authored over 10 years ago
Fix CodeNarc violations after merging #85

Close #83

fb8cf935a00f5e9b0ddbf263034d5832b584c102 authored over 10 years ago
Merge branch 'master' of github.com:asciidoctor/asciidoctor-gradle-plugin

17cf4bb987fa3c3790850fcbcdf8baeb276aac12 authored over 10 years ago
Merge pull request #85 from afolmert/master

Issue #83 fixes

d2eef97132765c7c979aff9c3cf23fdebd61a30d authored over 10 years ago
Fixes second part of issue #83

The problem here is actually not with includes per se but
with Asciidoctor's handling of absolut...

3ef601eac2520c54141cbb3c3430c7836b825863 authored over 10 years ago
Fixes first part of issue #83: relative include not processed correctly

The problem is with the basedir property defaults sent to asciidoctor.
When not specified explic...

85b6c6b40cf8a87ad99fe6aad3706b9560226cd2 authored over 10 years ago
Build with JDK6 compatible flags set on

19545b85d0bf55646c535c7996452c58a150781d authored over 10 years ago
Bump to 0.7.3-SNAPSHOT

df92a0ca74926c04beedb3dede74c51e0c1faab4 authored over 10 years ago
Fix CodeNarc violations

51352de5c3357098e4dade3dca36fda29a3af45a authored over 10 years ago
Bump version to 0.7.2; getting ready for release

253591475b223baf8d2db1894ea347b0488742e3 authored over 10 years ago
Fix #80 allow ASciidoctorJ version to be configurable

46c5d03c5f77f034d19543b59519ad6bd98719e2 authored over 10 years ago
Fix #60 do no set baseDir to project.projectDir automatically

Fixed during Bern Hackergarten
- @ehmka
- @aalmiray

84017374dd2e6fbad6e1ffc8d1f3ce44cf910e22 authored over 10 years ago
Update versions

0251458e63c924151300978048eeed5859ed0d7d authored over 10 years ago
Fix license violations

fd83bd710d3586be94646dfdd308978526cd4fa3 authored over 10 years ago
Fix CodeNarc violations

f435162f00ed66f20107e75146fa4d3c5b218cee authored over 10 years ago