Merge pull request #130 from kachick/still-pureruby-or-not
Update gemspec to follow using nokogiri
This commit is contained in:
commit
ffcff44bc1
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue