Sha256: c630d7630f87e6a015f06a8538e5ab66b0c64b84d93cc2b70190ce5445aa702e
Contents?: true
Size: 550 Bytes
Versions: 2
Compression:
Stored size: 550 Bytes
Contents
#!/bin/sh # updates the extension because we can't have a submodule as part of a gem # update submodules git submodule sync && git submodule init && git submodule update && git submodule foreach git fetch origin && git submodule foreach git submodule init && git submodule foreach git submodule update echo "updated submodules\n" # delete current directory rm -rf js-beautify-copy # copy files cp -R js-beautify js-beautify-copy echo "copied files\n" # build the gem rake version rake version:bump:patch rake version echo "updated version\n"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
js-beautify-0.1.8 | update.sh |
js-beautify-0.1.7 | update.sh |