From 96b443559150088b1ad8b48528b220e3c2b815e3 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 27 Jan 2015 02:58:33 -0800 Subject: more stylistic tweaks [git-p4: depot-paths = "//src/hoe/dev/": change = 9958] --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 4f75570..1a6be05 100644 --- a/Rakefile +++ b/Rakefile @@ -32,7 +32,7 @@ task :known_plugins do fetcher = Gem::SpecFetcher.fetcher spec_tuples = fetcher.find_matching dep - max = spec_tuples.map { |(tuple, source)| tuple.first.size }.max + max = spec_tuples.map { |(tuple, _source)| tuple.first.size }.max spec_tuples.each do |(tuple, source)| spec = Gem::SpecFetcher.fetcher.fetch_spec(tuple, URI.parse(source)) -- cgit v1.2.1