diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b534b91 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: build install + +build: + gem build alm.gemspec + +install: + gem install alm-0.1.0.gem diff --git a/alm-0.1.0.gem b/alm-0.1.0.gem index 31c4106..d950790 100644 Binary files a/alm-0.1.0.gem and b/alm-0.1.0.gem differ