Sha256: b419f1944052ac0ae3a015276dd4133d102c7951a79f215c4b305ec4eb19ffd3
Contents?: true
Size: 190 Bytes
Versions: 4
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true module Gistory class Configuration attr_accessor :gem_name, :max_lockfile_changes def initialize @max_lockfile_changes = 100 end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gistory-0.1.3 | lib/gistory/configuration.rb |
gistory-0.1.2 | lib/gistory/configuration.rb |
gistory-0.1.1 | lib/gistory/configuration.rb |
gistory-0.1.0 | lib/gistory/configuration.rb |