Skip to content
Permalink
Browse files Browse the repository at this point in the history
Gem::Specification#date is set automatically by RubyGems.org.
  • Loading branch information
hsbt authored and nobu committed Jan 17, 2020
1 parent bc9ae9e commit 679a941
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions io-console.gemspec
@@ -1,11 +1,9 @@
# -*- 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."
Expand Down

0 comments on commit 679a941

Please sign in to comment.