Sha256: 2e169009c34ce1254f82f816e0d6d6f9b4fabe77aeda236788d55fd86cda4051

Contents?: true

Size: 104 Bytes

Versions: 14

Compression:

Stored size: 104 Bytes

Contents

SHELL = /bin/bash

build:
	rubocop -a && \
	bundle install

test:
	bundle exec rspec

.PHONY: build test

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
patch_ruby-1.10.1 Makefile
patch_ruby-1.10.0 Makefile
patch_ruby-1.9.0 Makefile
patch_ruby-1.8.0 Makefile
patch_ruby-1.7.0 Makefile
patch_ruby-1.6.0 Makefile
patch_ruby-1.5.2 Makefile
patch_ruby-1.5.1 Makefile
patch_ruby-1.5.0 Makefile
patch_ruby-1.4.0 Makefile
patch_ruby-1.3.0 Makefile
patch_ruby-1.2.5 Makefile
patch_ruby-1.2.4 Makefile
patch_ruby-1.2.3 Makefile