Update gemspec to follow using nokogiri
Follow d75f3ee5
Showing
... | @@ -15,7 +15,7 @@ Gem::Specification.new do |s| | ... | @@ -15,7 +15,7 @@ Gem::Specification.new do |s| |
s.extensions = %w(ext/mimemagic/Rakefile) | s.extensions = %w(ext/mimemagic/Rakefile) | ||
s.summary = 'Fast mime detection by extension or content' | 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.homepage = 'https://github.com/mimemagicrb/mimemagic' | ||
s.license = 'MIT' | s.license = 'MIT' | ||
... | ... |
Please
register
or
sign in
to comment