From: sto.mar@... Date: 2017-04-11T18:08:52+00:00 Subject: [ruby-core:80659] [Ruby trunk Bug#13422] etc.gemspec is invalid (typo) Issue #13422 has been updated by stomar (Marcus Stollsteimer). I see... I guess it would work for release tarballs; but e.g. not for `make install` in a subversion working copy of the source. Anyway, in the meantime there was opened a separate ticket for this, see #13423. ---------------------------------------- Bug #13422: etc.gemspec is invalid (typo) https://bugs.ruby-lang.org/issues/13422#change-64182 * Author: stomar (Marcus Stollsteimer) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: r58315 * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- The gemspec for etc is invalid (and lets `rvm install ruby-head` fail): ``` diff diff --git a/ext/etc/etc.gemspec b/ext/etc/etc.gemspec index fd81ec3..f961b67 100644 --- a/ext/etc/etc.gemspec +++ b/ext/etc/etc.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |spec| spec.name = "etc" spec.version = "0.2.1" - soec.date = '2017-02-27' + spec.date = '2017-02-27' spec.authors = ["Yukihiro Matsumoto"] spec.email = ["matz@ruby-lang.org"] ``` I wanted to open an issue on GitHub, but the affected line doesn't exist in the gemspec there. On a side note: will `spec.files` with `git ls-files ...` work in all installation scenarios? -- https://bugs.ruby-lang.org/ Unsubscribe: