Kyoto Cabinet
In this repo i try to reanimate a kyotocabinet-ruby gem. Reanimated version is here.
- All available versions of kyotocabinet-ruby were imported from http://fallabs.com/kyotocabinet/rubypkg/ to the separate git branches.
- All deprecated stuff and old-fashion work with GVL was removed. Now the gem is buildable on all modern versions of MRI Ruby (1.9.3 - 2.2.1). See #1, #2 and #3.
- .travis.yml was added for confidence.
To use it just add this line to your Gemfile:
gem 'kyotocabinet-ruby-reanimated', github: 'marshall-lee/kyotocabinet-ruby', branch: '1-32'
Or this way:
gem 'kyotocabinet-ruby-reanimated'
Also you may want to read the original README.