Sha256: ef76e45454ef64f7a40c38a852c424e9b485b61434e689051d4d798965b8a51d

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

all: install test docs

install:
	bundle install;

test:
	bundle exec rake;

benchmark:
	ruby spec/*_benchmark.rb;

docs:
	rm -rf doc;
	bundle exec yard;

.PHONY: install test docs benchmark

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gibberish-2.1.1 Makefile
gibberish-2.1.0 Makefile
gibberish-2.0.0 Makefile