Sha256: c95f24745e1e05d5c24e6ebabc0d30387cb65281b791559fb1038f6937ed1e63

Contents?: true

Size: 418 Bytes

Versions: 28

Compression:

Stored size: 418 Bytes

Contents

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

all: build
	git status

rel: build
	./generate.sh
	vim lib/bootswatch_rails/version.rb
	git commit -a
	sudo gem uninstall bootswatch_rails --all
	rake release

install: build
	git commit -a
	sudo gem uninstall bootswatch_rails --all
	sudo rake install
	sudo rm -rf pkg

build:
	test -d cleditor && git add cleditor || true
	git add lib
	git add vendor

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
bootswatch_rails-3.3.1.1 Makefile
bootswatch_rails-3.3.1.0 Makefile
bootswatch_rails-3.3.0.11 Makefile
bootswatch_rails-3.3.0.10 Makefile
bootswatch_rails-3.3.0.9 Makefile
bootswatch_rails-3.3.0.8 Makefile
bootswatch_rails-3.3.0.7 Makefile
bootswatch_rails-3.3.0.6 Makefile
bootswatch_rails-3.3.0.5 Makefile
bootswatch_rails-3.3.0.4 Makefile
bootswatch_rails-3.3.0.3 Makefile
bootswatch_rails-3.3.0.2 Makefile
bootswatch_rails-3.3.0.1 Makefile
bootswatch_rails-3.2.0.43 Makefile
bootswatch_rails-3.2.0.42 Makefile
bootswatch_rails-3.2.0.41 Makefile
bootswatch_rails-3.2.0.40 Makefile
bootswatch_rails-3.2.0.39 Makefile
bootswatch_rails-3.2.0.38 Makefile
bootswatch_rails-3.2.0.37 Makefile