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
f14e3bfb
Commit
f14e3bfb
authored
Mar 25, 2021
by
Jon Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.4.2
parent
b5ca5382
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
2 deletions
+30
-2
CHANGELOG.md
+28
-0
lib/mimemagic/version.rb
+1
-1
mimemagic.gemspec
+1
-1
No files found.
CHANGELOG.md
View file @
f14e3bfb
...
...
@@ -22,6 +22,18 @@ None
None
## 0.4.2
*
Resolve issues parsing the version of freedesktop.org.xml shipped with
Ubuntu Trusty.
*
Make Rake a runtime dependency.
*
Fix the test suite.
*
Relax the dependency on Nokogiri to something less specific in order
to avoid conflicting with other dependencies in people's applications.
## 0.4.1
...
...
@@ -29,6 +41,22 @@ None
Yanked release.
## 0.3.9 (2021-03-25)
*
Resolve issues parsing the version of freedesktop.org.xml shipped with
Ubuntu Trusty.
*
Reintroduce overlays, since it seems at least some people were using
them.
*
Make Rake a runtime dependency.
*
Fix the test suite.
## 0.3.8 (2021-03-25)
Relax the dependency on Nokogiri to something less specific in order
to avoid conflicting with other dependencies in people's applications.
## 0.3.7 (2021-03-25)
Add a dependency on having a preinstalled version of the fd.o shared
...
...
lib/mimemagic/version.rb
View file @
f14e3bfb
class
MimeMagic
# MimeMagic version string
# @api public
VERSION
=
'0.4.
1
'
VERSION
=
'0.4.
2
'
end
mimemagic.gemspec
View file @
f14e3bfb
...
...
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s
.
homepage
=
'
https://github.com/mimemagicrb/mimemagic
'
s
.
license
=
'
MIT
'
s
.
add_dependency
(
'
nokogiri
'
,
'~> 1
.11.2
'
)
s
.
add_dependency
(
'
nokogiri
'
,
'~> 1'
)
s
.
add_dependency
(
'
rake
'
)
s
.
add_development_dependency
(
'
minitest
'
,
'~> 5.14'
)
...
...
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