Sha256: d1b79dc22df43fc2f2fc54842524f53737511fc9529dbc28c84048ae3f9838c3
Contents?: true
Size: 230 Bytes
Versions: 1
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true module Decidim # This holds the decidim-action_delegator version. module ActionDelegator MIN_DECIDIM_VERSION = ">= 0.24.0" MAX_DECIDIM_VERSION = "<= 0.24.3" VERSION = "0.4" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-action_delegator-0.4 | lib/decidim/action_delegator/version.rb |