Sha256: 3ea3881e7a509903c27ff0eacd58d7cbb28d1c3e5f4912e9eec02755404f37de
Contents?: true
Size: 611 Bytes
Versions: 118
Compression:
Stored size: 611 Bytes
Contents
# This file defines the users associated with your project, it is basically the # mailing list for release notes. # # You can split your users into "admin" and "user" groups, the main difference # between the two is that admin users will get all tag emails, users will get # emails on external/official releases only. # # Users are also prohibited from running the "origen tag" task, but this is # really just to prevent a casual user from executing it inadvertently and is # not intended to be a serious security gate. module Origen module Users def users @users ||= [ ] end end end
Version data entries
118 entries across 118 versions & 4 rubygems