class BubblingGrailsPlugin { def version = "2.1.3" def dependsOn = [:] def author = "Matthew Taylor" def authorEmail = "matthew@g2one.com" def title = "Bubbling Library YUI Extension" def description = "Provides integration with the Bubbling Library YUI extension." def grailsVersion = "1.2 > *" // URL to the plugin's documentation def documentation = "http://grails.org/plugin/bubbling" def license = "APACHE" def issueManagement = [ system: "JIRA", url: "http://jira.grails.org/browse/GRAILSPLUGINS" ] def scm = [ url: "http://svn.codehaus.org/grails-plugins/grails-bubbling/" ] }