Skip to content

Commit

Permalink
Update guide to 0.9.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 30, 2011
1 parent eedb9f2 commit f80522b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide covers integration with Refinery CMS. After reading it, you should be

endprologue.

WARNING. This guide is based on Refinery CMS 0.9.9.10. Some of the code shown here will not work in earlier versions of Refinery.
WARNING. This guide is based on Refinery CMS 0.9.9.13. Some of the code shown here will not work in earlier versions of Refinery.

h3. Guide Assumptions

Expand All @@ -24,7 +24,7 @@ h4. Add Refinery CMS as a dependency in your Gemfile
Open up your Gemfile and add the latest version:

<ruby>
gem 'refinerycms', '= 0.9.9.10'
gem 'refinerycms', '= 0.9.9.13'
</ruby>

Now, to install the gem run:
Expand Down

5 comments on commit f80522b

@stevenheidel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't have to do this each time?

@parndt
Copy link
Member Author

@parndt parndt commented on f80522b Mar 30, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, how can we solve this issue we have? Could we put in {{latest_version}} or some other type of silly tag that we can gsub on the website?

@parndt
Copy link
Member Author

@parndt parndt commented on f80522b Mar 30, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(of course it'd still have to make sense when viewing it as a textile guide)

@stevenheidel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking just removing any references to versions

@parndt
Copy link
Member Author

@parndt parndt commented on f80522b Mar 30, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.