Sha256: 22a34ca1ee68063a8f1b529345a6456d885700cefdff20f4fce918cd584d92fd

Contents?: true

Size: 445 Bytes

Versions: 15

Compression:

Stored size: 445 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

      add_multi_parser(Bibliothecary::MultiParsers::DependenciesCSV)
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bibliothecary-12.0.0 lib/bibliothecary/parsers/meteor.rb
bibliothecary-11.0.1 lib/bibliothecary/parsers/meteor.rb
bibliothecary-11.0.0 lib/bibliothecary/parsers/meteor.rb
bibliothecary-10.2.4 lib/bibliothecary/parsers/meteor.rb
bibliothecary-10.2.3 lib/bibliothecary/parsers/meteor.rb
bibliothecary-10.2.2 lib/bibliothecary/parsers/meteor.rb
bibliothecary-10.2.0 lib/bibliothecary/parsers/meteor.rb
bibliothecary-10.1.0 lib/bibliothecary/parsers/meteor.rb
bibliothecary-10.0.0 lib/bibliothecary/parsers/meteor.rb
bibliothecary-9.1.0 lib/bibliothecary/parsers/meteor.rb
bibliothecary-9.0.0 lib/bibliothecary/parsers/meteor.rb
bibliothecary-8.8.1 lib/bibliothecary/parsers/meteor.rb
bibliothecary-8.7.7 lib/bibliothecary/parsers/meteor.rb
bibliothecary-8.7.6 lib/bibliothecary/parsers/meteor.rb
bibliothecary-8.7.5 lib/bibliothecary/parsers/meteor.rb