Sha256: decf40e33da4965210f67822ea69b10ae1a622a0b0b0ca3a5f4b840e32c1d06e
Contents?: true
Size: 458 Bytes
Versions: 3
Compression:
Stored size: 458 Bytes
Contents
#!/usr/bin/env sh GEM_VERSION=$(ruby -e '$LOAD_PATH << File.join(File.dirname(__FILE__), "lib"); require "nxt_cop/version"; print NxtCop::VERSION') gem build nxt_cop.gemspec if [ ! -d "pkg" ]; then mkdir pkg fi mv nxt_cop-$GEM_VERSION.gem pkg/nxt_cop-$GEM_VERSION.gem git tag -m "Release $GEM_VERSION" -a v$GEM_VERSION HEAD git push origin --tags gem push --key github --host https://rubygems.pkg.github.com/nxt-insurance pkg/nxt_cop-$GEM_VERSION.gem
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nxt_cop-1.0.12 | bin/release |
nxt_cop-1.0.10 | bin/release |
nxt_cop-1.0.9 | bin/release |