aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gemspec.rb1
-rw-r--r--lib/refinerycms-blog.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/gemspec.rb b/lib/gemspec.rb
index d37925e..bb02bf8 100644
--- a/lib/gemspec.rb
+++ b/lib/gemspec.rb
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://refinerycms.com}
s.authors = %w(Resolve\\ Digital Neoteric\\ Design)
s.require_paths = %w(lib)
+ s.add_dependency('refinerycms', '~> 0.9.7.12')
s.files = %w(
#{files.join("\n ")}
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index 2ef1bf9..32b58a7 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -2,7 +2,7 @@ module Refinery
module Blog
class << self
def version
- %q{0.9.8.dev1}
+ %q{0.9.8.dev2}
end
end
end