Skip to content

Commit

Permalink
Updated README.textile to include a working Gemfile setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcsparker committed Jan 25, 2012
1 parent b9eb21b commit 684e1f9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.textile
Expand Up @@ -52,3 +52,19 @@ needed to make extaction work.
h2. Contributing

Fork on GitHub and after you've committed tested patches, send a pull request.

h2. An example Gemfile

For my setup, I am using:

<pre>
gem 'sunspot_rails', '~> 1.3.0'
gem 'sunspot_cell', :git => 'git://github.com/zheileman/sunspot_cell.git'
gem 'sunspot_rails', '~> 1.3.0'
gem 'sunspot_test'

group :development, :test do
gem 'sunspot_cell_jars', :git => 'https://github.com/mrcsparker/sunspot_cell_jars.git'.
gem 'sunspot_solr', :git => "https://github.com/mrcsparker/sunspot.git"
end
</pre>

0 comments on commit 684e1f9

Please sign in to comment.