Compare commits

..

No commits in common. "d8aa72d516c008280ee92db8ad5135904c4c5f4f" and "705e5d8ba9a144bfc7dfae99564bdd6431c67166" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

2
propane.sh Executable file
View File

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