From 11616b1bc97ad8e808dd787285e6ab6d9ce73777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 28 Dec 2015 16:00:16 +0000 Subject: [PATCH 1/3] documentation: add unknown license comment to cask create command --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28df4a1120c..3708af045f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,7 +127,7 @@ cask 'my-new-cask' do url '' name '' homepage '' - license :unknown + license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder app '' end From 7f6949cb02b0b279c93fe2a31d71b19e5d8efac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 28 Dec 2015 16:01:04 +0000 Subject: [PATCH 2/3] tests: reduce spacing in unknown license comment --- test/cask/cli/create_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cask/cli/create_test.rb b/test/cask/cli/create_test.rb index d23a68870f6..4e2db1f20a9 100644 --- a/test/cask/cli/create_test.rb +++ b/test/cask/cli/create_test.rb @@ -43,7 +43,7 @@ describe Hbc::CLI::Create do url 'https://' name '' homepage '' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder app '' end From ec8684ea9e636f8eb5bf9ed8a445492b574f2d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 28 Dec 2015 16:01:19 +0000 Subject: [PATCH 3/3] core: reduce spacing in unknown license comment --- lib/hbc/cli/create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hbc/cli/create.rb b/lib/hbc/cli/create.rb index 19b71a5c5f2..cad3ca2e160 100644 --- a/lib/hbc/cli/create.rb +++ b/lib/hbc/cli/create.rb @@ -32,7 +32,7 @@ class Hbc::CLI::Create < Hbc::CLI::Base url 'https://' name '' homepage '' - license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder + license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder app '' end