mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bump version to sdbm-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4000f70dc2
commit
5f2083921b
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "sdbm"
|
||||
s.version = '0.0.1'
|
||||
s.date = '2017-02-28'
|
||||
s.version = '1.0.0'
|
||||
s.date = '2017-12-11'
|
||||
s.summary = "Provides a simple file-based key-value store with String keys and values."
|
||||
s.description = "Provides a simple file-based key-value store with String keys and values."
|
||||
|
||||
s.require_path = %w{lib}
|
||||
s.files = %w{ext/sdbm/_sdbm.c ext/sdbm/depend ext/sdbm/extconf.rb ext/sdbm/init.c ext/sdbm/sdbm.h}
|
||||
s.extensions = ["ext/sdbm/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…
Reference in a new issue