radiant-tags-extension 1.6.7 → 1.6.8

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.7'
2
+ VERSION = '1.6.8'
3
3
  AUTHORS = ['Benny Degezelle']
4
4
  EMAIL = ['benny@gorilla-webdesign.be']
5
5
  HOMEPAGE = 'http://ext.radiantcms.org/extensions/195-tags'
@@ -8,7 +8,7 @@ TaggingMethods = Proc.new do
8
8
  def save_with_tags!
9
9
  self.save_without_tags!
10
10
  # just skip the whole method if the tags string hasn't changed
11
- return if @new_tags == tag_list
11
+ return self if @new_tags == tag_list
12
12
 
13
13
  # tags have changed, so we delete all taggings and re-create to preserve order
14
14
  taggings.clear
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: 1
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 7
10
- version: 1.6.7
9
+ - 8
10
+ version: 1.6.8
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-05-06 00:00:00 Z
18
+ date: 2012-06-03 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.7'\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.8'\n "
244
244
  rdoc_options: []
245
245
 
246
246
  require_paths: