Sha256: 09e6656af577d1a9942674a7dcab8460cc695f8e0f8414d3b3c1d7a4804440fb
Contents?: true
Size: 247 Bytes
Versions: 1
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true module Decidim # This holds the decidim-action_delegator version. module ActionDelegator VERSION = "0.8.1" DECIDIM_VERSION = "0.27.4" COMPAT_DECIDIM_VERSION = [">= 0.27.0", "< 0.28"].freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-action_delegator-0.8.1 | lib/decidim/action_delegator/version.rb |