public
Fork of mojombo/grit
Description: Grit is a Ruby library for extracting information from a git repository in an object oriented manner.
Homepage: http://grit.rubyforge.org/
Clone URL: git://github.com/halorgium/grit.git
Search Repo:
Tiny fix to add mime-types as a dependency in Hoe's extra_deps
kamal (author)
Tue Mar 04 07:32:17 -0800 2008
commit  472e4f3d6f54514c560487ce6bde30405a84ffa7
tree    788638e5d2d62aa7e136f5051cc2aac7da26ba0d
parent  55737f3f9128b02bf3519f5f70b6118234454c65
...
10
11
12
 
13
14
15
...
10
11
12
13
14
15
16
0
@@ -10,6 +10,7 @@ Hoe.new('grit', Grit::VERSION) do |p|
0
   p.description = p.paragraphs_of('README.txt', 2..2).join("\n\n")
0
   p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[2..-1].map { |u| u.strip }
0
   p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
0
+ p.extra_deps << ['mime-types']
0
 end
0
 
0
 desc "Open an irb session preloaded with this library"

Comments

    No one has commented yet.