riak-ripple / ripple

A rich Ruby modeling layer for Riak, Basho's distributed database
Other
619 stars 152 forks source link

Update riak-client dependency to 1.4 #324

Open kball opened 11 years ago

kball commented 11 years ago

The primary motivation is to allow ripple users to useadhoc erlang fns (see https://github.com/basho/riak-ruby-client/commit/1023ec1216f481d585d62758a0cce5981f6f222b)

This update passes all existing specs. Given that this is not a change to expose new functionality for Ripple itself, but rather to allow the outside application to use an updated gem, I was unclear on any appropriate new specs.

I looked at the changes between Riak-client 1.1 and 1.4.0 and all API changes appear to be additions of new functions or new optional parameters, so it seems like the interface Ripple uses has not changed, and the specs appear to confirm that.

kyledayton commented 11 years ago

:+1: