Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mendler committed Dec 20, 2009
1 parent e258fe5 commit 02b22e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ require 'hoe'
$:.unshift 'lib'
require 'mimemagic'

Hoe.new 'mimemagic', MimeMagic::VERSION do |mimemagic|
mimemagic.developer 'Daniel Mendler', '[email protected]'
mimemagic.summary = 'Mime detection by extension or content'
Hoe.spec 'mimemagic' do
version = MimeMagic::VERSION
developer 'Daniel Mendler', '[email protected]'
summary = 'Mime detection by extension or content'
end

1 change: 1 addition & 0 deletions mimemagic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = %q{mimemagic}
s.rubygems_version = %q{1.3.1}
s.summary = %q{Mime detection by extension or content}
s.homepage = 'https://github.com/minad/mimemagic'
s.test_files = ["test/test_mimemagic.rb"]

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 02b22e2

Please sign in to comment.