Sha256: df117a085daa7cd5d7dfd3cf3109a596f5fafbd75d1de8b5ac8db336d3d54e41

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

foo:

test:
	rake spec

build:
	gem build joplin.gemspec

push: clean build
	gem push *gem
	git tag `grep VERSION lib/joplin/version.rb | sed -e 's/^.*VERSION = "\(.*\)"/\1/'`

clean:
	rm -f *gem

install: clean build
	gem install --local *gem

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
joplin-1.1.0 Makefile
joplin-1.0.2 Makefile