README.textile in asir-1.1.6 vs README.textile in asir-1.1.7
- old
+ new
@@ -1,9 +1,9 @@
h1. Abstracting Services in Ruby
* Kurt Stephens
-* 2010/08/19
+* 2012/12/11
* Slides -- "http://kurtstephens.com/pub/abstracting_services_in_ruby/asir.slides/":http://kurtstephens.com/pub/abstracting_services_in_ruby/asir.slides/
* Code -- "http://kurtstephens.com/pub/abstracting_services_in_ruby/":http://kurtstephens.com/pub/abstracting_services_in_ruby/
* Git -- "http://github.com/kstephens/abstractiing_services_in_ruby":http://github.com/kstephens/abstractiing_services_in_ruby
h2. Objectives
@@ -34,11 +34,11 @@
** Fallback transports.
** Database transports (e.g.: gem asir_activerecord)
** Time-decaying retry and polling logic.
* Support for multiple encodings:
** Marshal.
-** XML.
+** XML. (gem asir_xml)
** JSON.
** YAML.
** Base64.
** ZLib.
** Chained encodings.
@@ -48,10 +48,6 @@
* CRuby 1.8.7
* CRuby 1.9.3-head
* CRuby 2.0-head
* JRuby 1.6.x (with JRUBY_OPTS=--1.9) IN-PROGRESS
-
-h2. Dependencies
-
-* Requires install of libxml, libxslt for XML support: rake prereq.