Sha256: b90d87d26e9b814dd0a1e391941fc0e298005f733f436ae4a2045525169e35b0

Contents?: true

Size: 288 Bytes

Versions: 2

Compression:

Stored size: 288 Bytes

Contents

gem "jquery-rails", :version => '1.0'

rvm "bundle install"

command = "jquery:install"
command += " --ui" if yes?("Include jQuery UI?")

version = ask "Version of jQuery to install? (default is 1.6)"
version = "1.6" if version.empty?
command += " --version #{version}"

generate command

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whtt-eric-beet-0.6.11 lib/beet/recipes/rails3/js/jquery.rb
whtt-eric-beet-0.6.10 lib/beet/recipes/rails3/js/jquery.rb