radiant-tags-extension 1.6.8 → 1.6.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module RadiantTagsExtension
2
- VERSION = '1.6.8'
2
+ VERSION = '1.6.9'
3
3
  AUTHORS = ['Benny Degezelle']
4
4
  EMAIL = ['benny@gorilla-webdesign.be']
5
5
  HOMEPAGE = 'http://ext.radiantcms.org/extensions/195-tags'
@@ -13,7 +13,7 @@ TaggingMethods = Proc.new do
13
13
  # tags have changed, so we delete all taggings and re-create to preserve order
14
14
  taggings.clear
15
15
 
16
- @new_tags.split(MetaTag::DELIMITER).each do |tag|
16
+ @new_tags.to_s.split(MetaTag::DELIMITER).each do |tag|
17
17
  begin
18
18
  tag = MetaTag.find_or_initialize_by_name(tag.strip.squeeze(" "))
19
19
  meta_tags << tag unless meta_tags.include?(tag)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-tags-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 8
10
- version: 1.6.8
9
+ - 9
10
+ version: 1.6.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benny Degezelle
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-03 00:00:00 Z
18
+ date: 2012-06-21 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: This extension enhances the page model with tagging capabilities, tagging as in \"2.0" and tagclouds.
@@ -240,7 +240,7 @@ files:
240
240
  homepage: http://ext.radiantcms.org/extensions/195-tags
241
241
  licenses: []
242
242
 
243
- post_install_message: "\n Add this to your radiant project by adding the following line to your environment.rb:\n config.gem 'radiant-tags-extension', :version => '1.6.8'\n "
243
+ post_install_message: "\n Add this to your radiant project by adding the following line to your environment.rb:\n config.gem 'radiant-tags-extension', :version => '1.6.9'\n "
244
244
  rdoc_options: []
245
245
 
246
246
  require_paths: