delano / rye

Safe, parallel access to Unix shells from Ruby
http://delano.github.com/rye
MIT License
234 stars 32 forks source link

Fix gem build for 0.9.8 and missing bin/ files #28

Closed randywallace closed 11 years ago

randywallace commented 11 years ago

Just a quick fix to make the Gem build after removing the /bin/* files and incrementing the version in the spec i.a.w. the CHANGES.txt

delano commented 11 years ago

The gemspec is updated by Rake so it'll take care of the removed files.

delano commented 11 years ago

Just to be clear, I updated the (outdated) Rakefile to use jeweler to generate the gemspec.