ianhattendorf / autocomplete-ruby

Provides intelligent code completion for Ruby in the Atom editor. Requires RSense.
MIT License
51 stars 9 forks source link

Correct $GEM_HOME behavior #38

Closed skull-squadron closed 7 years ago

skull-squadron commented 7 years ago

Fixes the case where the default rsense setting is:

   GEM_HOME=~/.gem/ruby/{{version}}

Previously: ~/.gem/ruby/{{version}}/rsense
   Correct: ~/.gem/ruby/{{version}}/bin/rsense
ianhattendorf commented 7 years ago

Looks good to me, thanks!