class GeoipGrailsPlugin { def version = "0.2" def grailsVersion = "1.1 > *" def dependsOn = [:] def pluginExcludes = ["grails-app/views/error.gsp"] def author = "Radu Andrei Tanasa" def authorEmail = "radu.tanasa@lightwaysoftware.com" def title = "Grails GeoIP Plugin" def description = '''\\ This plugin facilitates grails integration with the opensource GeoIP framework offered by MaxMind. Using its straightforward API one can find out the country, area, city, geographical coordinates and others based on an IP. ''' def documentation = "http://grails.org/Geoip+Plugin" }