chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Provider::Package::Rubygems::GemEnvironment#candidate_version_from_remote
Finds the newest version that satisfies the constraints of
+gem_dependency+. The version is determined from the cache or a
round-trip to the server as needed. The architecture and gem
sources will be set before making the query.
=== Returns
Gem::Version a singular gem version object is returned if the gem
is available
nil returns nil if the gem could not be foundEdit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/provider/package/rubygems.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Provider--Package--Rubygems--GemEnvironment-candidate_version_from_remote-for-pr
# Commit to gitgit add lib/chef/provider/package/rubygems.rbgit commit -m "better docs for Chef::Provider::Package::Rubygems::GemEnvironment#candidate_version_from_remote"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Provider--Package--Rubygems--GemEnvironment-candidate_version_from_remote-for-pr
hub pull-request
# Celebrate!