Skip to content

Commit

Permalink
show everyone they need Rmagick as a requirement and also disable sil…
Browse files Browse the repository at this point in the history
…m scoorge for Windows users because it contains c extensions
  • Loading branch information
djones committed Jan 27, 2010
1 parent 9e6f213 commit b64677a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
config.gem "will_paginate", :version => ">= 2.3.11", :lib => "will_paginate", :source => "http://gemcutter.org"
config.gem "rails", :version => ">= 2.3.5", :lib => "rails"
config.gem "aasm", :version => ">= 2.1.3", :lib => "aasm", :source => "http://gemcutter.org"
config.gem "slim_scrooge", :version => ">= 1.0.3", :lib => "slim_scrooge", :source => "http://gemcutter.org" #unless RUBY_PLATFORM =~ /mswin|mingw/ # kill gem when windows is running.
config.gem "slim_scrooge", :version => ">= 1.0.3", :lib => "slim_scrooge", :source => "http://gemcutter.org" unless RUBY_PLATFORM =~ /mswin|mingw/ # kill gem when windows is running.
config.gem "hpricot", :version => ">= 0.8.1", :lib => "hpricot", :source => "http://gemcutter.org"
#===REFINERY END OF REQUIRED GEMS===
end
7 changes: 7 additions & 0 deletions readme.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ Refinery runs using a number of gems which (as of Refinery version 0.9.5.29) are
* slim_scrooge >= 1.0.3
* hpricot >= 0.8.1

Other dependancies

* RMagick

Install docs here http://rmagick.rubyforge.org/install-faq.html
Mac OS users might find this easier: http://github.com/maddox/magick-installer

== Installing and Setting Up Refinery

=== 1. Getting the Refinery code!
Expand Down

0 comments on commit b64677a

Please sign in to comment.