Merge pull request #130 from kachick/still-pureruby-or-not

Update gemspec to follow using nokogiri
This commit is contained in:
Jon Wood 2021-03-26 10:37:18 +00:00 committed by GitHub
commit ffcff44bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.extensions = %w(ext/mimemagic/Rakefile)
s.summary = 'Fast mime detection by extension or content'
s.description = 'Fast mime detection by extension or content in pure ruby (Uses freedesktop.org.xml shared-mime-info database)'
s.description = 'Fast mime detection by extension or content (Uses freedesktop.org.xml shared-mime-info database)'
s.homepage = 'https://github.com/mimemagicrb/mimemagic'
s.license = 'MIT'