textmate / rmate

Edit files from an ssh session in TextMate
http://blog.macromates.com/2011/mate-and-rmate/
514 stars 81 forks source link

ruby 2.2 metadata missing #39

Closed ryanrussell closed 8 years ago

ryanrussell commented 9 years ago

gem install rmate ERROR: Error installing rmate: invalid gem: package metadata is missing in /usr/local/lib/ruby/gems/2.2.0/cache/rmate-1.5.7.gem

ruby -v ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]

I appreciate any suggestions to force... hopefully resolved soon!

ryanrussell commented 9 years ago

Anyone? Still unable to get rmate to work with ruby 2.2.2... works fine with 2.1.5

sorbits commented 9 years ago

You should try ask in a ruby forum about this, as a quick search shows that other gems are also affected, and I have no idea what changes they made in ruby 2.2 that would cause our current gem to no longer work.

On 14 Jun 2015, at 22:32, ryanrussell wrote:

Anyone? Still unable to get rmate to work with ruby 2.2.2... works fine with 2.1.5


Reply to this email directly or view it on GitHub: https://github.com/textmate/rmate/issues/39#issuecomment-111874469

sorbits commented 8 years ago

Any update on this? Does the gem (now) install with ruby 2.2 or do we need to adapt our gem creation process for new requirements?

AJ-Acevedo commented 8 years ago

I just tested rmate with ruby 2.2.3p173 on the local machine and ruby 2.2.2p95 on the remote machine.

Strange thing happened. When I ran rmate during an ssh session into the remote host it opened the target file in TextMate on the remote host.

The local machine is Mac OS 10.11.3 The remote machine is Mac OS 10.9.5

sorbits commented 8 years ago

Closing due to lack of follow-up from OP.