Sha256: 07d344a55288485306421af668452eb857313fd521d1f170832bd0e7f3cf3f1e

Contents?: true

Size: 227 Bytes

Versions: 6

Compression:

Stored size: 227 Bytes

Contents

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

all:
	./generate.sh
	test -d cleditor && git add cleditor || true
	git add lib
	git add vendor
	vim lib/bootswatch_rails/version.rb
	git commit -a
	rake release

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bootswatch_rails-3.2.0.10 Makefile
bootswatch_rails-3.2.0.9 Makefile
bootswatch_rails-3.2.0.8 Makefile
bootswatch_rails-3.2.0.7 Makefile
bootswatch_rails-3.2.0.6 Makefile
bootswatch_rails-3.2.0.5 Makefile