Skip to content

Commit df6ad32

Browse files
committed
fix
1 parent 20bc1bd commit df6ad32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Building fastcomments gem..."
55
gem build fastcomments.gemspec
66

77
# Get the version from the gemspec
8-
VERSION=$(ruby -r ./lib/fastcomments.rb -e "puts FastComments::VERSION")
8+
VERSION=$(ruby -I ./client/lib -r ./lib/fastcomments.rb -e "puts FastComments::VERSION")
99
GEM_FILE="fastcomments-${VERSION}.gem"
1010

1111
if [ ! -f "$GEM_FILE" ]; then

0 commit comments

Comments
 (0)