Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Add a gemspec #15

Closed
drnic opened this issue Mar 8, 2013 · 5 comments
Closed

Add a gemspec #15

drnic opened this issue Mar 8, 2013 · 5 comments

Comments

@drnic
Copy link

drnic commented Mar 8, 2013

I see that its a rubygem http://rubygems.org/gems/rbvmomi but there's no gemspec in the root folder.

@cdickmann
Copy link
Contributor

I believe they are created by Rake.

@drnic
Copy link
Author

drnic commented Mar 9, 2013

Without a gemspec/Gemfile it is awkward for new developers to know what the dependencies are.

A common pattern for approaching any new ruby project is:

bundle
rake

This fetches the dependencies and runs the tests in 90% of ruby projects.

Just a suggestion if you're interested!

Jeweller gem (the rake task) was popular in the day of GitHub hosting RubyGems. The bundler gem now has a generator for new gems. What it generates is a common/popular pattern.

Dr Nic Williams
Stark & Wayne LLC - the consultancy for Cloud Foundry
http://starkandwayne.com
+1 415 860 2185
twitter: drnic

On Sat, Mar 9, 2013 at 11:33 AM, cdickmann [email protected]
wrote:

I believe they are created by Rake.

Reply to this email directly or view it on GitHub:
#15 (comment)

@cdickmann
Copy link
Contributor

drnic, I am very open to a pull request that changes it over. Right now I don't have the time to make the change myself unfortunately

@drnic
Copy link
Author

drnic commented Mar 9, 2013

Ok thx

Dr Nic Williams
Stark & Wayne LLC - the consultancy for Cloud Foundry
http://starkandwayne.com
+1 415 860 2185
twitter: drnic

On Sat, Mar 9, 2013 at 12:07 PM, cdickmann [email protected]
wrote:

drnic, I am very open to a pull request that changes it over. Right now I don't have the time to make the change myself unfortunately

Reply to this email directly or view it on GitHub:
#15 (comment)

@hartsock
Copy link
Contributor

I'm marking this as a duplicate of issues/53 because the issue is over a year old and there's already a PR in progress.

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

No branches or pull requests

3 participants