Class: GemsBond::Printers::CSV

Inherits:
Printer
  • Object
show all
Defined in:
lib/gems_bond/printers/csv.rb

Overview

Prints CSV file

Constant Summary collapse

DATA =
%w[
  name
  homepage
  source_code_uri
  version
  last_version
  last_version_date
  days_since_last_version
  last_commit_date
  days_since_last_commit
  downloads_count
  contributors_count
  stars_count
  forks_count
  open_issues_count
].freeze

Constants inherited from Printer

Printer::DIRECTORY_PATH

Method Summary

Methods inherited from Printer

#call, #initialize

Constructor Details

This class inherits a constructor from GemsBond::Printers::Printer