Skip to content

Commit

Permalink
Merge pull request #20 from pledbrook/request001
Browse files Browse the repository at this point in the history
Expand the plugin description.
  • Loading branch information
mstein committed Apr 2, 2012
2 parents 64e551a + e562d1b commit 8a6de9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ElasticsearchGrailsPlugin.groovy
Expand Up @@ -72,11 +72,11 @@ class ElasticsearchGrailsPlugin {

def scm = [url: "https://github.com/mstein/elasticsearch-grails-plugin"]

// TODO Fill in these fields
def author = "Manuarii Stein"
def authorEmail = "mstein@doc4web.com"
def title = "ElasticSearch Plugin"
def description = '''Grails Elastic Search Plugin'''
def title = "Elastic Search Plugin"
def description = """\
[Elastic Search|http://www.elasticsearch.com] is a distributed, RESTful service for full text search. This plugin provides a Grails-friendly API for the service based on the tremendously successful [Searchable plugin|/plugin/searchable]. It even provides an embedded version of the service for easy testing and development."""

// URL to the plugin's documentation
def documentation = "http://smaldini.github.com/elasticsearch-grails-plugin/docs/guide/index.html"
Expand Down Expand Up @@ -202,4 +202,4 @@ class ElasticsearchGrailsPlugin {

return config
}
}
}

0 comments on commit 8a6de9a

Please sign in to comment.