Sha256: a87da8e51d707607f89c07be5ca97d36b6412fd1b1c603b2f3e93e0f9e003b4d

Contents?: true

Size: 388 Bytes

Versions: 1

Compression:

Stored size: 388 Bytes

Contents

#!/usr/bin/env bash

VERSION=$1

printf "module GearedPagination\n  VERSION = \"$VERSION\"\nend\n" > ./lib/geared_pagination/version.rb
bundle
git add Gemfile.lock lib/geared_pagination/version.rb
git commit -m "Bump version for $VERSION"
git push
git tag v$VERSION
git push --tags
gem build geared_pagination.gemspec
gem push "geared_pagination-$VERSION.gem" --host https://rubygems.org

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geared_pagination-1.2.0 bin/release