Skip to content

Commit

Permalink
Merge pull request #9 from ruby/update-gemspec
Browse files Browse the repository at this point in the history
Update gemspec for the current requirements
  • Loading branch information
hsbt committed Dec 23, 2019
2 parents bc9ae9e + 3523e41 commit fbabf0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions io-console.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# -*- ruby -*-
_VERSION = IO.popen(%W[git -C #{__dir__} describe --tags --match v[0-9]*], &:read)[/\Av?(\d+(?:\.\d+)*)/, 1]
date = %w$Date:: $[1]

Gem::Specification.new do |s|
s.name = "io-console"
s.version = _VERSION
s.date = date
s.summary = "Console interface"
s.email = "nobu@ruby-lang.org"
s.description = "add console capabilities to IO instances."
s.required_ruby_version = ">= 2.2.0"
s.required_ruby_version = ">= 2.4.0"
s.homepage = "https://github.com/ruby/io-console"
s.metadata["source_code_url"] = s.homepage
s.authors = ["Nobu Nakada"]
Expand Down

0 comments on commit fbabf0b

Please sign in to comment.