language_sniffer 1.0.0 → 1.0.1

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.
@@ -505,6 +505,7 @@ JavaScript:
505
505
  - .jsm
506
506
  - .jss
507
507
  - .jsx
508
+ - .pac
508
509
  - .sjs
509
510
  - .ssjs
510
511
  filenames:
@@ -891,7 +892,8 @@ Smarty:
891
892
  - .tpl
892
893
 
893
894
  Standard ML:
894
- lexer: OCaml
895
+ type: programming
896
+ lexer: Standard ML
895
897
  aliases:
896
898
  - sml
897
899
  primary_extension: .sml
@@ -962,7 +964,7 @@ Vala:
962
964
 
963
965
  Verilog:
964
966
  type: programming
965
- lexer: Text only
967
+ lexer: verilog
966
968
  extensions:
967
969
  - .v
968
970
 
@@ -2,7 +2,7 @@ module LanguageSniffer
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: language_sniffer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - GitHub, Inc.
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-09-17 00:00:00 +02:00
19
+ date: 2011-10-01 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency