redo gemspec.
This commit is contained in:
parent
41d94df0df
commit
eb7e23d665
2 changed files with 5 additions and 3 deletions
|
@ -42,7 +42,7 @@ module Refinery
|
|||
|
||||
class << self
|
||||
def version
|
||||
%q{1.1}
|
||||
%q{1.2}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = %q{refinerycms-blog}
|
||||
s.version = %q{1.1}
|
||||
s.version = %q{1.2}
|
||||
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
|
||||
s.date = %q{2010-12-03}
|
||||
s.date = %q{2011-01-11}
|
||||
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.}
|
||||
s.email = %q{info@refinerycms.com}
|
||||
s.homepage = %q{http://refinerycms.com}
|
||||
|
@ -83,9 +83,11 @@ Gem::Specification.new do |s|
|
|||
config
|
||||
config/locales
|
||||
config/locales/en.yml
|
||||
config/locales/es.yml
|
||||
config/locales/it.yml
|
||||
config/locales/nb.yml
|
||||
config/locales/nl.yml
|
||||
config/locales/pt-BR.yml
|
||||
config/routes.rb
|
||||
features
|
||||
features/support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue