Project

General

Profile

Backport #9085 ยป 0001-Make-date-for-io-console-gemspec-predictable.patch

terceiro (Antonio Terceiro), 11/08/2013 04:57 AM

View differences:

ext/io/console/io-console.gemspec
# -*- ruby -*-
_VERSION = "0.4.2"
date = %w$Date:: $[1]
Gem::Specification.new do |s|
s.name = "io-console"
s.version = _VERSION
s.date = date
s.date = RUBY_RELEASE_DATE
s.summary = "Console interface"
s.email = "nobu@ruby-lang.org"
s.description = "add console capabilities to IO instances."
    (1-1/1)