README.md in rack-session-smart_cookie-0.1.0 vs README.md in rack-session-smart_cookie-0.1.1

- old
+ new

@@ -1,6 +1,9 @@ # Rack::Session::SmartCookie +[![Gem Version](https://badge.fury.io/rb/rack-session-smart_cookie.svg)](https://badge.fury.io/rb/rack-session-smart_cookie) +[![Build Status](https://travis-ci.org/mwpastore/rack-session-smart_cookie.svg?branch=master)](https://travis-ci.org/mwpastore/rack-session-smart_cookie) + The version of Rack::Session::Cookie that ships with Rack 2 has the following limitations: * Insecure SHA1 (HMAC-SHA1) by default * Slow and/or bloated JSON, ZipJSON, or Marshal encoding out of the box