aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-01-11 11:36:26 +1300
committerPhilip Arndt <parndt@gmail.com>2011-01-11 11:36:26 +1300
commiteb7e23d66597e6da1e38aa388f0f7e76cbabb8ad (patch)
treeb64095a973edc403163dfb68675d752f082c2bec
parent41d94df0df893060bfeb8792e6cf27af8fc548b0 (diff)
downloadrefinerycms-blog-eb7e23d66597e6da1e38aa388f0f7e76cbabb8ad.tar.gz
refinerycms-blog-eb7e23d66597e6da1e38aa388f0f7e76cbabb8ad.tar.bz2
refinerycms-blog-eb7e23d66597e6da1e38aa388f0f7e76cbabb8ad.zip
redo gemspec.
-rw-r--r--lib/refinerycms-blog.rb2
-rw-r--r--refinerycms-blog.gemspec6
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 9a5cf56..e982de0 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -42,7 +42,7 @@ module Refinery
class << self
def version
- %q{1.1}
+ %q{1.2}
end
end
end
diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec
index 070664d..25cd084 100644
--- a/refinerycms-blog.gemspec
+++ b/refinerycms-blog.gemspec
@@ -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