IABSD.fr/ports/databases/ruby-couchrest

Branch :


Log

Author Commit Date CI Message
82143f79 2010-09-28 20:12:16 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk All ruby .gem files are now hosted on rubygems.org in the same directory. If the ruby gem CONFIGURE_STYLE is used, make the default MASTER_SITES that directory. There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for some ports that aren't gems, or where the .gem file isn't hosted on rubygems.org, or where the hashes don't match. Most of these will be dealt with in the near future. OK landry@
d765f5df 2010-09-23 22:30:24 Bump all ruby ports not already handled. In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed due to differences in how RDoc processes files. This also has a number of changes to the regress tests to work with the changes to devel/ruby-rake. It moves most of the regress tests to use MODRUBY_REGRESS. OK jcs@, landry@, jasper@, sthen@
e9a5b7bc 2009-08-08 21:20:14 Update to ruby-couchrest-0.33. Tested by msf@. Thanks!
52c92ff0 2009-04-05 11:00:36 Initial import of ruby-couchrest-0.23. CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.