I'm getting this error when I'm trying to install padrino/sinatra gem.
$ gem install padrino
ERROR: While executing gem ... (Gem::Package::FormatError)
package metadata is missing in linecache19-0.5.13.gem
- RUBYGEMS VERSION: 2.4.6
- RUBY VERSION: 2.1.2 (2014-05-08 patchlevel 95) [x86_64-darwin14.0]
Tried the steps mentioned in this link as suggested. But still I'm getting same errors in following those steps.
$ curl -OL http://rubyforge.org/frs/download.php/75414/linecache19-0.5.13.gem
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 41 100 41 0 0 12 0 0:00:03 0:00:03 --:--:-- 12
$curl -OL http://rubyforge.org/frs/download.php/75415/ruby-debug-base19-0.11.26.gem
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 41 100 41 0 0 72 0 --:--:-- --:--:-- --:--:-- 72
$ gem install linecache19-0.5.13.gem
ERROR: While executing gem ... (Gem::Package::FormatError)
package metadata is missing in /Users/nikhil.p/linecache19-0.5.13.gem