Go to file
R. Tyler Croy 767161e069
Only attempt to copy the bindir if it actually exists in our data.tar.gz
In commons-vfs 2.1-SNAPSHOT it appears that .getChild() is returning null
instead of raising a FileNotFoundException when the bindir isn't present. I
might be referring to outdated docs, but this resolves the issue and makes sure
there are not NPEs raised
2015-08-10 06:07:35 -07:00
gradle Clean up some minor codenarc complaints 2015-08-08 18:35:17 -07:00
src Only attempt to copy the bindir if it actually exists in our data.tar.gz 2015-08-10 06:07:35 -07:00
.gitignore Starting to implement POGO for Gem::Specification and co 2015-08-08 16:13:55 -07:00
README.adoc Add a basic README 2015-08-08 18:08:19 -07:00
build.gradle Put our artifact under a group so we can publish 2015-08-10 05:36:42 -07:00
gradle.properties Start adding some code, basics to make codenarc/groovy/spock work together 2015-08-08 14:24:19 -07:00
gradlew Initial commit 2015-08-08 14:07:51 -07:00
gradlew.bat Initial commit 2015-08-08 14:07:51 -07:00

README.adoc

<html lang="en"> <head> </head>

groovy-gem

groovy-gem is a library built in Groovy for processing Ruby .gem files

</html>