github-linguist 4.3.0 → 4.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Linguist
2
2
  module Strategy
3
3
  class Modeline
4
- EmacsModeline = /-\*-\s*(?:mode:)?\s*(\w+);?\s*-\*-/
4
+ EmacsModeline = /-\*-\s*mode:\s*(\w+);?\s*-\*-/
5
5
  VimModeline = /\/\*\s*vim:\s*set\s*(?:ft|filetype)=(\w+):\s*\*\//
6
6
 
7
7
  # Public: Detects language based on Vim and Emacs modelines
@@ -1,3 +1,3 @@
1
1
  module Linguist
2
- VERSION = "4.3.0"
2
+ VERSION = "4.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-linguist
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-30 00:00:00.000000000 Z
11
+ date: 2015-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: charlock_holmes