dbmlite3.gemspec in dbmlite3-1.0.a8 vs dbmlite3.gemspec in dbmlite3-1.0.b1
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = 'dbmlite3'
- s.version = '1.0.a8'
+ s.version = '1.0.b1'
s.date = '2022-02-21'
s.summary = "A DBM-style key-value store using SQLite3"
s.description = <<-EOF
Lite3::DBM is an object that behaves like a Ruby Hash but stores
its data in a SQLite3 database table. It is a drop-in replacement