Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mimemagic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
mimemagic
Commits
51bdc840
Unverified
Commit
51bdc840
authored
Mar 30, 2020
by
epitron
Committed by
Daniel Mendler
Apr 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mimetype extensions are now ordered by freedesktop.org's priority
parent
64b60d12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
lib/mimemagic/tables.rb
+0
-0
script/generate-mime.rb
+1
-1
No files found.
lib/mimemagic/tables.rb
View file @
51bdc840
This diff is collapsed.
Click to expand it.
script/generate-mime.rb
View file @
51bdc840
...
...
@@ -147,7 +147,7 @@ puts " # @private"
puts
" # :nodoc:"
puts
" TYPES = {"
types
.
keys
.
sort
.
each
do
|
key
|
exts
=
types
[
key
][
0
].
sort
.
join
(
' '
)
exts
=
types
[
key
][
0
].
join
(
' '
)
parents
=
types
[
key
][
1
].
sort
.
join
(
' '
)
comment
=
types
[
key
][
2
].
inspect
puts
" '
#{
key
}
' => [%w(
#{
exts
}
), %w(
#{
parents
}
),
#{
comment
}
],"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment