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
4ffb155d
Commit
4ffb155d
authored
Aug 22, 2010
by
minad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.1.5
parent
532adc43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lib/mimemagic.rb
+1
-1
mimemagic.gemspec
+1
-1
No files found.
lib/mimemagic.rb
View file @
4ffb155d
...
...
@@ -3,7 +3,7 @@ require 'stringio'
# Mime type detection
class
MimeMagic
VERSION
=
'0.1.
4
'
VERSION
=
'0.1.
5
'
attr_reader
:type
,
:mediatype
,
:subtype
...
...
mimemagic.gemspec
View file @
4ffb155d
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
s
|
s
.
name
=
%q{mimemagic}
s
.
version
=
"0.1.
4
"
s
.
version
=
"0.1.
5
"
s
.
required_rubygems_version
=
Gem
::
Requirement
.
new
(
">= 0"
)
if
s
.
respond_to?
:required_rubygems_version
=
s
.
authors
=
[
"Daniel Mendler"
]
...
...
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