leveldb-ruby 0.11 → 0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/ext/leveldb/leveldb.cc +0 -2
  2. metadata +2 -2
@@ -499,8 +499,6 @@ void Init_leveldb() {
499
499
 
500
500
  m_leveldb = rb_define_module("LevelDB");
501
501
 
502
- printf("initialized the correct codebase\n");
503
-
504
502
  c_db = rb_define_class_under(m_leveldb, "DB", rb_cObject);
505
503
  rb_define_singleton_method(c_db, "make", RUBY_METHOD_FUNC(db_make), 3);
506
504
  rb_define_method(c_db, "initialize", RUBY_METHOD_FUNC(db_init), 1);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leveldb-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.11'
4
+ version: '0.12'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-07 00:00:00.000000000 Z
12
+ date: 2012-03-08 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: LevelDB-Ruby is a Ruby binding to LevelDB.
15
15
  email: wmorgan-leveldb-ruby-gemspec@masanjin.net