class Omnibus::ChangeLogPrinter

Attributes

changelog[R]
diff[R]
source_path[R]

Public Class Methods

new(changelog, diff, source_path = "../") click to toggle source
# File lib/omnibus/changelog_printer.rb, line 4
def initialize(changelog, diff, source_path = "../")
  @changelog = changelog
  @diff = diff
  @source_path = source_path
end

Public Instance Methods

print(new_version) click to toggle source

Private Instance Methods

print_changelog(cl = changelog, indent = 0) click to toggle source
print_components() click to toggle source
print_contributors() click to toggle source
print_new_components() click to toggle source
print_removed_components() click to toggle source
print_updated_components() click to toggle source