-
Notifications
You must be signed in to change notification settings - Fork 174
Add a gemspec #15
Comments
I believe they are created by Rake. |
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 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 On Sat, Mar 9, 2013 at 11:33 AM, cdickmann [email protected]
|
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 |
Ok thxDr Nic Williams On Sat, Mar 9, 2013 at 12:07 PM, cdickmann [email protected]
|
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. |
I see that its a rubygem http://rubygems.org/gems/rbvmomi but there's no gemspec in the root folder.
The text was updated successfully, but these errors were encountered: