From f9f80f04883eadeb85ef366332176bd8ed79688f Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Tue, 12 Apr 2016 11:39:29 -0300 Subject: [PATCH 1/2] [#8] Add assisted workflow support --- .awconfig | 1 + 1 file changed, 1 insertion(+) create mode 100644 .awconfig diff --git a/.awconfig b/.awconfig new file mode 100644 index 0000000..ed97d53 --- /dev/null +++ b/.awconfig @@ -0,0 +1 @@ +--- From 29ddca5316d3c2f95165f60e41e91f0adf798f7c Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Tue, 12 Apr 2016 11:42:49 -0300 Subject: [PATCH 2/2] [#8] Move to elvis 0.2.11 --- plugins.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.mk b/plugins.mk index eaa3b84..928587e 100644 --- a/plugins.mk +++ b/plugins.mk @@ -4,7 +4,7 @@ .PHONY: elvis distclean-elvis # Configuration. -ELVIS_VERSION=0.2.6 +ELVIS_VERSION=0.2.11 ELVIS_CONFIG ?= $(CURDIR)/elvis.config ELVIS ?= $(CURDIR)/elvis