10 exes = [ "cucumber" ];
12 passthru.updateScript = bundlerUpdateScript "cucumber";
15 description = "Tool for executable specifications";
16 homepage = "https://cucumber.io/";
17 changelog = "https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md";
18 license = licenses.mit;
19 mainProgram = "cucumber";
20 maintainers = with maintainers; [
25 platforms = platforms.unix;