Sha256: c754e37f70c16debbce5bb423debc6bd1032b09aff0e2c97a5b923027947144a

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 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=35.0.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-35.0.0 Makefile