Commit f14e3bfb by Jon Wood

Release 0.4.2

parent b5ca5382
...@@ -22,6 +22,18 @@ None ...@@ -22,6 +22,18 @@ None
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 ## 0.4.1
...@@ -29,6 +41,22 @@ None ...@@ -29,6 +41,22 @@ None
Yanked release. 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) ## 0.3.7 (2021-03-25)
Add a dependency on having a preinstalled version of the fd.o shared Add a dependency on having a preinstalled version of the fd.o shared
......
class MimeMagic class MimeMagic
# MimeMagic version string # MimeMagic version string
# @api public # @api public
VERSION = '0.4.1' VERSION = '0.4.2'
end end
...@@ -19,7 +19,7 @@ Gem::Specification.new do |s| ...@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/mimemagicrb/mimemagic' s.homepage = 'https://github.com/mimemagicrb/mimemagic'
s.license = 'MIT' s.license = 'MIT'
s.add_dependency('nokogiri', '~> 1.11.2') s.add_dependency('nokogiri', '~> 1')
s.add_dependency('rake') s.add_dependency('rake')
s.add_development_dependency('minitest', '~> 5.14') s.add_development_dependency('minitest', '~> 5.14')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment