mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Version beta bump and some notes
This commit is contained in:
		@@ -1,3 +1,3 @@
 | 
			
		||||
module Linguist
 | 
			
		||||
  VERSION = "3.1.5"
 | 
			
		||||
  VERSION = "3.2.0b0"
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
@@ -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)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user