summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2015-01-27 02:58:33 -0800
committerRyan Davis <ryand@zenspider.com>2015-01-27 02:58:33 -0800
commit96b443559150088b1ad8b48528b220e3c2b815e3 (patch)
tree4358797fee4361d7dd0cf9f67e74784aa83b1a55 /Rakefile
parent8c971c0cf939874ea71686df2b1e64ebf9362dc4 (diff)
downloadhoe-96b443559150088b1ad8b48528b220e3c2b815e3.tar.gz
more stylistic tweaks
[git-p4: depot-paths = "//src/hoe/dev/": change = 9958]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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))