README in vines-0.3.0 vs README in vines-0.3.1

- old
+ new

@@ -5,11 +5,11 @@ CouchDB, Redis, the file system, or a custom storage implementation that you provide. LDAP authentication can be used so user names and passwords aren't stored in the chat database. SSL encryption is mandatory on all client and server connections. The Vines XMPP server includes a web chat client. The web application is available -immediately after starting the chat server at http://localhost:5280/chat/ +immediately after starting the chat server at http://localhost:5280/chat/. Additional documentation can be found at www.getvines.com. == Usage @@ -19,21 +19,20 @@ 4. Login with your favorite chat program (iChat, Adium, Pidgin, etc.) to start chatting! == Dependencies -* bcrypt-ruby >= 3.0.0 +* bcrypt-ruby >= 3.0.1 * eventmachine >= 0.12.10 -* nokogiri >= 1.5.0 +* nokogiri >= 1.4.7 * ruby >= 1.9.2 == Ubuntu setup $ sudo apt-get install build-essential ruby1.9.1 ruby1.9.1-dev libxml2-dev libxslt-dev == Contact -* David Graham <david@negativecode.com> -* Chris Johnson <chris@negativecode.com> +* David Graham <david@negativecode.com> == License Vines is released under the MIT license. Check the LICENSE file for details.