Sha256: c7b72982b06eff118cd03b4ffc422f7ee3c76c22d42d2cdd6bc4005ab3a1423b

Contents?: true

Size: 448 Bytes

Versions: 14

Compression:

Stored size: 448 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
	gem uninstall bootswatch_rails --all
	rake release

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

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bootswatch_rails-3.3.7.8 Makefile
bootswatch_rails-3.3.7.7 Makefile
bootswatch_rails-3.3.7.6 Makefile
bootswatch_rails-3.3.7.5 Makefile
bootswatch_rails-3.3.7.4 Makefile
bootswatch_rails-3.3.7.3 Makefile
bootswatch_rails-3.3.7.2 Makefile
bootswatch_rails-3.3.7.1 Makefile
bootswatch_rails-3.3.7.0 Makefile
bootswatch_rails-3.3.6.2 Makefile
bootswatch_rails-3.3.6.1 Makefile
bootswatch_rails-3.3.5.2 Makefile
bootswatch_rails-3.3.5.1 Makefile
bootswatch_rails-3.3.4.1 Makefile