neocities / neocities-ruby

The Neocities Gem - A CLI and library for using the Neocities web site API.
https://neocities.org
52 stars 14 forks source link

Push broken in Debian 9.3 #3

Closed mknepper closed 6 years ago

mknepper commented 6 years ago

I've installed all the necessary gems, ran several updates and made sure Debian was up to date. This is the error I keep getting when I try to login.

/var/lib/gems/2.3.0/gems/neocities-0.0.7/lib/neocities/cli.rb:70:inrun': undefined local variable or method resp' for #<Neocities::CLI:0x0055adfb325ee8> (NameError) Did you mean? res from /var/lib/gems/2.3.0/gems/neocities-0.0.7/bin/neocities:4:in '<top (required)>' from /usr/local/bin/neocities:22:in 'load' from /usr/local/bin/neocities:22:in '<main>'

Not sure how to fix it?

Edit: Replacing "resp" with "res" in the cli.rb source seems to fix the issue. Maybe update the source?

kyledrake commented 6 years ago

Should be resolved now https://github.com/neocities/neocities-ruby/pull/2