Skip to content

Commit

Permalink
Require at least Refinery CMS 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 13, 2012
1 parent 8b988ac commit 32ccc41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gemspec

gem 'refinerycms', '~> 2.0.0'
gem 'refinerycms', '~> 2.0.1'

group :development, :test do
gem 'refinerycms-testing', '~> 2.0.0'
Expand Down
6 changes: 4 additions & 2 deletions refinerycms-news.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Encoding: UTF-8

Gem::Specification.new do |s|
s.name = %q{refinerycms-news}
s.version = %q{2.0.0}
Expand All @@ -6,13 +8,13 @@ Gem::Specification.new do |s|
s.summary = %q{Ruby on Rails news engine for Refinery CMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.authors = %w(Resolve\ Digital)
s.authors = ["Philip Arndt", "Uģis Ozols"]
s.require_paths = %w(lib)

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")

s.add_dependency 'refinerycms-core', '~> 2.0.0'
s.add_dependency 'refinerycms-core', '~> 2.0.1'
s.add_dependency 'refinerycms-settings', '~> 2.0.0'
s.add_dependency 'friendly_id', '~> 4.0.1'
end

0 comments on commit 32ccc41

Please sign in to comment.