Compare commits

...

2 Commits

Author SHA1 Message Date
d8aa72d516 Add all task 2023-09-25 19:51:47 -04:00
aabc8a5af5 Remove propane.sh 2023-09-25 19:51:41 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -28,3 +28,5 @@ desc "Build user guide"
task :user_guide do
system("ruby", "-Ilib", "rb/gen_user_guide.rb")
end
task :all => [:spec, :dspec, :user_guide]

View File

@ -1,2 +0,0 @@
#!/bin/sh
exec bundle exec ruby -Ilib bin/propane "$@"