Module: Bundler::Rubygems

Defined in:
lib/gel/compatibility/bundler.rb

Class Method Summary collapse

Class Method Details

.loaded_specs(gem_name) ⇒ Object



17
18
19
# File 'lib/gel/compatibility/bundler.rb', line 17

def self.loaded_specs(gem_name)
  Gem::Specification.new(Gel::Environment.activated_gems[gem_name])
end