Sha256: 31c16f34e9f6f809f6ee9a3d4b7a1190200f2a0ae9a794e0d35651e59bac136d

Contents?: true

Size: 612 Bytes

Versions: 11

Compression:

Stored size: 612 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

11 entries across 11 versions & 2 rubygems

Version Path
origen_jtag-0.13.0 config/users.rb
origen_jtag-0.13.0.pre1 config/users.rb
origen_jtag-0.13.0.pre0 config/users.rb
origen_jtag-0.12.1 config/users.rb
origen_app_generators-0.2.2 config/users.rb
origen_app_generators-0.2.1 config/users.rb
origen_app_generators-0.2.0 config/users.rb
origen_app_generators-0.1.0 config/users.rb
origen_jtag-0.12.0 config/users.rb
origen_app_generators-0.0.3 config/users.rb
origen_app_generators-0.0.2 config/users.rb