Sha256: d67f8271e4064f0b039a6f123c623eb2ee00e9e28381fe01b06b2f70874c4707
Contents?: true
Size: 1.27 KB
Versions: 3
Compression:
Stored size: 1.27 KB
Contents
# frozen_string_literal: true module NeetoCompliance class NeetoGemsVerifier < GemsVerifierBase def gems [ { name: "neeto-commons-backend", repo: "bigbinary/neeto-commons-backend" }, { name: "neeto-compliance", repo: "bigbinary/neeto-compliance" }, { name: "neeto-area51-engine", repo: "bigbinary/neeto-area51-engine" }, { name: "neeto-sso", repo: "bigbinary/neeto-sso" }, { name: "neeto-team-members-engine", repo: "bigbinary/neeto-team-members-engine" }, { name: "neeto-org-incineration-engine", repo: "bigbinary/neeto-org-incineration-engine" }, # { name: "neeto-emails", repo: "bigbinary/neeto-emails" }, { name: "neeto-email-prefixer", repo: "bigbinary/neeto-email-prefixer" }, { name: "neeto-mail-interceptor", repo: "bigbinary/neeto-mail-interceptor" }, { name: "neeto-payments-engine", repo: "bigbinary/neeto-payments-engine" }, { name: "neeto-notifications-engine", repo: "bigbinary/neeto-notifications-engine" }, { name: "neeto-tags-engine", repo: "bigbinary/neeto-tags-engine" }, { name: "neeto-filters-engine", repo: "bigbinary/neeto-filters-engine" }, { name: "neeto-custom-domains-engine", repo: "bigbinary/neeto-custom-domains-engine" }, ] end end end
Version data entries
3 entries across 3 versions & 1 rubygems