github-linguist 2.8.2 → 2.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/linguist/language.rb +0 -2
  2. metadata +1 -1
@@ -446,7 +446,6 @@ module Linguist
446
446
  if !options['extensions'].include?(extname)
447
447
  options['extensions'] << extname
448
448
  else
449
- warn "#{name} #{extname.inspect} is already defined in samples/. Remove from languages.yml."
450
449
  end
451
450
  end
452
451
  end
@@ -456,7 +455,6 @@ module Linguist
456
455
  if !options['filenames'].include?(filename)
457
456
  options['filenames'] << filename
458
457
  else
459
- warn "#{name} #{filename.inspect} is already defined in samples/. Remove from languages.yml."
460
458
  end
461
459
  end
462
460
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-linguist
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.2
4
+ version: 2.8.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: