Skip to content

Commit 5165386

Browse files
committed
Remove unused spec variable and meaningless spec.urls processing
1 parent 8c6aaa3 commit 5165386

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Rakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ require "hoe"
44

55
Hoe.plugin :minitest
66

7-
spec = Hoe.spec "ocran" do
7+
Hoe.spec "ocran" do
88
developer "Lars Christensen", "larsch@belunktum.dk"
99
developer "Andi Idogawa", "andi@idogawa.com"
1010
license "MIT"
1111
end
1212

13-
spec.urls.each { |key, url| url.chomp! }
14-
1513
task :build_stub do
1614
sh "ridk exec make -C src"
1715
cp "src/stub.exe", "share/ocran/stub.exe"

0 commit comments

Comments
 (0)