filetype 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/filetype.rb +3 -1
  2. metadata +2 -2
@@ -1,7 +1,7 @@
1
1
  module Filetype
2
2
  module_function
3
3
 
4
- VERSION = '0.2.0'
4
+ VERSION = '0.3.0'
5
5
 
6
6
  FTYPES = {
7
7
  :actionscript => %w[ as mxml ],
@@ -20,6 +20,8 @@ module Filetype
20
20
  :erb => %w[ rhtml erb ],
21
21
  :erlang => %w[ erl hrl ],
22
22
  :exe => %w[ exe ],
23
+ :forth => %w[ 4th ],
24
+ :fsharp => %w[ fs ],
23
25
  :gem => %w[ gem ],
24
26
  :go => %w[ go ],
25
27
  :groovy => %w[ groovy gpp grunit gtmpl ],
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: filetype
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.3.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Lee Jarvis
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-28 00:00:00 +01:00
13
+ date: 2011-05-09 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies: []
16
16