geothird-linguist 2.6.1 → 2.6.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,11 +16,15 @@
16
16
  # https://github.com/joyent/node
17
17
  - ^deps/
18
18
  - ^tools/
19
+ - (^|/)configure$
20
+ - (^|/)configure.ac$
21
+ - (^|/)config.guess$
22
+ - (^|/)config.sub$
19
23
 
20
- # Node depedencies
24
+ # Node dependencies
21
25
  - node_modules/
22
26
 
23
- # Vendored depedencies
27
+ # Vendored dependencies
24
28
  - vendor/
25
29
 
26
30
  # Debian packaging
@@ -104,3 +108,6 @@
104
108
 
105
109
  # Samples folders
106
110
  - ^[Ss]amples/
111
+
112
+ # Test fixtures
113
+ - ^[Tt]est/fixtures/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geothird-linguist
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1
4
+ version: 2.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: 0.2.3
33
+ version: 0.3.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: 0.2.3
40
+ version: 0.3.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: mime-types
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -144,7 +144,7 @@ files:
144
144
  - lib/linguist/vendor.yml
145
145
  - lib/linguist.rb
146
146
  - bin/linguist
147
- homepage: https://github.com/github/linguist
147
+ homepage: https://github.com/geothird/linguist
148
148
  licenses: []
149
149
  metadata: {}
150
150
  post_install_message:
@@ -168,3 +168,4 @@ signing_key:
168
168
  specification_version: 4
169
169
  summary: GitHub Language detection
170
170
  test_files: []
171
+ has_rdoc: