Sha256: 0d1395de24e25699b2f63c995a79382f76601f459a6f092c20b88816a0cd3363

Contents?: true

Size: 208 Bytes

Versions: 2

Compression:

Stored size: 208 Bytes

Contents

module RepoAnalyzer
  class BundlerStatsExtractor < ProjectInfoExtractor
    private

    def extracted_info
      result = `bundle exec bundle-stats stats -f json`
      JSON.parse(result)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
repo_analyzer-1.5.0 app/extractors/repo_analyzer/bundler_stats_extractor.rb
repo_analyzer-1.4.0 app/extractors/repo_analyzer/bundler_stats_extractor.rb