Sha256: 5a36960bf4d099cbd390d2c348c1f06f3b02272440a578b346b396a542af5920

Contents?: true

Size: 994 Bytes

Versions: 3

Compression:

Stored size: 994 Bytes

Contents

# frozen_string_literal: true

module NeetoCompliance
  class NeetoAuthGemsVerifier < 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-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-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

Version Path
neetob-0.1.2 neeto_compliance/lib/neeto_compliance/verifiers/neeto_auth_gems_verifier.rb
neetob-0.1.1 /Users/chiragshah/Workspace/bigbinary/neeto/neetob/neeto_compliance/lib/neeto_compliance/verifiers/neeto_auth_gems_verifier.rb
neetob-0.1.0 /Users/chiragshah/Workspace/bigbinary/neeto/neetob/neeto_compliance/lib/neeto_compliance/verifiers/neeto_auth_gems_verifier.rb