Sha256: 7c0834acd3f58d14293d40eecd75f7ca2f24b1e4254a223737ad2876eb97fb47

Contents?: true

Size: 373 Bytes

Versions: 5

Compression:

Stored size: 373 Bytes

Contents

require 'json'

module Bibliothecary
  module Parsers
    class Meteor
      include Bibliothecary::Analyser
      extend Bibliothecary::MultiParsers::JSONRuntime

      def self.mapping
        {
          match_filename("versions.json") => {
            kind: 'manifest',
            parser: :parse_json_runtime_manifest
          }
        }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bibliothecary-8.2.1 lib/bibliothecary/parsers/meteor.rb
bibliothecary-8.2.0 lib/bibliothecary/parsers/meteor.rb
bibliothecary-8.1.1 lib/bibliothecary/parsers/meteor.rb
bibliothecary-8.1.0 lib/bibliothecary/parsers/meteor.rb
bibliothecary-8.0.0 lib/bibliothecary/parsers/meteor.rb