radiant-tags-extension 1.6.4 → 1.6.5
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/app/models/radius_tags.rb +3 -3
- data/lib/radiant-tags-extension.rb +1 -1
- metadata +4 -4
data/app/models/radius_tags.rb
CHANGED
@@ -41,7 +41,7 @@ module RadiusTags
|
|
41
41
|
tag.locals.page = page
|
42
42
|
output << tag.expand
|
43
43
|
end
|
44
|
-
output
|
44
|
+
output.flatten.join('')
|
45
45
|
end
|
46
46
|
|
47
47
|
desc %{
|
@@ -64,7 +64,7 @@ module RadiusTags
|
|
64
64
|
output << tag.expand
|
65
65
|
first = false
|
66
66
|
end
|
67
|
-
output
|
67
|
+
output.flatten.join('')
|
68
68
|
end
|
69
69
|
|
70
70
|
tag "if_has_related_by_tags" do |tag|
|
@@ -275,7 +275,7 @@ module RadiusTags
|
|
275
275
|
result << tag.expand
|
276
276
|
end
|
277
277
|
end
|
278
|
-
result
|
278
|
+
result.flatten.join('')
|
279
279
|
end
|
280
280
|
|
281
281
|
private
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: radiant-tags-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-28 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: This extension enhances the page model with tagging capabilities, tagging
|
15
15
|
as in \"2.0" and tagclouds.
|
@@ -232,7 +232,7 @@ homepage: http://ext.radiantcms.org/extensions/195-tags
|
|
232
232
|
licenses: []
|
233
233
|
post_install_message: ! "\n Add this to your radiant project by adding the following
|
234
234
|
line to your environment.rb:\n config.gem 'radiant-tags-extension', :version
|
235
|
-
=> '1.6.
|
235
|
+
=> '1.6.5'\n "
|
236
236
|
rdoc_options: []
|
237
237
|
require_paths:
|
238
238
|
- lib
|
@@ -250,7 +250,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
250
250
|
version: '0'
|
251
251
|
requirements: []
|
252
252
|
rubyforge_project:
|
253
|
-
rubygems_version: 1.8.
|
253
|
+
rubygems_version: 1.8.11
|
254
254
|
signing_key:
|
255
255
|
specification_version: 3
|
256
256
|
summary: Tagging for Radiant CMS
|