achiurizo / consular-osx

Automate Mac OSX Terminal with Consular
18 stars 6 forks source link

Error installing gem with ruby 2.2.0 #7

Open wireframe opened 9 years ago

wireframe commented 9 years ago
$ gem install consular-osx

error log

wireframe commented 9 years ago

appears related to rb-appscript no longer being supported.

bump for removing dependency on the deprecated gem as discussed on issue #1.

loed-idzinga commented 9 years ago

Any updates on this issue? Just ran into same issue.

jmduke commented 9 years ago

+1. Running into the same thing as well.

stephan-roolvink commented 9 years ago

+1 Ran into the same issue

jmduke commented 9 years ago

FWIW: downgrading to Ruby 2.0.0 allowed me to install rb-appscript without issue. This is probably unhelpful for most people -- but figured it was worth calling out.

foeken commented 9 years ago

I fixed this by using a manually created gem file from the 'new' appscript repo (https://github.com/mattneub/appscript/tree/master/rb-appscript/trunk). I uploaded it to our local gem repo and installed that one first.

studious commented 9 years ago

foeken, thank you.

I cloned the repo, built the gem and installed it too. Work around for now I guess.

keekerdc commented 9 years ago

Thought I'd leave a quick note here echoing @jmduke's 2.0.0 recommendation. If using rbenv, you can then setup an alias on your shell that will set the version of ruby to the one you used to install through the RBENV_VERSION environment variable.

thewoolleyman commented 9 years ago

NOTE: If you hack the gem and upload it to a local server, remember to bump the version (e.g. 0.6.1.1) and force that version to be installed instead of 0.6.1 (e.g. via bundler). Otherwise it will still use the existing .gem file cached by rubygems, if it exists locally - even if you uninstall first (gem uninstall doesn't blow away the rubygems cached .gem files).

rsl commented 7 years ago

is there ANY way we can get this merged in or something? over a year and can't use consular with ruby versions that have support?