diff options
author | Philip Arndt <parndt@gmail.com> | 2010-09-03 18:13:54 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-09-03 18:13:54 +1200 |
commit | 654d50399de6206100a111e89b8d9602b77c0338 (patch) | |
tree | 1486b2898534915d30a82f4d7212582b34785347 /lib | |
parent | 1a9f98217e11c8e3a8b7189f26f45890580160d2 (diff) | |
download | refinerycms-blog-654d50399de6206100a111e89b8d9602b77c0338.tar.gz refinerycms-blog-654d50399de6206100a111e89b8d9602b77c0338.tar.bz2 refinerycms-blog-654d50399de6206100a111e89b8d9602b77c0338.zip |
Allow a more liberal dependency because I don't see this becoming unsupported by refinerycms.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gemspec.rb | 2 | ||||
-rw-r--r-- | lib/refinerycms-blog.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/gemspec.rb b/lib/gemspec.rb index 7589b25..32b8676 100644 --- a/lib/gemspec.rb +++ b/lib/gemspec.rb @@ -17,7 +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.13' + s.add_dependency 'refinerycms', '>= 0.9.7.13' s.add_dependency 'filters_spam', '~> 0.2' s.files = %w( diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index 7aae395..3bb75d5 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -26,7 +26,7 @@ module Refinery class << self def version - %q{1.0.rc1} + %q{1.0.rc2} end end end |