Sha256: ceee0222ae4db22b9e282683122e83fd7c903f94fabe3592608db86507ecda25
Contents?: true
Size: 629 Bytes
Versions: 2
Compression:
Stored size: 629 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
origen_testers-0.13.2 | config/users.rb |
origen_testers-0.10.0 | config/users.rb |