summaryrefslogtreecommitdiff
path: root/ext/dbm
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-14 02:01:36 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-14 02:01:36 +0000
commit4d5c414fcc0cd1c01580a1f9dc05a613c13929b2 (patch)
treeb05b3accbce5cd7aae1cc9f73981aeab281d6578 /ext/dbm
parent9ea2102e57114d4c722b90355ab8ffe197938012 (diff)
Update gemspec for gem released versions.
* These are dbm, fcntl, io-console, sdbm, stringio, strscan, zlib, cmath, scanf. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dbm')
-rw-r--r--ext/dbm/dbm.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dbm/dbm.gemspec b/ext/dbm/dbm.gemspec
index de331089e2..235466380b 100644
--- a/ext/dbm/dbm.gemspec
+++ b/ext/dbm/dbm.gemspec
@@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "dbm"
- s.version = '0.5.1'
+ s.version = '1.0.0.beta1'
s.date = '2017-02-08'
s.summary = "Provides a wrapper for the UNIX-style Database Manager Library"
s.description = "Provides a wrapper for the UNIX-style Database Manager Library"
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.authors = ["Yukihiro Matsumoto"]
s.email = ["matz@ruby-lang.org"]
- s.homepage = "https://www.ruby-lang.org"
+ s.homepage = "https://github.com/ruby/dbm"
s.license = "BSD-2-Clause"
s.add_development_dependency "rake-compiler"