Suggestion:
Ability to say something like:
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "universal-scene-skipper"
s.summary = Jeweler::Github.summary from "rdp/universal-scene-
skipper"
...
end
Just so that there are fewer places one needs to put a summary.
Another thought might be to auto-set people's description for them,
like
if description is not set:
s.description = File.read('README')
Thoughts?
-r