Skip to content

Commit a060347

Browse files
David Longneckerjagregory
authored andcommitted
HACK: latest albacore doesn't build (structure change), forcing 0.1.5 to install if users don't already have it.
1 parent b9b7197 commit a060347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InstallGems.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ call gem install rake
77

88
call rake setup:ensure_gemcutter_source
99

10-
echo Installing Albacore
11-
call gem install albacore
10+
echo Installing Albacore v0.1.5 (newer builds bork it!)
11+
call gem install albacore -v 0.1.5

0 commit comments

Comments
 (0)