delano / rye

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

gemspec: Made it ignore the private key, we don/'t build/publish it as a... #59

Closed derjohn closed 10 years ago

derjohn commented 10 years ago

Hi, I wanted to install rye from your github via an entry in my Gemfile like this:

gem "rye", :github => 'delano/rye', :ref => 'abcdef123'

But: bundler install complained about your missing private key.

So I modified your gemspec that it will not try to sign, if it is installed directly.

rgds, j

delano commented 10 years ago

Makes sense, thanks.

delano commented 9 years ago

I just pushed 0.9.13 which includes your change from #58. I reverted this change in the latest gemspec but you have two options: use 0.9.13 or update your github fork and install from there.