Skip to content

Commit

Permalink
RefineryCMS -> Refinery CMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Feb 27, 2012
1 parent 4219f72 commit 39fd0c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/generators/refinery/news_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def append_load_seed_data
append_file 'db/seeds.rb', :verbose => true do
<<-EOH
# Added by RefineryCMS News engine
# Added by Refinery CMS News engine
Refinery::News::Engine.load_seed
EOH
end
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Key features:

## Requirements

[RefineryCMS](http://refinerycms.com) "core" engine version 2.0.0 or later.
[Refinery CMS](http://refinerycms.com) "core" engine version 2.0.0 or later.

### Gem Installation using Bundler (The very best way)

Expand Down
4 changes: 2 additions & 2 deletions refinerycms-news.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-news}
s.version = %q{2.0.0}
s.description = %q{A really straightforward open source Ruby on Rails news engine designed for integration with RefineryCMS.}
s.description = %q{A really straightforward open source Ruby on Rails news engine designed for integration with Refinery CMS.}
s.date = "#{Date.today.strftime("%Y-%m-%d")}"
s.summary = %q{Ruby on Rails news engine for RefineryCMS.}
s.summary = %q{Ruby on Rails news engine for Refinery CMS.}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.authors = %w(Resolve\ Digital)
Expand Down
2 changes: 1 addition & 1 deletion spec/factories/news.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FactoryGirl.define do
factory :news_item, :class => Refinery::News::Item do
title "RefineryCMS News Item"
title "Refinery CMS News Item"
content "Some random text ..."
publish_date Time.now - 5.minutes
end
Expand Down

0 comments on commit 39fd0c9

Please sign in to comment.