Skip to content

Commit

Permalink
Bump version to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jomz committed May 6, 2012
1 parent 87e3ea7 commit 0c615eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion lib/radiant-tags-extension.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,8 @@
module RadiantTagsExtension module RadiantTagsExtension
VERSION = '1.6.6' VERSION = '1.6.7'
AUTHORS = ['Benny Degezelle']
EMAIL = ['benny@gorilla-webdesign.be']
HOMEPAGE = 'http://ext.radiantcms.org/extensions/195-tags'
SUMMARY = %q{Tagging for Radiant CMS}
DESCRIPTION = %q{This extension enhances the page model with tagging capabilities, tagging as in \"2.0" and tagclouds.}
end end
10 changes: 5 additions & 5 deletions radiant-tags-extension.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Gem::Specification.new do |s|
s.name = 'radiant-tags-extension' s.name = 'radiant-tags-extension'
s.version = RadiantTagsExtension::VERSION s.version = RadiantTagsExtension::VERSION
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ['Benny Degezelle'] s.authors = RadiantTagsExtension::AUTHORS
s.email = ['benny@gorilla-webdesign.be'] s.email = RadiantTagsExtension::EMAIL
s.homepage = 'http://ext.radiantcms.org/extensions/195-tags' s.homepage = RadiantTagsExtension::HOMEPAGE
s.summary = %q{Tagging for Radiant CMS} s.summary = RadiantTagsExtension::SUMMARY
s.description = %q{This extension enhances the page model with tagging capabilities, tagging as in \"2.0" and tagclouds.} s.description = RadiantTagsExtension::DESCRIPTION


# TODO: add gem dependency on this instead of bundling it # TODO: add gem dependency on this instead of bundling it
# s.add_dependency 'has_many_polymorphs' # s.add_dependency 'has_many_polymorphs'
Expand Down

0 comments on commit 0c615eb

Please sign in to comment.