We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bc1bd commit df6ad32Copy full SHA for df6ad32
1 file changed
publish.sh
@@ -5,7 +5,7 @@ echo "Building fastcomments gem..."
5
gem build fastcomments.gemspec
6
7
# Get the version from the gemspec
8
-VERSION=$(ruby -r ./lib/fastcomments.rb -e "puts FastComments::VERSION")
+VERSION=$(ruby -I ./client/lib -r ./lib/fastcomments.rb -e "puts FastComments::VERSION")
9
GEM_FILE="fastcomments-${VERSION}.gem"
10
11
if [ ! -f "$GEM_FILE" ]; then
0 commit comments