Skip to content

Commit

Permalink
Switched rails3 to master and version is now 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Nov 17, 2010
1 parent 7d1eceb commit f6defd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/portfolio/version.rb
@@ -1,7 +1,7 @@
module Refinery
module Portfolio
def self.version
%q{0.9.8.rc9}
%q{0.9.9}
end
end
end
5 changes: 4 additions & 1 deletion readme.md
Expand Up @@ -6,9 +6,12 @@ By: [Resolve Digital](http://www.resolvedigital.com)

Ensure you have created your application's database before adding this engine (with ``rake db:setup``).

Note: This engine requires RefineryCMS version >= 0.9.8 - if you want support for versions before this,
look at [the rails2-stable branch](https://github.com/resolve/refinerycms-portfolio/tree/rails2-stable).

Open your ``Gemfile`` and add this line to the bottom:

gem 'refinerycms-portfolio', '~> 0.9.8.rc8'
gem 'refinerycms-portfolio', '~> 0.9.9'

Now run ``bundle install`` and once bundler has installed the gem run:

Expand Down
4 changes: 2 additions & 2 deletions refinerycms-portfolio.gemspec
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-portfolio}
s.version = %q{0.9.8.rc9}
s.version = %q{0.9.9}
s.description = %q{A really straightforward open source Ruby on Rails portfolio plugin designed for integration with RefineryCMS}
s.date = %q{2010-11-02}
s.date = %q{2010-11-17}
s.summary = %q{Ruby on Rails portfolio plugin for RefineryCMS.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
Expand Down

0 comments on commit f6defd5

Please sign in to comment.