radiant-sitemap_search-extension 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/radiant-sitemap_search-extension.gemspec +1 -2
- data/sitemap_search_extension.rb +2 -2
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.2
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{radiant-sitemap_search-extension}
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Andrew vonderLuft", "Sean Cribbs"]
|
@@ -39,7 +39,6 @@ Gem::Specification.new do |s|
|
|
39
39
|
"config/routes.rb",
|
40
40
|
"lib/sitemap_search/model.rb",
|
41
41
|
"lib/tasks/sitemap_search_extension_tasks.rake",
|
42
|
-
"pkg/radiant-sitemap_search-extension-1.0.0.gem",
|
43
42
|
"radiant-sitemap_search-extension.gemspec",
|
44
43
|
"sitemap_search_extension.rb",
|
45
44
|
"spec/controllers/search_controller_spec.rb",
|
data/sitemap_search_extension.rb
CHANGED
@@ -23,12 +23,12 @@ class SitemapSearchExtension < Radiant::Extension
|
|
23
23
|
if defined?(TemplatesExtension)
|
24
24
|
Template.send :include, SitemapSearch::Model
|
25
25
|
admin.template.index.bottom.delete 'new_button'
|
26
|
-
admin.template.index.add :bottom, 'admin/search/
|
26
|
+
admin.template.index.add :bottom, 'admin/search/template_index_bottom'
|
27
27
|
end
|
28
28
|
if defined?(BannerRotatorExtension)
|
29
29
|
Banner.send :include, SitemapSearch::Model
|
30
30
|
admin.banner.index.bottom.delete 'new_button'
|
31
|
-
admin.banner.index.add :bottom, 'admin/search/
|
31
|
+
admin.banner.index.add :bottom, 'admin/search/banner_index_bottom'
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-sitemap_search-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andrew vonderLuft
|