Sha256: 0f9fb4b48fea843951e4b734a7b85ef9efed457e9e458669cae2edc22247b397
Contents?: true
Size: 505 Bytes
Versions: 3
Compression:
Stored size: 505 Bytes
Contents
#!/usr/bin/env sh GEM_VERSION=$(ruby -e '$LOAD_PATH << File.join(File.dirname(__FILE__), "lib"); require "nxt_http_client/version"; print NxtHttpClient::VERSION') gem build nxt_http_client.gemspec if [ ! -d "pkg" ]; then mkdir pkg fi mv nxt_http_client-$GEM_VERSION.gem pkg/nxt_http_client-$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_http_client-$GEM_VERSION.gem
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nxt_http_client-2.1.1 | bin/release |
nxt_http_client-2.1.0 | bin/release |
nxt_http_client-2.0.1 | bin/release |