Details
Description
The webui's gemspec depends on merb gems with the dependency constraint, '~> 1.0', this does not match the API server's gemspec, so some upgraders get version conflicts
The webui's gemspec depends on merb gems with the dependency constraint, '~> 1.0', this does not match the API server's gemspec, so some upgraders get version conflicts
fixed, and also updated the rakefile to rescue load errors loading the merb rake tasks--this should make it easier to install from source on a bare system.