NOTICE: This package has been removed from pkgsrc

./databases/ruby-cassandra, Ruby extension for Cassandra

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.23.0nb1, Package name: ruby23-cassandra-0.23.0nb1, Maintainer: pkgsrc-users

This is the extension library to access a Cassandra database from Ruby.


Master sites:

SHA1: c37536dec41228118dbe10ed50872cb840f4a841
RMD160: 19b95dd80ec20d3289ee4d7a3488dc461d689a99
Filesize: 156.5 KB

Version history: (Expand)


CVS history: (Expand)


   2019-03-05 16:56:38 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
databases/ruby-cassandra: remove package

Remove a package which dose not maintained any more.
   2017-06-01 06:41:05 by Takahiro Kambe | Files touched by this commit (1)
Log message:
* Drop RUBY_JSON_REQD.
* Remove wrong overriding simple_uuid dependency in gemspec.

Bump PKGREVISION.
   2017-04-19 13:24:39 by Jonathan Perkin | Files touched by this commit (27)
Log message:
Reset MAINTAINER after tonnerre resigned.
   2015-11-03 02:56:36 by Alistair G. Crooks | Files touched by this commit (368)
Log message:
Add SHA512 digests for distfiles for databases category

Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-03-08 16:17:22 by Takahiro Kambe | Files touched by this commit (58) | Package updated
Log message:
Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.
   2014-03-13 19:11:36 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Add GEM_EXTSDIR support.

No functional change for current versions of Rubys.
   2014-02-09 06:31:26 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-cassandra to 0.23.0.

v0.23.0
- Update simple_uuid dependency (issue #197, courtesy @tsenart)
- Changed to new github url: github.com/cassandra-rb/cassandra
   2013-09-13 14:41:25 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-cassandra to 0.22.0.

v0.22.0
- Add new composite API to resolve ambiguity between unpacking a composite and \ 
packing a composite with one element (issue #196, courtesy @kevinkehl)
- Breaking change: schema change methods no longer catch exceptions internally.  \ 
They work the same as everything else.

v0.21.0
- Add 1.2 libs to gem

v0.19.0
- Fixed windows build by disabling native extensions (issue #188, courtesy @jacek99)
- Speed improvement to native composite column extension (issue #186, courtesy \ 
@muirmanders)
- Fix OrderedHash iterator return values (issue #185, courtesy @fester)
- Native support for dynamic composite decoding (issue #184, courtesy @muirmanders)

v0.18.0
- Cassandra 1.2 support (issue #175, courtesy @brainopia)
- drop_keyspace defaults to current keyspace (issue #176, courtesy @brianopia)
- Easier flush_batch interface (issue #182, courtesy @brianopia)
- Support for removing multiple columns (issue #183, courtesy @brianopia)