- issue #44: Gradle 1.7 incompatibility
- issue #29: optional parents info
- issue #18: add syntactic sugar to easily combine file type directives with a logical or (|)
- bugfix: RPM_ARCH and RPM_OS were being added to the scripts in uppercase, which was inconsistent with rpmbuild
- update to use Redline 1.1.10
- add support to configure addParentDirs to not auto create parent directories for files
- bugfix: Use a default value when InetAddress.getLocalHost() throws an UnknownHostException
- internal: Configure gradle to also generate IntelliJ project files.
- internal: convert to using nexus plugin for Sonatype OSS deployment
- internal: upgrade to gradle 1.2
- update to Gradle 1.0-milestone-9
- change to use archivesBaseName rather than the project name directly
- change to use extension properties rather than dynamic properties
- update plugin to apply BasePlugin
- update to use "fileType" instead of "directive" since the latter is apparently a reserved property on Closures
- update to use Redline 1.1.9
- add defines of RPM_ARCH, RPM_OS, RPM_PACKAGE_NAME, RPM_PACKAGE_VERSION, and RPM_PACKAGE_RELEASE to scripts to be consistent with rpmbuild
- add support for a utilities script that automatically gets included in any pre/post/preun/postun scripts
- add specification of required dependencies
- add default for sourcePackage because yum createrepo assumes your rpm is a source package without it
- default packageName to the project.name
- initial Maven Central release