README.md in webmachine-1.6.0 vs README.md in webmachine-2.0.0.beta

- old
+ new

@@ -1,8 +1,8 @@ # webmachine for Ruby [![Gem Version](https://badge.fury.io/rb/webmachine.svg)](https://badge.fury.io/rb/webmachine) - [![Build Status](https://travis-ci.org/webmachine/webmachine-ruby.svg)](https://travis-ci.org/webmachine/webmachine-ruby) + [![Build Status](https://github.com/webmachine/webmachine-ruby/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/webmachine/webmachine-ruby/actions/workflows/test.yml) webmachine-ruby is a port of [Webmachine](https://github.com/basho/webmachine), which is written in Erlang. The goal of both projects is to expose interesting parts of the HTTP protocol to your application in a declarative way. This @@ -18,12 +18,11 @@ * Handles the hard parts of content negotiation, conditional requests, and response codes for you. * Provides a base resource with points of extension to let you describe what is relevant about your particular resource. -* Supports WEBrick, Reel, HTTPkit, and a Rack shim. Other host - servers are being investigated. +* Supports WEBrick and a Rack shim. Other host servers are being investigated. * Streaming/chunked response bodies are permitted as Enumerables, Procs, or Fibers! * Unlike the Erlang original, it does real Language negotiation. * Includes a visual debugger so you can look through the decision graph to determine how your resources are behaving. @@ -163,13 +162,11 @@ makes when servicing a request to your resource, which is why we have the "visual debugger". Learn how to configure it [here][visual-debugger]. ## Related libraries -* [irwebmachine](https://github.com/generalassembly/irwebmachine) - IRB/Pry debugging of Webmachine applications * [webmachine-test](https://github.com/bernd/webmachine-test) - Helpers for testing Webmachine applications * [webmachine-linking](https://github.com/petejohanson/webmachine-linking) - Helpers for linking between Resources, and Web Linking -* [webmachine-sprockets](https://github.com/lgierth/webmachine-sprockets) - Integration with Sprockets assets packaging system * [webmachine-actionview](https://github.com/rgarner/webmachine-actionview) - Integration of some Rails-style view conventions into Webmachine * [jruby-http-kit](https://github.com/nLight/jruby-http-kit) - Includes an adapter for the Clojure-based Ring library/server * [newrelic-webmachine](https://github.com/mdub/newrelic-webmachine) - NewRelic instrumentation ## LICENSE