class Chef::Provider::Package::Rubygems::CurrentGemEnvironment
Public Instance Methods
Source
# File lib/chef/provider/package/rubygems.rb, line 281 def candidate_version_from_remote(gem_dependency, *sources) with_gem_sources(*sources) do find_newest_remote_version(gem_dependency, *sources) end end
Source
# File lib/chef/provider/package/rubygems.rb, line 265 def gem_paths Gem.path end
Source
# File lib/chef/provider/package/rubygems.rb, line 269 def gem_source_index Gem.source_index end
Source
# File lib/chef/provider/package/rubygems.rb, line 273 def gem_specification Gem::Specification end
Source
# File lib/chef/provider/package/rubygems.rb, line 277 def rubygems_version Gem::VERSION end