1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/dbm] Bump version to 1.1.0

https://github.com/ruby/dbm/commit/163078359d
This commit is contained in:
Hiroshi SHIBATA 2019-11-30 17:54:44 +09:00
parent 32e547954f
commit 06b9b78e21

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "dbm"
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = "Provides a wrapper for the UNIX-style Database Manager Library"
s.description = "Provides a wrapper for the UNIX-style Database Manager Library"