summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2013-12-07 13:45:37 -0800
committerRyan Davis <ryand@zenspider.com>2013-12-07 13:45:37 -0800
commit7ac56f6a070af8a37502df69e8509b44ad7929c0 (patch)
tree9a27e786c6cb724084ef22b48f9fd17803e193e2 /bin
parent812ff42a3d049b22f7d42550d79bd9984db51f75 (diff)
downloadhoe-7ac56f6a070af8a37502df69e8509b44ad7929c0.tar.gz
- Quell warnings in sow on ruby 2.0. (teoljungberg)
[git-p4: depot-paths = "//src/hoe/dev/": change = 9073]
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sow2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sow b/bin/sow
index 81ac168..8fbce1f 100755
--- a/bin/sow
+++ b/bin/sow
@@ -89,7 +89,7 @@ project = ARGV.shift
abort op.to_s unless project
abort "Project #{project} seems to exist" if test ?d, project
-_, file_name, klass, test_klass = Hoe.normalize_names project
+_, file_name, _, _ = Hoe.normalize_names project
FileUtils.cp_r template_path, project