Class: GemFresh::Outdated

Inherits:
Object
  • Object
show all
Defined in:
lib/gem_fresh/outdated.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOutdated

Returns a new instance of Outdated.



6
7
8
9
# File 'lib/gem_fresh/outdated.rb', line 6

def initialize
  @bundler_version = GemVersion.new(::Bundler::VERSION)
  figure_out_outdated_gems
end

Instance Attribute Details

#gem_infoObject (readonly)

Returns the value of attribute gem_info.



4
5
6
# File 'lib/gem_fresh/outdated.rb', line 4

def gem_info
  @gem_info
end