forked from mimemagicrb/mimemagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Mendler
committed
Dec 20, 2009
1 parent
e258fe5
commit 02b22e2
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters