Sha256: 2bcd06732a0dc479ca7b0d884376f2829c60c5a92fecaa2c37413e7316fccc08
Contents?: true
Size: 472 Bytes
Versions: 6
Compression:
Stored size: 472 Bytes
Contents
RUBYGEMS_API_KEY ?= .PHONY: prepare test prepare: bundle install bundle binstubs --all test: prepare bundle exec rake test clean: rm -f extism-*.gem publish-local: clean prepare gem build extism.gemspec gem push extism-*.gem publish: clean prepare gem build extism.gemspec GEM_HOST_API_KEY=$(RUBYGEMS_API_KEY) gem push extism-*.gem lint: bundle exec rufo --check . format: bundle exec rufo . docs: bundle exec yard show-docs: docs open doc/index.html
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
extism-0.5.0 | Makefile |
extism-0.4.0 | Makefile |
extism-0.3.0 | Makefile |
extism-0.2.0 | Makefile |
extism-0.1.0 | Makefile |
extism-0.0.1 | Makefile |