Sha256: c8da8d9f509c59fc6c27c7608a6727c1958db52119c1472d73a35266e1392a8f

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=15.1.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-15.1.0 Makefile