Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Rubyforge url of the project optional #14

Closed
mdesantis opened this issue Jun 30, 2011 · 3 comments
Closed

Make Rubyforge url of the project optional #14

mdesantis opened this issue Jun 30, 2011 · 3 comments

Comments

@mdesantis
Copy link
Contributor

Hello!

With

Echoe.new("my_gem") do |p|
  p.project     = nil
end

after rake release the script exits with a There was a problem saving your gem: Home does not appear to be a valid URL error.

But I don't want to use Rubyforge for my project, so... is it possible to make it optional?

Cheers

@evan
Copy link
Owner

evan commented Jul 2, 2011

It should work if you just don't specify it at all; it defaults to the gem name and is only referenced in a few places probably irrelevant to you.

@evan evan closed this as completed Jul 2, 2011
@mdesantis
Copy link
Contributor Author

So is it not possible choose to do not specify the rubyforge URL of the project, and you do not intend to implement this feature? Would you accept a pull request with this feature? If you do not want to implement it, I could try to do it.

@evan
Copy link
Owner

evan commented Jul 3, 2011

I would consider a pull request, yeah.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants