Version beta bump and some notes

This commit is contained in:
Arfon Smith
2014-09-11 15:05:36 -05:00
parent 3d39e842ec
commit 0e86ab9044
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
module Linguist
VERSION = "3.1.5"
VERSION = "3.2.0b0"
end

View File

@@ -1,5 +1,4 @@
require 'linguist/repository'
require 'test/unit'
class TestRepository < Test::Unit::TestCase
@@ -49,6 +48,11 @@ class TestRepository < Test::Unit::TestCase
end
def test_git_attributes
# See https://github.com/github/linguist/blob/525304738ebdb7ab3b7d2bf9a7514cc428faa273/.gitattributes
#
# It looks like this:
# test/*.rb linguist-ignore
# lib/linguist.rb linguist-lang=Java
attr_commit = '525304738ebdb7ab3b7d2bf9a7514cc428faa273'
repo = linguist_repo(attr_commit)