Sha256: 58f7054eeb932c99cac65a48b7d7249492024bc1e4aa843339cf169f83d355b2

Contents?: true

Size: 322 Bytes

Versions: 1

Compression:

Stored size: 322 Bytes

Contents

# Ruby embeds the version in the generator where as others don't so it's not possible to cat for it.
RUBY_PACKAGE_VERSION=14.14.0

.PHONY: release
release:
# Remove previously released versions of plaid-ruby
	rm -rf pkg
# Release
	bundle config set --local path 'vendor/bundle' && \
	bundle && \
	bundle exec rake release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
plaid-14.14.0 Makefile