bcms_google_mini_search 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.markdown CHANGED
@@ -8,6 +8,7 @@ It consists of the following two portlets.
8
8
  2. Google Mini Search Results Portlet - Sends query to the Mini, formats the XML response and displays the results.
9
9
 
10
10
  Features:
11
+
11
12
  1. Allows for formatted results of GSA search results.
12
13
  2. Will display Key Matches
13
14
  3. Will display Synonyms/Related Queries
@@ -1,6 +1,6 @@
1
1
  class GoogleMiniSearchEnginePortlet < Portlet
2
2
 
3
- enable_template_editor false
3
+ enable_template_editor true
4
4
 
5
5
  def render
6
6
  @site = params[:site]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bcms_google_mini_search
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 0
10
- version: 1.2.0
9
+ - 1
10
+ version: 1.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - BrowserMedia