ruby-changes:58985
From: Hiroshi <ko1@a...>
Date: Sat, 30 Nov 2019 18:49:54 +0900 (JST)
Subject: [ruby-changes:58985] 06b9b78e21 (master): [ruby/dbm] Bump version to 1.1.0
https://git.ruby-lang.org/ruby.git/commit/?id=06b9b78e21 From 06b9b78e21f5da5f348a932c3e7f21468674e4f1 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sat, 30 Nov 2019 17:54:44 +0900 Subject: [ruby/dbm] Bump version to 1.1.0 https://github.com/ruby/dbm/commit/163078359d diff --git a/ext/dbm/dbm.gemspec b/ext/dbm/dbm.gemspec index 9ab444b..9de425b 100644 --- a/ext/dbm/dbm.gemspec +++ b/ext/dbm/dbm.gemspec @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/dbm/dbm.gemspec#L1 # 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" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/