Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
rack / test / builder / anything.rb
Size: Mime:
class Anything
  def self.call(env)
    [200, {'Content-Type' => 'text/plain'}, ['OK']]
  end
end