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:
parent
32e547954f
commit
06b9b78e21
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue