From: v.ondruch@... Date: 2017-04-11T17:10:01+00:00 Subject: [ruby-core:80658] [Ruby trunk Bug#13422] etc.gemspec is invalid (typo) Issue #13422 has been updated by vo.x (Vit Ondruch). stomar (Marcus Stollsteimer) wrote: > On a side note: will `spec.files` with `git ls-files ...` work in all installation scenarios? Not sure what is the plan, but it the end result were "bundled_gems" approach, the this would be ok. ---------------------------------------- Bug #13422: etc.gemspec is invalid (typo) https://bugs.ruby-lang.org/issues/13422#change-64181 * 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: