jeweler thought:

1 view
Skip to first unread message

rogerdpack

unread,
Jul 7, 2010, 5:19:52 PM7/7/10
to jeweler.rb
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

Dreamcat4

unread,
Jul 7, 2010, 5:33:36 PM7/7/10
to jewel...@googlegroups.com
On Wed, Jul 7, 2010 at 10:19 PM, rogerdpack <rogerp...@gmail.com> wrote:
> 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

I have a patch that (amongst other things) sets the github homepage
link. Still waiting for Josh to review it though.

rogerdpack

unread,
Jul 9, 2010, 12:25:54 PM7/9/10
to jeweler.rb
> I have a patch that (amongst other things) sets the github homepage
> link. Still waiting for Josh to review it though.

that would be nice, too. In fact, you could set the gem name to the
github repo name, too--that's probably a pretty common definition.

I suppose in reality you could get the summary from github, the
description from the README, and the name from github. That's almost
everything :)

-r
Reply all
Reply to author
Forward
0 new messages