Sha256: aee4cf29c3853afb0ff1f491da12a2399b6df1e66ba1df678c40362d7363009d

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.11.1

.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.11.1 Makefile