radiant-tags-extension 1.6.2 → 1.6.3

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.
@@ -1,5 +1,5 @@
1
1
  en:
2
- tags_extensions:
2
+ tags_extension:
3
3
  no_tags_found: "<p>No tags found.</p>"
4
4
  tags: Tags
5
5
  type_a_tag: Separate tags with ;
@@ -1,3 +1,3 @@
1
1
  module RadiantTagsExtension
2
- VERSION = '1.6.2'
2
+ VERSION = '1.6.3'
3
3
  end
data/tags_extension.rb CHANGED
@@ -5,7 +5,7 @@ require 'radiant-tags-extension'
5
5
  class TagsExtension < Radiant::Extension
6
6
  version RadiantTagsExtension::VERSION
7
7
  description "This extension enhances the page model with tagging capabilities, tagging as in \"2.0\" and tagclouds."
8
- url "http://gorilla-webdesign.be"
8
+ url "https://github.com/jomz/radiant-tags-extension/"
9
9
 
10
10
  DEFAULT_RESULTS_URL = '/search/by-tag'
11
11
 
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: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
- - 2
10
- version: 1.6.2
9
+ - 3
10
+ version: 1.6.3
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: 2011-06-12 00:00:00 +02:00
18
+ date: 2011-06-21 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -242,7 +242,7 @@ has_rdoc: true
242
242
  homepage: http://ext.radiantcms.org/extensions/195-tags
243
243
  licenses: []
244
244
 
245
- 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.2'\n "
245
+ 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.3'\n "
246
246
  rdoc_options: []
247
247
 
248
248
  require_paths: