From bc7b6d6f1558bc8bc4b46816887a39bb5c8cf8be Mon Sep 17 00:00:00 2001 From: John Poulin Date: Fri, 23 Feb 2018 12:19:31 -0500 Subject: [PATCH 1/2] Fixed guardfile to close #321 --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index ed193e5..e7d5a0f 100755 --- a/Guardfile +++ b/Guardfile @@ -23,7 +23,7 @@ guard "livereload", host: "railsgoat.dev", port: "35727" do end -guard "rspec" do +guard :rspec, cmd: 'bundle exec rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch("spec/spec_helper.rb") { "spec" } From 6d4b76fa472066a50d8b09f87b3412fa4eab65a1 Mon Sep 17 00:00:00 2001 From: cktricky Date: Sun, 25 Feb 2018 12:35:02 -0500 Subject: [PATCH 2/2] just a super minor update to the year --- LICENSE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index b47c765..c27e4b5 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2014 The Open Web Application Security Project +Copyright (c) 2013-2018 The Open Web Application Security Project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE.