Sha256: b3fcf85c52286248935cb9b72423f907833b2cd6ca6117a8e999b76a57509687

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

# vim: set ts=8 tw=0 noet :
#
# Makefile for building the Gem
#

all: build
	git status

rel: build
	vim lib/scaffold_plus/version.rb
	git commit -a
	sudo gem uninstall scaffold_plus --all
	rake release
	sudo rake install


install: build
	git commit -a

build:
	git add lib

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scaffold_plus-1.4.15 Makefile