radiant-tags-extension 1.6.4 → 1.6.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -1,3 +1,3 @@
1
1
  module RadiantTagsExtension
2
- VERSION = '1.6.4'
2
+ VERSION = '1.6.5'
3
3
  end
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
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-11 00:00:00.000000000Z
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.4'\n "
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.10
253
+ rubygems_version: 1.8.11
254
254
  signing_key:
255
255
  specification_version: 3
256
256
  summary: Tagging for Radiant CMS