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