No commit activity in last 3 years
No release in over 3 years
Run gem executable using geminstaller similar to 'bundle exec'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.5.3
 Project Readme
== Install ==

gem install geminstaller-exec

== Usage ==

Assume file /var/www/apps/blog/config/geminstaller.yml exists and contains:

...

- name: rack
  version: 1.0.1
...

$ cd /var/www/apps/blog && geminstaller-exec rackup
$ geminstaller-exec -c  /var/www/apps/blog/config/geminstaller.yml rackup --server thin

It will run rackup command from proper gem:

rackup _1.0.1_ --server thin