davy / pirate_game

14 stars 3 forks source link

Make installation of shoes4 easier #5

Open PragTob opened 10 years ago

PragTob commented 10 years ago

Hi there,

one more thing: While we are working hard to push out a shoes4 alpha version to rubygems (I believe we got like 7 open issues with the alpha milestone assigned) it would be nice to make the installation easier in the meantime.

Using bundler I believe the following should work and replace most of the manual steps in the README (although commands might have to be prefixed with bundle exec):

gem 'shoes4',  github: 'shoes/shoes4', :ref => '7d0a1eefea601917dd01419b14ded2812d0acb9f'

You can also leave the ref out, then the most current version will be locked into Gemfile.lock and you can update it with bundle update.

Thanks for playing with shoes and contributing changes back!

Oh yeah, would be happy to send a PR along with this but first wanted to see about the .gemspec issue ( #4 ) and if you'd want that.

Cheers, Tobi

davy commented 10 years ago

Added shoes dependency including commit to Gemfile in 7226d30a6937a55843ce2df13663b181e132cef1

Still need to run through and update installation instructions =D

PragTob commented 10 years ago

Okay cool thanks! =)