New Name For FiveRuns Gem

Subscribe to New Name For FiveRuns Gem 1 post(s), 1 voice(s)

 
Avatar Rachel G Administator 48 post(s) Upgrading fiveruns-manage gem to new fiveruns_manage gem
Due to compatibility issues with older Rails versions, we had to rename the instrumentation gem and replace the dash with an underscore.
These instructions only apply if you have the old fiveruns-manage installed.

gem uninstall fiveruns-manage
gem install fiveruns_manage -s <a href="http://gems.fiveruns.com">http://gems.fiveruns.com</a>

Now, in all your Rails application directories that used the old gem please take the following steps:

cd /path/to/railsapp
rm -rf vendors/plugins/fiveruns-manage
fiveruns_manage

Please repeat this step for all your managed Rails applications.
Afterwards, please restart your application in order to load the plugin into your application.