From 5ed428528771bd6316c0064e7d01d6349c53723e Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 10 Feb 2014 12:32:39 -0700 Subject: update to 2.10.9 --- .gitignore | 4 ++-- rubygem-github-linguist-generate-test-tarball.sh | 4 ++-- rubygem-github-linguist.spec | 5 ++++- sources | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 60e66b8..59885de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/github-linguist-2.10.7.gem -/github-linguist-2.10.7-tests.tar.xz +/github-linguist-2.10.9.gem +/github-linguist-2.10.9-tests.tar.xz diff --git a/rubygem-github-linguist-generate-test-tarball.sh b/rubygem-github-linguist-generate-test-tarball.sh index 183b151..0245bc7 100755 --- a/rubygem-github-linguist-generate-test-tarball.sh +++ b/rubygem-github-linguist-generate-test-tarball.sh @@ -2,11 +2,11 @@ set -e -VERSION=2.10.7 +VERSION=2.10.9 # GitHub has not pushed a tag for 2.10.7. # https://github.com/github/linguist/issues/869 -GITSHA=3ece15b3984191e5b0f5656173d7cd8575a2b6c7 +#GITSHA=3ece15b3984191e5b0f5656173d7cd8575a2b6c7 # If you are using a public tag, then comment out the GITSHA definition above. if [ -z "$GITSHA" ]; then diff --git a/rubygem-github-linguist.spec b/rubygem-github-linguist.spec index e2c28fb..8872fc7 100644 --- a/rubygem-github-linguist.spec +++ b/rubygem-github-linguist.spec @@ -1,7 +1,7 @@ %global gem_name github-linguist Name: rubygem-%{gem_name} -Version: 2.10.7 +Version: 2.10.9 Release: 1%{?dist} Summary: GitHub Language detection Group: Development/Languages @@ -94,5 +94,8 @@ popd %doc %{gem_docdir} %changelog +* Mon Feb 10 2014 Ken Dreyer - 2.10.9-1 +- Update to github-linguist 2.10.9 + * Fri Dec 27 2013 Ken Dreyer - 2.10.7-1 - Initial package diff --git a/sources b/sources index 7505c4b..63274bb 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -78ad92c0d2bc3fff45b71f1392a39c0b github-linguist-2.10.7.gem -51348140bc427edb56adf19777c67991 github-linguist-2.10.7-tests.tar.xz +8ba5c1f9a817c9ff2f312c2eeefbfe3f github-linguist-2.10.9.gem +038401514f9d76baeaab692ace6f046d github-linguist-2.10.9-tests.tar.xz -- cgit