Sha256: 8855a0cbcf3eed12cb97b43c2fc2f3f5248641f61a94e641c3c65f933dbababb
Contents?: true
Size: 192 Bytes
Versions: 3
Compression:
Stored size: 192 Bytes
Contents
module PairingMatrix class Config attr_reader :repos, :authors_regex def initialize(repos, authors_regex) @repos = repos @authors_regex = authors_regex end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pairing_matrix-0.1.2 | lib/pairing_matrix/config/config.rb |
pairing_matrix-0.1.1 | lib/pairing_matrix/config/config.rb |
pairing_matrix-0.1 | lib/pairing_matrix/config/config.rb |