aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-03-28 08:54:31 +1300
committerPhilip Arndt <parndt@gmail.com>2011-03-28 08:55:15 +1300
commitaed62fa7a01f372cb30b26eb43c49d187d1f4087 (patch)
tree158c60ba93d0e22bc28480606891570ada51d3a6 /lib
parent3642dfbe3168f1396c1b2b9c774dc95255d7c1e3 (diff)
downloadrefinerycms-blog-aed62fa7a01f372cb30b26eb43c49d187d1f4087.tar.gz
refinerycms-blog-aed62fa7a01f372cb30b26eb43c49d187d1f4087.tar.bz2
refinerycms-blog-aed62fa7a01f372cb30b26eb43c49d187d1f4087.zip
We need to start targeting refinerycms-core not refinerycms because this would prevent people building their own stack and using this engine.
Diffstat (limited to 'lib')
-rw-r--r--lib/gemspec.rb2
-rw-r--r--lib/refinerycms-blog.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/gemspec.rb b/lib/gemspec.rb
index ec6ace7..918bd4f 100644
--- a/lib/gemspec.rb
+++ b/lib/gemspec.rb
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.authors = %w(Resolve\\ Digital Neoteric\\ Design)
s.require_paths = %w(lib)
- s.add_dependency 'refinerycms', '>= 0.9.8'
+ s.add_dependency 'refinerycms-core', '>= 0.9.9.1'
s.add_dependency 'filters_spam', '~> 0.2'
s.files = %w(
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 0158e0b..60c9bfa 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -38,7 +38,7 @@ module Refinery
class << self
def version
- %q{1.3.2}
+ %q{1.4}
end
end
end