Sha256: 75f69cdf012c2c5df5b270ec110ade9d0dbd6ac1416807ff42dc771a9906217a
Contents?: true
Size: 695 Bytes
Versions: 3
Compression:
Stored size: 695 Bytes
Contents
# frozen_string_literal: true module NeetoCompliance class NeetoApps def self.list [ "neetoWheel", "neetoChat", "neetoDesk", "neetoKB", "neetoForm", "neetoInvoice", "neetoChangelog", "neetoInvisible", "neetoSocial", "neetoWireframe", "neetoRunner", "neetoPlanner", "neetoCourse", "neetoCrm", "neetoCal", "neetoAuth", "neetoReplay", "neetoQuiz", "neetoTestify", "neetoSite", "neetoDeploy", "neetoMonitor", "neetoCI", "neetoSign", "neetoBugtrap", "neetoGit" ] end end end
Version data entries
3 entries across 3 versions & 1 rubygems