Compare commits
No commits in common. "d8aa72d516c008280ee92db8ad5135904c4c5f4f" and "705e5d8ba9a144bfc7dfae99564bdd6431c67166" have entirely different histories.
d8aa72d516
...
705e5d8ba9
2
Rakefile
2
Rakefile
@ -28,5 +28,3 @@ desc "Build user guide"
|
||||
task :user_guide do
|
||||
system("ruby", "-Ilib", "rb/gen_user_guide.rb")
|
||||
end
|
||||
|
||||
task :all => [:spec, :dspec, :user_guide]
|
||||
|
2
propane.sh
Executable file
2
propane.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec bundle exec ruby -Ilib bin/propane "$@"
|
Loading…
x
Reference in New Issue
Block a user