Sha256: 0d2183c556afccbe594941c95755497d67408fed7049b159b4e09dcd7f331fc5

Contents?: true

Size: 517 Bytes

Versions: 4

Compression:

Stored size: 517 Bytes

Contents

= Using Shoe with {Bundler}[http://gembundler.com]

Bootstrapping is a little chicken-and-egg-y, but with the following initial <tt>Gemfile</tt>:

 source :rubygems
 gem 'shoe', :group => :development

You should be able to:

 $ bundle install
 $ bundle exec shoe .

From there, I've been preferring <tt>`bundle exec bash`</tt> over <tt>`bundle
exec rake`</tt> or using <tt>require 'bundler/setup'</tt> in my
<tt>Rakefile</tt>. But, if you're using Bundler, you're probably already used
to puzzling over such things!

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shoe-0.6.1 BUNDLER.rdoc
shoe-0.6.0 BUNDLER.rdoc
shoe-0.5.1 doc/bundler.rdoc
shoe-0.5.0 doc/bundler.rdoc