Sha256: 32172a4283451a5a01943bc93e63f5ca02d290d279daea509e7bfdfda9c8e74c

Contents?: true

Size: 104 Bytes

Versions: 25

Compression:

Stored size: 104 Bytes

Contents

SHELL = /bin/bash

build:
	bundle install && \
	rubocop -a

test:
	bundle exec rspec

.PHONY: build test

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
patch_ruby-1.13.0 Makefile
patch_ruby-1.12.0 Makefile
patch_ruby-1.11.1 Makefile
patch_ruby-1.11.0 Makefile
patch_ruby-1.10.2 Makefile