README.mkd in desk-0.3.2 vs README.mkd in desk-0.3.3
- old
+ new
@@ -4,52 +4,21 @@
Installation
------------
gem install desk
-What's new in 0.3.0?
+What's new in 0.3.3?
------------------
-Renamed to Desk
-Newer faraday, faraday_middleware and hashie
+@mtchavez bumped faraday_middleware to 0.9.0
-What's new in 0.2.6?
+What's new in 0.3.2?
------------------
-Newer faraday, faraday_middleware and multixml versions
+@tstachl added support for groups and max requests
-What's new in 0.2.5?
+What's new in 0.3.0?
------------------
-Newer multijson version for Rails 3.1 compatibility
-
-What's new in 0.2.4?
-------------------
-Resolved an issue that was breaking PUT requests.
-
-What's new in 0.2.3?
-------------------
-Removed deep_merge because it conflicts with rails. Handling the merge inside the create_outbound_interaction method only on headers for now, until we need it elsewhere.
-
-What's new in 0.2.2?
-------------------
-Added deep_merge support so that we keep any custom email headers when creating outbound interactions.
-Required pony in the gem so you don't have to include it in your app.
-
-What's new in 0.2.1?
-------------------
-Stopped returning only the 'results' array when listing things, because this would cause us to not have access to page numbers, total counts, etc.
-
-What's new in 0.2.0?
-------------------
-Added support for Topics, Articles, and Macros, which is currently all that is available in the Assistly API.
-
-What's new in 0.1.5?
-------------------
-Added the ability to create outbound communications over email
-
-
-What's new in 0.1?
-------------------
-This is the first release of the Assistly gem, based on the [Twitter gem](http://github.com/jnunemaker/twitter). Support for most of the [Assistly API](http://dev.desk.com/docs/api) are handled.
-There is not yet support for Content or Macros.
+Renamed to Desk
+Newer faraday, faraday_middleware and hashie
Help! I'm getting: "Did not recognize your engine specification. Please specify either a symbol or a class. (RuntimeError)"
---------------------------------------------------------------------------------------------------------------------------
You'll need to explicitly require a JSON library. We recommend [yajl-ruby](http://github.com/brianmario/yajl-ruby).