From: sto.mar@... Date: 2017-04-11T12:09:22+00:00 Subject: [ruby-core:80656] [Ruby trunk Bug#13422] etc.gemspec is invalid (typo) Issue #13422 has been reported by stomar (Marcus Stollsteimer). ---------------------------------------- Bug #13422: etc.gemspec is invalid (typo) https://bugs.ruby-lang.org/issues/13422 * Author: stomar (Marcus Stollsteimer) * Status: Open * 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: