Sha256: fd72d2ea8784f7e23b1753fbb956123e74d1c162cfac5119dc4a827589b04813

Contents?: true

Size: 376 Bytes

Versions: 11

Compression:

Stored size: 376 Bytes

Contents

recipe :thinking_sphinx do
  description 'This will add thinking sphinx into your app and generates sphinx.yml'
  after :unicorn
  
  ask "Would you like to use Thinking Sphinx in this project?" do
    gem 'thinking-sphinx', '~> 2.0.10'

    # TODO Add Whenever integration (see https://github.com/nesquena/cap-recipes)
    template 'sphinx.yml', 'config/sphinx.yml'
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
playmo-0.1.10 recipes/thinking_sphinx_recipe.rb
playmo-0.1.9 recipes/thinking_sphinx_recipe.rb
playmo-0.1.8 recipes/thinking_sphinx_recipe.rb
playmo-0.1.7 recipes/thinking_sphinx_recipe.rb
playmo-0.1.6 recipes/thinking_sphinx_recipe.rb
playmo-0.1.5 recipes/thinking_sphinx_recipe.rb
playmo-0.1.4 recipes/thinking_sphinx_recipe.rb
playmo-0.1.3 recipes/thinking_sphinx_recipe.rb
playmo-0.1.2 recipes/thinking_sphinx_recipe.rb
playmo-0.1.1 lib/playmo/recipes/thinking_sphinx_recipe.rb
playmo-0.1.0 lib/playmo/recipes/thinking_sphinx_recipe.rb