From a97e328484858b586a489d909276899aad7ebef6 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 3 Dec 2014 09:58:08 -0800 Subject: [PATCH 1/2] v4.2.2 --- lib/linguist/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/version.rb b/lib/linguist/version.rb index 76290837..972a9f5d 100644 --- a/lib/linguist/version.rb +++ b/lib/linguist/version.rb @@ -1,3 +1,3 @@ module Linguist - VERSION = "4.2.1" + VERSION = "4.2.2" end From 70b1ec97db2c0c0011d83ccedb4483c9087e620a Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 3 Dec 2014 10:07:59 -0800 Subject: [PATCH 2/2] Clean before running janky build --- script/cibuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/cibuild b/script/cibuild index f2596ea3..4dbcf970 100755 --- a/script/cibuild +++ b/script/cibuild @@ -13,6 +13,9 @@ set +x mkdir -p ./vendor/gems +# Clean out any unversioned files +git clean -fd + bundle install --local --path ./vendor/gems bundle exec rake samples bundle exec rake