mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bump dbm-1.0.0 for released version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e0bed5f32e
commit
2d031181af
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "dbm"
|
||||
s.version = '1.0.0.beta1'
|
||||
s.version = '1.0.0'
|
||||
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"
|
||||
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.require_path = %w{lib}
|
||||
s.files = %w{ext/dbm/extconf.rb ext/dbm/dbm.c}
|
||||
s.extensions = %w{ext/dbm/extconf.rb}
|
||||
s.required_ruby_version = ">= 2.5.0dev"
|
||||
s.required_ruby_version = ">= 2.3.0"
|
||||
|
||||
s.authors = ["Yukihiro Matsumoto"]
|
||||
s.email = ["matz@ruby-lang.org"]
|
||||
|
|
Loading…
Add table
Reference in a new issue