Sha256: 413788df0fdf050698c873f2517850108455af19d24774965f1ab3d381c12151
Contents?: true
Size: 191 Bytes
Versions: 5
Compression:
Stored size: 191 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
5 entries across 5 versions & 1 rubygems