Define acts-as-taggable-on in the lib/gemspec.rb so that it's recreated every time.

This commit is contained in:
Philip Arndt 2011-04-03 14:56:23 +12:00
parent 8c8539d0de
commit b20ac15c52
2 changed files with 6 additions and 5 deletions

View file

@ -2,11 +2,11 @@ Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
s.version = %q{1.4}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2011-03-28}
s.date = %q{2011-04-03}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.authors = %w(Resolve\ Digital Neoteric\ Design)
s.homepage = %q{http://refinerycms.com/blog}
s.authors = ['Resolve Digital', 'Neoteric Design']
s.require_paths = %w(lib)
s.add_dependency 'refinerycms-core', '>= 0.9.9.1'