Sha256: a3495601f505b6609f0a2baaecfe980107743c088b37ab7ca9c3358925d1029f

Contents?: true

Size: 326 Bytes

Versions: 3

Compression:

Stored size: 326 Bytes

Contents

require 'json'

module Bibliothecary
  module Parsers
    class Meteor
      include Bibliothecary::Analyser

      def self.mapping
        {
          /^versions\.json$|.*\/versions\.json$/ => {
            kind: 'manifest',
            parser: :parse_json_runtime_manifest
          }
        }
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bibliothecary-6.3.2 lib/bibliothecary/parsers/meteor.rb
bibliothecary-6.3.1 lib/bibliothecary/parsers/meteor.rb
bibliothecary-6.3.0 lib/bibliothecary/parsers/meteor.rb