mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Version beta bump and some notes
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
module Linguist
|
module Linguist
|
||||||
VERSION = "3.1.5"
|
VERSION = "3.2.0b0"
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
require 'linguist/repository'
|
require 'linguist/repository'
|
||||||
|
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
|
|
||||||
class TestRepository < Test::Unit::TestCase
|
class TestRepository < Test::Unit::TestCase
|
||||||
@@ -49,6 +48,11 @@ class TestRepository < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_git_attributes
|
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'
|
attr_commit = '525304738ebdb7ab3b7d2bf9a7514cc428faa273'
|
||||||
repo = linguist_repo(attr_commit)
|
repo = linguist_repo(attr_commit)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user