jlong / serve

Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.
http://get-serve.com
Other
836 stars 90 forks source link

Gem not found when trying to install #125

Closed geuis closed 9 years ago

geuis commented 9 years ago
gem install serve
Could not find a valid gem 'serve' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - no such name (https://rubygems.org/latest_specs.4.8.gz)
wazery commented 9 years ago

I can't reproduce on my side, I just installed it from RubyGems with no problems, please check if it is still reproducible.

My serve version is 1.5.2

geuis commented 9 years ago

Its now showing and installing without needing to take further action.