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.
- data/config/locales/en.yml +1 -1
- data/lib/radiant-tags-extension.rb +1 -1
- data/tags_extension.rb +1 -1
- metadata +5 -5
data/config/locales/en.yml
CHANGED
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 "
|
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:
|
4
|
+
hash: 9
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 1.6.
|
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-
|
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.
|
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:
|