Sha256: 10d836a97c89239f07b72556b63f6f1ffc97258f085af57f69451cd5543d3608

Contents?: true

Size: 399 Bytes

Versions: 4

Compression:

Stored size: 399 Bytes

Contents

all::
RSYNC_DEST := bogomips.org:/srv/bogomips/http_spew
rfproject := rainbows
rfpackage := http_spew

RUBY_VERSION_FILE = lib/http_spew/version.rb
pkg_extra += $(RUBY_VERSION_FILE)
include pkg.mk

$(RUBY_VERSION_FILE): GIT-VERSION-FILE
	@$(RM) -f $@+
	@echo >> $@+ '# -*- encoding: binary -*-'
	@echo >> $@+ 'HTTP_Spew.const_set :VERSION, "$(GIT_VERSION)"'
	@mv $@+ $@

build: $(RUBY_VERSION_FILE)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
http_spew-0.4.1 GNUmakefile
http_spew-0.4.0 GNUmakefile
http_spew-0.3.0 GNUmakefile
http_spew-0.2.0 GNUmakefile