Sha256: da3244d5554fec7ef2bdda85d0ddae96eddca83a0564e826e43703be0a6dfb07

Contents?: true

Size: 210 Bytes

Versions: 4

Compression:

Stored size: 210 Bytes

Contents

.PHONY: *

default: test

build:
	rm -f *.gem
	gem build dry-types-json-schema.gemspec

publish: build
	gem push *.gem

console:
	irb -Ilib:spec -rspec_helper.rb

test:
	ruby -Ilib:spec -rpry spec/**/*_spec.rb

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry-types-json-schema-0.0.4 Makefile
dry-types-json-schema-0.0.3 Makefile
dry-types-json-schema-0.0.2 Makefile
dry-types-json-schema-0.0.1 Makefile