Skip to content

Commit

Permalink
A developer encountered a problem with an incompatibility between the…
Browse files Browse the repository at this point in the history
… Ruby JSON lib and ActiveSupport 2.3.2 when a Tropo::Generator.say 'foo bar' was called. The error was: 'TypeError Exception: wrong argument type Hash (expected Data)'. An upgrade to 2.3.5 of ActiveSupport resolved the issue.
  • Loading branch information
voxeo committed Feb 11, 2010
1 parent 7da5739 commit 7e1591a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rdoc
Expand Up @@ -12,6 +12,8 @@ your own web servers.
* Ruby v1.8.6+ or JRuby v1.4.0+
* RubyGems

Note: If using with ActiveSupport, v2.3.5 or better of ActiveSupport is required.

== Installation

$ sudo gem install tropo-webapi-ruby
Expand Down

0 comments on commit 7e1591a

Please sign in to comment.